plotProtein {psichomics}R Documentation

Plot protein features

Description

Plot protein features

Usage

plotProtein(molecule)

Arguments

molecule

Character: UniProt protein or Ensembl transcript identifier

Value

highcharter object

Examples

protein <- "P38398"
plotProtein(protein)

transcript <- "ENST00000488540"
plotProtein(transcript)

[Package psichomics version 1.8.2 Index]