View source: R/getset_MSData.R
getScanInfo | R Documentation |
get metadata for a scan or multiple scans
getScanInfo(file, number, data, type = c("acquisition", "ms1", "ms2"))
file |
character vector of MS data file basenames. Files must be loaded in data. |
number |
scan for which to get metadata. Can be an acquisition number or an index of an ms1 or ms2 scan |
data |
an MSnExp or OnDiskMSnExp object. NYI: If NULL, will assume that values$MSData$MSnExp is defined in parent environment |
type |
specify what the scan number represents, either "acquisition", "ms1" or "ms2". |
a subset of the data@featureData@data
data.frame matching
the search criteria, with an additional filename
column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.