View source: R/Functions_deprecated.R
getAllScans | R Documentation |
get a list of all scans in a scanlist
getAllScans( scanlist, MSData, removeNoise = NULL, type = c("ms2", "ms1", "acquisition") )
scanlist |
as returned by makeScanlist2() |
MSData |
list of xcmsRaw objects |
removeNoise |
if not NULL, a numeric specifying a relative intensity cutoff (<1, relative to maximum peak intensity) |
type |
specify what the scan number represents, either "acquisition", "ms1" or "ms2". |
a list of MS spectra (each in matrix format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.