View source: R/external_apis.R
protein2EnsemblGeneNames | R Documentation |
Retrieve ensembl gene ids from proteins
protein2EnsemblGeneNames(
ensemblProteins,
useCache = TRUE,
verbose = FALSE,
ensembl.proteins = deprecated(),
use.cache = deprecated()
)
ensemblProteins |
character vector with gene names in ensembl_peptide_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.proteins |
|
use.cache |
a dataframe with external gene names, ensembl_peptide_id
protein2EnsemblGeneNames(c(
"ENSP00000235382",
"ENSP00000233944",
"ENSP00000216911"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.