fillPeaks-methods | R Documentation |
For each sample, identify peak groups where that sample is not represented. For each of those peak groups, integrate the signal in the region of that peak group and create a new peak.
object |
the |
method |
the filling method |
After peak grouping, there will always be peak groups that do not include peaks from every sample. This method produces intensity values for those missing samples by integrating raw data in peak group region. According to the type of raw-data there are 2 different methods available. for filling gcms/lcms data the method "chrom" integrates raw-data in the chromatographic domain, whereas "MSW" is used for peaklists without retention-time information like those from direct-infusion spectra.
A xcmsSet
objects with filled in peak groups.
fillPeaks(object, method="")
xcmsSet-class
,
getPeaks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.