plotRawData: Raw data plotter.

Description Usage Arguments Details Value Examples

View source: R/plotting.R

Description

Plots a raw mass spectrometry dataset onto a scatter plot.

Usage

1
plotRawData(rawDataFilePath)

Arguments

rawDataFilePath

The location of the mzML file, as a string.

Details

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.

Value

The raw data scatter plot.

Examples

1
2
3
4
## Not run: 
plotRawData("inst/extdata/20190122_HeLa_QC_Slot1-47_1_3228_800-810.mzML")

## End(Not run)

ychen-uoft/msFeatureCmp documentation built on Dec. 23, 2021, 7:17 p.m.