Learn R Programming

rTRM (version 1.10.2)

getOrthologs: Obtain the mapping to Entrez Gene identifiers in the given organism.

Description

Obtain the mapping to Entrez Gene identifiers in the given organism.

Usage

getOrthologs(filter, organism, dbname = NULL)

Arguments

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

Value

  • A data.frame object with ortholog information.

Details

If organism is not specified the entire table of orthologs (with all supported species) is returned.

Examples

Run this code
getOrthologs(organism = "human")

Run the code above in your browser using DataLab