View source: R/SpectraFromMzML.R
createSpectraFromSrmOrMrmMzML | R Documentation |
The function createSpectraFromSrmOrMrmMzML
creates a (single)
Spectra
object from all mzML files found in path
.
createSpectraFromSrmOrMrmMzML(path = ".")
path |
|
Depending on the technology the quantitative information will
be stored in different lists within the mzML files. In case of
selected reaction monitoring (SRM)- or multiple reaction monitoring
(MRM)-derived files, the intensities and m/z values are stored in
chromatogram
entries within chromatogramList
.
The mzML files will be loaded via MSnbase::readSRMData
and
stored within a MChromatogram
object.
The entries in the returned Spectra
object are separable by
Spectra$dataOrigin
.
Spectra
object
Thomas Naake
path <- system.file("srm", package = "MsQualityUtils") createSpectraFromSrmOrMrmMzML(path = path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.