View source: R/analysis_information.R
plotProtein | R Documentation |
Plot protein features
plotProtein(molecule)
molecule |
Character: UniProt protein or Ensembl transcript identifier |
highcharter
object
Other functions to retrieve external information:
ensemblToUniprot()
,
plotTranscripts()
,
queryEnsemblByGene()
protein <- "P38398"
plotProtein(protein)
transcript <- "ENST00000488540"
plotProtein(transcript)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.