plot2d-methods | R Documentation |
These methods plot the retention time vs. precursor MZ for the whole
"MSnExp"
experiment. Individual dots will be
colour-coded to describe individual spectra's peaks count, total ion
count, precursor charge (MS2 only) or file of origin.
The methods make use the ggplot2
system. An object of class
'ggplot' is returned invisibly.
object |
An object of class |
z |
A character indicating according to what variable to colour the dots. One of, possibly abreviated, "ionCount" (total ion count), "file" (raw data file), "peaks.count" (peaks count) or "charge" (precursor charge). |
alpha |
Numeric [0,1] indicating transparence level of points. |
plot |
A logical indicating whether the plot should be printed (default is 'TRUE'). |
signature(object = "MSnExp", ...)
Plots a 'MSnExp' summary.
signature(object = "data.frame", ...)
Plots a summary of the 'MSnExp' experiment described by the data frame.
Laurent Gatto
The plotDensity
and plotMzDelta
methods
for other QC plots.
itraqdata
plot2d(itraqdata,z="ionCount")
plot2d(itraqdata,z="peaks.count")
plot2d(itraqdata,z="charge")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.