tsProfile-class {TargetSearch}R Documentation

Class for representing a MS profile

Description

This class is to represent a MS profile

Objects from the Class

Objects can be created by the function Profile or by

new("tsMSdata", RI = [retention time index matrix], RT = [retention time matrix], Intensity = [peak intensity])

Slots

info:
"data.frame", the profile information.
RI:
"matrix", an RI matrix.
RT:
"matrix", an RT matrix.
Intensity:
"matrix", an peak intensity matrix.

Extends

Class tsMSdata, directly.

Methods

profileInfo
signature(obj = "tsProfile"): get the profile information.
profileInfo<-
signature(obj = "tsProfile"): set the profile information.
show
signature(object = "tsProfile"): the show function.

Author(s)

Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig

See Also

Profile, ProfileCleanUp, tsMSdata

Examples

showClass("tsProfile")

[Package TargetSearch version 1.0.0 Index]