Description Usage Arguments Value See Also Examples
View source: R/analysis_information.R
Convert from Ensembl to UniProt identifier
1 | ensemblToUniprot(protein)
|
protein |
Character: Ensembl identifier |
UniProt protein identifier
Other functions to retrieve external information:
plotProtein()
,
plotTranscripts()
,
queryEnsemblByGene()
1 2 3 4 5 | 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.