tsProfile-class         package:TargetSearch         R Documentation

_C_l_a_s_s _f_o_r _r_e_p_r_e_s_e_n_t_i_n_g _a _M_S _p_r_o_f_i_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     This class is to represent a MS profile

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by the function 'Profile' or by

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

_S_l_o_t_s:


     '_i_n_f_o': '"data.frame"', the profile information. 

     '_R_I': '"matrix"', an RI matrix.

     '_R_T': '"matrix"', an RT matrix.

     '_I_n_t_e_n_s_i_t_y': '"matrix"', an peak intensity matrix. 

_E_x_t_e_n_d_s:

     Class 'tsMSdata', directly.

_M_e_t_h_o_d_s:


     _p_r_o_f_i_l_e_I_n_f_o 'signature(obj = "tsProfile")': get the profile
          information. 

     _p_r_o_f_i_l_e_I_n_f_o<- 'signature(obj = "tsProfile")': set the profile
          information. 

     _s_h_o_w 'signature(object = "tsProfile")': the show function. 

_A_u_t_h_o_r(_s):

     Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig

_S_e_e _A_l_s_o:

     'Profile',  'ProfileCleanUp',  'tsMSdata'

_E_x_a_m_p_l_e_s:

     showClass("tsProfile")

