Description Details Objects from the Class Slots Methods Author(s) See Also Examples
This is a class to represent MS data obtained from the sample.
The method as.list
converts every slot (RI
, RT
, and Intensity
)
of a tsMSdata
object into a matrix. The converted matrices
are stored in a list. Each converted matrix has an attribute called 'index' that
relates the metabolite index with the respective rows. The components
of the resulting list are named as the slots. If the slot RT
is
not defined or empty, then the output list will have only two components.
('RT' and 'Intensity').
Objects be created by calls of the form
RI
:"list"
, a list containing an RI matrix, one matrix per metabolite
RT
:"list"
, a list containing an RT matrix, one matrix per metabolite
Intensity
:"list"
, a list containing a peak intensity matrix, one matrix per metabolite
signature(obj = "tsMSdata")
: gets the peak intensity list.
signature(obj = "tsMSdata")
: gets the peak intensity list.
signature(obj = "tsMSdata")
: gets RT list.
signature(obj = "tsMSdata")
: sets the RI list.
signature(obj = "tsMSdata")
: gets the RT list.
signature(obj = "tsMSdata")
: sets the RT list.
signature(object = "tsMSdata")
: show function.
signature(object = "tsMSdata")
: coerce a list object. See details
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
1 | showClass("tsMSdata")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.