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.
An object of class "MSnExp"
or a data.frame
. In the latter case, the data frame must have numerical columns named 'retention.time' and 'precursor.mz' and one of 'tic', 'file', 'peaks.count' or 'charge', depending on the z
parameter. Such a data frame is typically generated using the header
method on "MSnExp"
object.
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).
Numeric [0,1] indicating transparence level of points.
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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4