Description Arguments Value Methods Author(s) See Also
Returns a matrix with columns for time, m/z, and intensity that represents the raw data from a chromatography mass spectrometry experiment.
| object | The container of the raw data | 
| mzrange | Subset by m/z range | 
| rtrange | Subset by retention time range | 
| scanrange | Subset by scan index range | 
| log | Whether to log transform the intensities | 
A numeric matrix with three columns: time, mz and intensity.
rawMat(object, mzrange = numeric(), rtrange = numeric(),
      scanrange = numeric(), log=FALSE)
Michael Lawrence
plotRaw for plotting the raw intensities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.