View source: R/external_apis.R
geneNames | R Documentation |
Retrieve gene names from biomaRt
geneNames(
ensemblGenes,
useCache = TRUE,
verbose = FALSE,
ensembl.genes = deprecated(),
use.cache = deprecated()
)
ensemblGenes |
character vector with gene names in ensembl_id format |
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. |
ensembl.genes |
|
use.cache |
a dataframe with external gene names, ensembl_id
geneNames(c("ENSG00000114978", "ENSG00000166211", "ENSG00000183688"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.