Skip to content

Latest commit

 

History

History
89 lines (63 loc) · 2.86 KB

index.rst

File metadata and controls

89 lines (63 loc) · 2.86 KB

Welcome to oggmap's documentation!

GitHub Workflow Status PyPI PyPI - Python Version PyPI - Wheel Licence ReadTheDocs

What is oggmap?

oggmap is a python package that can:

  • extract and assign lowest common ancestor (LCA) from orthologous groups as gene age class for a target species.
  • match gene and transcript IDs and their corresponding gene age class with scRNA data sets.
  • calculate and visualize transcriptome evolutionary index (TEI) on scRNA data sets.
  • calculate and visualize partial transcriptome evolutionary index (TEI) profiles on scRNA data sets.
  • show species lineage information from the NCBI taxonomy database.
  • extract orthologous maps from OrthoFinder results.
  • extract orthologous maps from eggnog_6.0 results.
  • extract orthologous maps from PLAZA results.
  • extract gene and transcript information from GTF files (GTF File Format).
  • calculate mean/relative expression per gene age class.
  • show number of expressed genes per gene age class.

oggmap steps

oggmap steps

oggmap steps

Source code is available at oggmap GitHub repository and at PyPi.

Table of Contents

.. toctree::
   :caption: Documentation
   :maxdepth: 1

   installation/index
   citation/index
   contact/index
   license/index
   references/index

.. toctree::
    :maxdepth: 1
    :caption: Tutorials

    tutorials/index

.. toctree::
   :caption: API
   :maxdepth: 1

   modules/index
   changelog/index