getEnsgInfo | R Documentation |
This function retrieves for a given Ensembl Number the corresponding information from the NCBI database.
getEnsgInfo(ensg)
ensg |
Ensembl ID ( |
This function retrieves for a given Ensembl Number the corresponding information from the NCBI database. The
object ensg
can also be a vector of Ensembl IDs.
A matrix with information.
Daniel Fischer
## Not run:
ensg <- c("ENSG00000174482", "ENSG00000113494")
getEnsgInfo(ensg)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.