Description Usage Arguments Value Examples
Generates a data frame from a raw mass spectrometry dataset. Every data point/peak is represented as a row containing its retention time, mass-to- charge, and signal intensity.
1 | generateMSDataFrame(rawDataFilePath)
|
rawDataFilePath |
The location of the mzML file, as a string. |
The corresponding data frame for the dataset.
1 2 3 4 5 | ## Not run:
msFrame <- generateMSDataFrame(
"inst/extdata/20190122_HeLa_QC_Slot1-47_1_3228_800-810.mzML")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.