"MSnExp"
experiment.
The methods make use the ggplot2
system. An object of class
'ggplot' is returned invisibly.
"MSnExp"
or and
'data.frame'. In the latter case, the data frame must have numerical
columns named 'charge' and one of 'precursor.mz', 'peaks.count' or 'ionCount',
depending on the z
parameter.
Such a data frame is typically generated using the
header
method on "MSnExp"
object.
signature(object = "MSnExp", ...)
signature(object = "data.frame", ...)
plot2d
and plotDensity
methods for
other QC plots.
itraqdata
plotDensity(itraqdata,z="ionCount")
plotDensity(itraqdata,z="peaks.count")
plotDensity(itraqdata,z="precursor.mz")
Run the code above in your browser using DataLab