getOrthologs {rTRM} | R Documentation |
Obtain the mapping to Entrez Gene identifiers in the given organism.
getOrthologs(filter, organism, dbname = NULL)
filter |
entrezgene identifiers for the original mapping (PWM to gene). These can belong to diverse species and correspond to the "entrezgene" column obtained with getMaps() function. |
organism |
target organisms, currently supported "human" and "mouse" |
dbname |
If organism is not specified the entire table of orthologs (with all supported species) is returned.
A data.frame object with ortholog information.
Diego Diez
getOrthologs(organism = "human")