Description Usage Arguments Details Value Examples
The slicepi
method uses the bivariate approximate kernel density
estimate computed by bakedpi
and uses a cutoff to bound and quantify
peaks.
1 |
object |
An object of class |
cutoff |
A number indicating the threshold to apply to the density
estimate. |
verbose |
Should the function be verbose? |
slicepi
uses the most intense features in set regions of the M/Z space
to identify a data-driven density cutoff to detect peaks. Once peak bounds have
been computed, the extracted ion chromatograms for the peaks are computed, and
the EICs are integrated to obtain peak quantifications.
An object of class CMSslice
containing peak bounds and quantifications
as well as sample and preprocessing metadata.
1 2 3 4 5 6 | data(cmsRawExample)
cmsProc <- bakedpi(cmsRawExample, dbandwidth = c(0.01, 10), dgridstep = c(0.01, 1),
outfileDens = NULL, dortalign = FALSE, verbose = TRUE)
dqs <- densityQuantiles(cmsProc)
cmsSlice <- slicepi(cmsProc, cutoff = dqs[996], verbose = TRUE)
cmsSlice
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.