getEntrezAnnotation | R Documentation |
This function retrieves Entrez annotation data from NCBI.
getEntrezAnnotation(entrezIds)
entrezIds |
A vector of Entrez IDs. |
A data frame with Entrez annotation or NULL if retrieval fails. 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.