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