plotIntensities | R Documentation |
plotIntensities
makes a plot with peptide/protein intensity as a
function of the condition and replicate. When multiple IDs are entered, the
mean and standard error is plotted.
plotIntensities(
pdat,
id = NULL,
log = FALSE,
ymin = as.numeric(NA),
ymax = as.numeric(NA),
text.size = 12,
point.size = 3,
title = NULL
)
pdat |
A |
id |
Protein name, peptide sequence or a vector with these. |
log |
Logical. If set TRUE a logarithm of intensity is plotted. |
ymin |
Lower bound for y-axis |
ymax |
Upper bound for y-axis |
text.size |
Text size |
point.size |
Point size |
title |
Title of the plot (defaults to protein name) |
A ggplot
object.
library(proteusLabelFree)
data(proteusLabelFree)
prodat.med <- normalizeData(prodat)
plotIntensities(prodat.med, id='sp|P26263|PDC6_YEAST', log=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.