analysis.rst 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Analysis/Annotation
  2. ===================
  3. The following modules provide support for loading annotation or analysis' into Chado and displaying them on Tripal pages.
  4. Tripal Analysis Expression
  5. --------------------------
  6. A module for loading, annotating, and visualizing NCBI Biomaterials and expression data.
  7. `Documentation <https://github.com/tripal/tripal_analysis_expression/blob/master/README.md>`__
  8. `Repository <https://github.com/tripal/tripal_analysis_expression>`__
  9. Tripal Analysis Blast
  10. ---------------------
  11. This module extends the Tripal Analysis Module and provides a method for loading XML results from the NCBI blast program. Blast results appear on each feature page.
  12. `Documentation <https://tripal.readthedocs.io/en/latest/user_guide/example_genomics/func_annots/blast.html>`__
  13. `Repository <https://github.com/tripal/tripal_analysis_blast>`__
  14. Tripal Analysis KEGG
  15. --------------------
  16. This module provides a method for loading of KEGG ortholog assignments derived from the KEGG Automated Annotation Server (KAAS). KEGG assignments appear on each feature page, and a full KEGG report is available for browsing results once uploaded.
  17. `Repository <https://github.com/tripal/tripal_analysis_kegg>`__
  18. Tripal Analysis Interpro
  19. ------------------------
  20. This module provides a method for loading XML results from the InterProScan program. The module can load InterProScan XML v4 or InterProScan XML v5 generated from the command-line or web-based versions of InterProScan. Additionally, GO terms mapped by InterProScan can optionally be assigned to features.
  21. `Documentation <https://tripal.readthedocs.io/en/latest/user_guide/example_genomics/func_annots/interpro.html>`__
  22. `Repository <https://github.com/tripal/tripal_analysis_interpro>`__
  23. Tripal CV-Xray
  24. --------------
  25. Tripal CV-Xray maps content annotations onto controlled vocabulary trees. The end result is a browseable CV field that lets users explore ontologies and find associated content.
  26. `Documentation <https://github.com/statonlab/tripal_cv_xray/blob/master/README.md>`__
  27. `Repository <https://github.com/statonlab/tripal_cv_xray>`__
  28. Tripal OrthoQuery
  29. -----------------
  30. The OrthoQuery module identifies orthologous genes via a Tripal database, standardizes the data for comparative analysis, performs the OrthoFinder analysis through the Tripal Galaxy API, sends the data to the user’s database profile, and provides interactive visualizations. Visualization features focus on facilitating the interrogation of large gene families, examining relationships among families, and allowing direct query of the stored orthogroups and their function. Orthoquery is currently in development.
  31. `Repository <https://gitlab.com/TreeGenes/orthoquery>`__