View source: R/CountOrthologs.R
CountOrthologs | R Documentation |
This function counts ortholog genes in a given species based on input data.
CountOrthologs(atomic.df, species)
atomic.df |
A data frame containing information about ortholog genes. It should have the following columns: - multiplicon: The multiplicon identifier. - geneX: The gene identifier in speciesX. - speciesX: The species name for geneX. - listX: The chromosome or list identifier for geneX. - coordX: The coordinate information for geneX. - geneY: The gene identifier in speciesY. - speciesY: The species name for geneY. - listY: The chromosome or list identifier for geneY. - coordY: The coordinate information for geneY. - level: The orthology level. - num_anchors: The number of anchors. - is_real: A flag indicating if the data is real. - Ks: The Ks value. |
species |
The species for which ortholog gene counts should be computed. |
A data frame summarizing the counts of ortholog genes for each chromosome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.