xcmsEIC-class | R Documentation |
This class is used to store and plot parallel extracted ion
chromatograms from multiple sample files. It integrates with the
xcmsSet
class to display peak area integrated during peak
identification or fill-in.
Objects can be created with the getEIC
method of
the xcmsSet
class. Objects can also be created by calls
of the form new("xcmsEIC", ...)
.
eic
:list containing named entries for every sample. for each entry, a list of two column EIC matricies with retention time and intensity
mzrange
:two column matrix containing starting and ending m/z for each EIC
rtrange
:two column matrix containing starting and ending time for each EIC
rt
:either "raw"
or "corrected"
to specify retention
times contained in the object
groupnames
:group names from xcmsSet
object used to generate EICs
signature(object = "xcmsEIC")
: get groupnames
slot
signature(object = "xcmsEIC")
: get mzrange
slot
signature(x = "xcmsEIC")
: plot the extracted ion
chromatograms
signature(object = "xcmsEIC")
: get rtrange
slot
signature(object = "xcmsEIC")
: get sample names
No notes yet.
Colin A. Smith, csmith@scripps.edu
getEIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.