Learn R Programming

MetaboAnalystR (version 2.0.0)

MSspec.fillPeaks: Function to fill in missing peaks

Description

For each sample in the processed MS spectra data, this function will fill in missing peaks using the fillPeaks function from the XCMS package. First, the function will identify any peak groups that are missing any peaks from the samples and will then fill in those peaks by rereading the raw data and integrating signals at those regions to create a new peak.

Usage

MSspec.fillPeaks(mSetObj=NA)

Arguments

mSetObj

Input the name of the created mSetObj (see InitDataObjects)