visualization.rst 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Visualization/Display
  2. ======================
  3. The following modules provide specialized displays for Tripal content types.
  4. Analyzed Phenotypes
  5. --------------------
  6. This module provides support and visualization for partially analyzed data stored in a modified GMOD Chado schema. It is meant to support large scale phenotypic data through backwards compatible improvements to the Chado schema including the addition of a project and stock foreign key to the existing phenotype table, optimized queries and well-chosen indexes.
  7. `Documentation <https://analyzedphenotypes.readthedocs.io/en/latest/index.html>`__
  8. `Repository <https://github.com/UofS-Pulse-Binfo/analyzedphenotypes>`__
  9. CvitEmbed
  10. ----------
  11. This module integrates `CViTjs <https://github.com/LegumeFederation/cvitjs>`__ with Tripal to provide whole-genome visualizations. It creates one page per plot and makes them accessible via the Drupal Navigation menu.
  12. `Documentation <https://github.com/UofS-Pulse-Binfo/cvitembed/blob/master/README.md>`__
  13. `Repository <https://github.com/UofS-Pulse-Binfo/cvitembed>`__
  14. Mainlab Tripal Data Display
  15. ----------------------------
  16. Mainlab Tripal Data Display contains a set of Drupal/PHP templates that organize and extend the default display of the biological data hosted on a Tripal-enabled site (i.e. http://tripal.info). Supported data type includes organism, marker, QTL, germplasm (stock), map (featuremap), project, heritable phenotypic marker (MTL), environment (ND geolocation), haplotype block, polymorphism, eimage, generic gene (genes created by parsing Genbank files using the Mainlab ```tripal_genbank_parser`` module), feature, and pub. Each of the templates can be turned on/off as desired.
  17. `Documentation <https://gitlab.com/mainlabwsu/mainlab_tripal/blob/master/README.md>`__
  18. `Repository <https://gitlab.com/mainlabwsu/mainlab_tripal>`__
  19. ND Genotypes
  20. -------------
  21. This module provides support and visualization of genotypic data stored in a modified GMOD Chado schema. The 3.x branch of this module represents a shift towards support for large scale genotypic datasets through backwards compatible improvements to the Chado schema including a new gathering table for genotypes (genotype_call) modeled after the Chado phenotype table, optimized queries and well-chosen indexes.
  22. `Documentation <https://nd-genotypes.readthedocs.io/en/latest/>`__
  23. `Repository <https://github.com/UofS-Pulse-Binfo/nd_genotypes>`__
  24. Tripal Fancy Fields
  25. -------------------
  26. This module provides additional fields for use with Tripal 3. The current version provides a single-series chart field that can be displayed as a pie, donut, or bar chart, as well as, a simple table.
  27. `Documentation <https://github.com/tripal/trpfancy_fields/blob/master/README.md>`__
  28. `Repository <https://github.com/tripal/trpfancy_fields>`__