Description Usage Arguments Value Examples
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)
1 | GetOrthology(classifiers)
|
classifiers |
A list that contains a sequence of protein/genes classifiers |
dataframe containing the orthologous groups present in the input sequence, and their respective ortholog groups
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"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.