View source: R/analysis_information.R
ensemblToUniprot | R Documentation |
Convert from Ensembl to UniProt identifier
ensemblToUniprot(protein)
protein |
Character: Ensembl identifier |
UniProt protein identifier
Other functions to retrieve external information:
plotProtein()
,
plotTranscripts()
,
queryEnsemblByGene()
gene <- "ENSG00000173262"
ensemblToUniprot(gene)
protein <- "ENSP00000445929"
ensemblToUniprot(protein)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.