Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class is to represent a MS profile
Objects can be created by the function Profile or by
new("tsMSdata", RI = [retention time index matrix], RT = [retention time matrix],
Intensity = [peak intensity])
info:"data.frame", the profile information.
RI:"list", a list containing RI matrices, one matrix per metabolite
RT:"list", a list containing RT matrices, one matrix per metabolite
Intensity:"list", a list containing peak-intensity matrices, one matrix per metabolite
profRI:"matrix", the profile RI matrix.
profRT:"matrix", the profile RT matrix.
profInt:"matrix", the profile Intensity matrix.
Class tsMSdata, directly.
signature(obj = "tsProfile"): get the profile information.
signature(obj = "tsProfile"): set the profile information.
signature(obj = "tsProfile"): get the profile intensity matrix.
signature(obj = "tsProfile"): set the profile intensity matrix.
signature(obj = "tsProfile"): get the profile RI matrix.
signature(obj = "tsProfile"): set the profile RI matrix.
signature(obj = "tsProfile"): get the profile RT matrix.
signature(obj = "tsProfile"): set the profile RT matrix.
signature(object = "tsProfile"): the show function.
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
Profile, ProfileCleanUp,
tsMSdata
1 | showClass("tsProfile")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.