GetOrthology: The Get Orthology Function

Description Usage Arguments Value Examples

View source: R/GetOrthology.R

Description

This function retrieves the corresponding ortholog groups for the input set of proteins, by retrieving their ortholog groups and that orthologs members (derived from EGGNOG Database)

Usage

1
GetOrthology(classifiers)

Arguments

classifiers

A list that contains a sequence of protein/genes classifiers

Value

dataframe containing the orthologous groups present in the input sequence, and their respective ortholog groups

Examples

1
2
3
4
5
6
{
GetOrthology(c("644223.PAS_chr1-1_0187","5270.UM01492.1","51453.JGI55417"))
}
"Protein with ID 644223.PAS_chr1-1_0187 belongs to the group COG5271"
"Protein with ID 5270.UM01492.1 belongs to the group COG0515"
"Protein with ID 51453.JGI55417 belongs to the group COG5245"

emilyso-99/MicroMetaGraph documentation built on Jan. 1, 2021, 12:18 a.m.