getEntrezAnnotation | R Documentation |
This function gets Entrez annotation.
getEntrezAnnotation(entrezIds)
entrezIds |
A vector of Entrez IDs. |
A data frame with Entrez annotation. The columns are ID (Entrez ID), Symbol, Description, OtherDesignations, OtherAliases and Chromosome.
library(RCPA)
geneAnno <- getEntrezAnnotation(c("77267466", "77267467"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.