Description Usage Arguments Value Examples
Loads a raw mass spectrometry run/data file into memory as an MSExperiment object. The input MS file must be in mzML (OpenMS) format.
1 | loadMSFile(filePath)
|
filePath |
The location of the mzML file, as a string. |
The in-memory representation of the MS run, as an MSExperiment.
1 2 3 4 5 | ## Not run:
experiment <- loadMSFile("inst/extdata/20190122_HeLa_QC_Slot1-47_1_3228_800-810.mzML")
experiment$getNrSpectra() # Returns 8
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.