tsProfile-class {TargetSearch} | R Documentation |
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
:"matrix"
, an RI matrix.RT
:"matrix"
, an RT matrix.Intensity
:"matrix"
, an peak intensity matrix.
Class tsMSdata
, directly.
signature(obj = "tsProfile")
: get the profile information. signature(obj = "tsProfile")
: set the profile information. signature(object = "tsProfile")
: the show function. Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
Profile
, ProfileCleanUp
,
tsMSdata
showClass("tsProfile")