data_input.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Data Loading/Collection
  2. =======================
  3. The following modules provide interfaces for collection and/or loading of biological data.
  4. Genotype Loader
  5. ----------------
  6. A Drush-based loader for VCF files that follows the genotype storage rules outline by ND genotypes. It has been optimized to handle very large files and supports customization of ontology terms used.
  7. `Documentation <https://genotypes-loader.readthedocs.io/en/latest/>`__
  8. `Repository <https://github.com/UofS-Pulse-Binfo/genotypes_loader>`__
  9. Mainlab Chado Loader
  10. ---------------------
  11. MCL (Mainlab Chado Loader) is a module that enables users to upload their biological data to Chado database schema. Users are required to transfer their biological data into various types of data template files. MCL, then, uploads these data template files into a chado schema.
  12. `Documentation <https://gitlab.com/mainlabwsu/mcl/blob/master/README.md>`__
  13. `Repository <https://gitlab.com/mainlabwsu/mcl>`__
  14. Raw Phenotypes
  15. ---------------
  16. This module was designed to aid in collection and further analysis of raw phenotypic data. It supports Excel drag-n-drop uploads with immediate validation and researcher feedback. Additionally, it provides summary charts and download functionality.
  17. `Documentation <https://github.com/UofS-Pulse-Binfo/rawphenotypes/blob/master/README.md>`__
  18. `Repository <https://github.com/UofS-Pulse-Binfo/rawphenotypes>`__
  19. Tripal BibTeX
  20. --------------
  21. A BibTEX importer for Tripal Publications. Currently this module only provides a Drush function (``tripal-import-bibtex-pubs``; ``trpimport-bibtex``) for import of BibTEX files.
  22. `Documentation <https://github.com/UofS-Pulse-Binfo/tripal_bibtex/blob/7.x-3.x/README.md>`__
  23. `Repository <https://github.com/UofS-Pulse-Binfo/tripal_bibtex>`__
  24. Tripal Plant PopGen Submission
  25. -------------------------------
  26. The Tripal Plant PopGen Submit (TPPS) Module supports a flexible submission interface for genotype, phenotype, environmental, and metadata for population, association, or landscape genetics studies. The portal walks the user through specific questions and collects georeferenced coordinates on plant accessions and also supports ontology standards, including the Minimal Information About a Plant Phenotyping Experiment (MIAPPE) (http://www.miappe.org/) and standard genotyping file formats, such as VCF.
  27. `Documentation <https://tpps.readthedocs.io/en/latest/>`__
  28. `Repository <https://gitlab.com/TreeGenes/TGDR>`__