mzdata_raw: Feature detection using xcms.

Description Usage Arguments Details Value Note Author(s) See Also

View source: R/mzdata_raw.R

Description

Method used by Gordon et. al. to extract LCMS features from .mzXML files using xcms.

Usage

1
mzdata_raw(saveoutput = FALSE, outputname = "example-mzdata-raw", ...)

Arguments

saveoutput

Logical indicating if output should be saved

outputname

The name of the output file to be saved if TRUE

...

Other arguments passed on to individual methods

Details

This function was used to extract features from .mzXML data. The function creates an xcmsSet object, groups peaks, corrects for retention time drift, re-groups the peaks, fills missing peaks, annotates adducts and isotopes, before saving the output to a .csv file in /data-raw.

Value

Returns a dataframe of class tbl_df

Note

mzdata_raw() was not intended to be used outside of this package. To keep the size of this package small, only a small example subset of the raw LCMS .mzXML data is made available in ./data-raw/example_mzxml_data/. The full data set is available from the package author.

Author(s)

Benjamin R. Gordon

See Also

xcmsSet annotate


brgordon17/coralclass documentation built on June 15, 2020, 9:21 p.m.