plotProtein {psichomics} | 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)