analysis.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>`__