getEntrezAnnotation {RCPA} | R Documentation |
Get Entrez annotation
Description
This function gets Entrez annotation.
Usage
getEntrezAnnotation(entrezIds)
Arguments
entrezIds |
A vector of Entrez IDs. |
Value
A data frame with Entrez annotation. The columns are ID (Entrez ID), Symbol, Description, OtherDesignations, OtherAliases and Chromosome.
Examples
library(RCPA)
geneAnno <- getEntrezAnnotation(c("77267466", "77267467"))
[Package RCPA version 0.2.3 Index]