Description Usage Arguments Details Value Examples
Plots a raw mass spectrometry dataset onto a scatter plot.
1 | plotRawData(rawDataFilePath)
|
rawDataFilePath |
The location of the mzML file, as a string. |
The x-axis represents retention time (in sec), the y-axis represents mass- to-charge (in Th), and the z-axis (with darker colours for greater values) represents signal intensity (unitless).
This function may take a while to run.
The raw data scatter plot.
1 2 3 4 | ## Not run:
plotRawData("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.