screenSpectra objectsplot.scSpectra.RdThis is a plot method for scSpectra objects that displays the results from applying screenSpectra to identify potential faulty, low-quality raw mass spectra.
A scSpectra object as generated by screenSpectra.
Type of graphical display.
Number of break points for plotting a histogram when type = "hist" (default = 30).
Vector of labels for the mass spectra (default = FALSE, no labels).
Colour for the histogram bars when type = "hist".
Other arguments.
For type = "index" (default) the upper and lower fences used to declare a mass spectrum as potentially low-quality are shown along with their A scores (see screenSpectra for details). Point labels can be added using the labels argument (either a position index when labels = TRUE or a given vector of labels; see examples below). For type = "hist" a histogram of the distribution of the A scores is produced along with the tolerance fences. Finally, type = "casewise" displays interactively the flagged spectra for visual inspection.
No return value, graphical output.
See screenSpectra and summary.scSpectra.