generateMSDataFrame: Mass spectrometry data frame generator.

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

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.

Usage

1
generateMSDataFrame(rawDataFilePath)

Arguments

rawDataFilePath

The location of the mzML file, as a string.

Value

The corresponding data frame for the dataset.

Examples

1
2
3
4
5
## Not run: 
msFrame <- generateMSDataFrame(
"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.