Description Arguments Value Methods See Also
Generate multiple extracted ion chromatograms for m/z values of
interest. For xcmsSet
objects, reread original raw data
and apply precomputed retention time correction, if applicable.
object |
the |
mzrange |
either a two column matrix with minimum or maximum m/z or a
matrix of any dimensions containing columns for |
rtrange |
a two column matrix the same size as for |
step |
step size to use for profile generation |
groupidx |
either character vector with names or integer vector with indicies of peak groups for which to get EICs |
sampleidx |
either character vector with names or integer vector with indicies of samples for which to get EICs |
rt |
|
For xcmsRaw
objects, if rtrange
is NULL, an intensity matrix
with a row for each mzmin
, mzmax
pair. Columns
correspond to individual scans. If rtrange
is not NULL, a list of two column
(retention time/intensity) matricies, one for each mzmin
,
mzmax
pair.
For xcmsSet
objects, an xcmsEIC
object.
getEIC(object, mzrange, rtrange = NULL, step = 0.1)
getEIC(object, mzrange, rtrange = 200, groupidx,
sampleidx = sampnames(object), rt = c("corrected", "raw"))
xcmsRaw-class
,
xcmsSet-class
,
xcmsEIC-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.