plotProtPeptides | R Documentation |
plotProtPeptides
creates a plot consisting of two panels. The top
panel shows peptide log intensity. Each box represents one peptide, peptide
numbering follows alphabetical sequence order. The bottom panel shows sample
intensity. Each box represents one sample. White boxes show derived protein
intensities (if prodat
is provided).
plotProtPeptides(pepdat, protein, prodat = NULL, palette = cbPalette)
pepdat |
Peptide |
protein |
Protein name. |
prodat |
(optional) protein |
palette |
Palette of colours |
A ggplot
object.
library(proteusLabelFree)
data(proteusLabelFree)
prodat.med <- normalizeData(prodat)
plotProtPeptides(pepdat.clean, 'sp|P26263|PDC6_YEAST', prodat.med)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.