View source: R/external_apis.R
ensemblGeneNames | R Documentation |
Retrieve ensembl gene names from biomaRt
ensemblGeneNames(
geneId,
useCache = TRUE,
verbose = FALSE,
gene.id = deprecated(),
use.cache = deprecated()
)
geneId |
character vector with gene names |
useCache |
Boolean indicating if biomaRt cache should be used |
verbose |
When using biomaRt in webservice mode and setting verbose to TRUE, the XML query to the webservice will be printed. |
gene.id |
|
use.cache |
a dataframe with external gene names, ensembl_id
ensemblGeneNames(c("MOB1A", "RFLNB", "SPIC", "TP53"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.