Massvectorlist-class         package:msbase         R Documentation

_C_l_a_s_s "_M_a_s_s_v_e_c_t_o_r_l_i_s_t"

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

     Container class for 'Massvector-class'

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

     Objects can be created by calls of the form 'new("Massvectorlist",
     ...)'.

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

     '._D_a_t_a': Object of class '"list"', list of 'Massvector-class' 

     '_i_n_f_o': Object of class '"character"', information field 

     '_p_r_o_j_e_c_t': Object of class '"character"', _e.g._ project id  

     '_e_x_p_e_r_i_m_e_n_t': Object of class '"character"', _e.g._ experiment id 

     '_u_n_i_q': Object of class '"logical"' if 'TRUE' the 'info' field in
          the stored 'Massvector's names must be unique. 

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

     Class '"Mlist"', directly. Class '"list"', by class '"Mlist"'.

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

     [ 'signature(x = "Massvectorlist")'

     [[<- 'signature(x = "Massvectorlist")'

     [<- 'signature(x = "Massvectorlist")'  

     _c_o_e_r_c_e 'signature(from = "Massvectorlist", to = "matrix")'  

     _c_o_e_r_c_e 'signature(from = "Massvectorlist", to = "data.frame")' 

     _c_o_l._p_l_o_t 'signature(x = "Massvectorlist")': strip chart with color
          coded intensities

     _h_i_s_t 'signature(x = "Massvectorlist")': histogram of all masses in
          the massvectorlist

     _m_v_m_e_a_n_n_o_r_m 'signature(object = "Massvectorlist")':  

     _m_v_s_c_a_l_e 'signature(object = "Massvectorlist")': 'scale'

     _n_r_m_a_t_c_h 'signature(obx = "Massvectorlist", oby = "Massvector")':
          ... 

     _n_r_m_a_t_c_h 'signature(obx = "Massvectorlist", oby = "NULL")': ... 

     _p_e_p._p_l_o_t 'signature(x = "Massvectorlist", y = "missing")': ... 

     _p_l_o_t 'signature(x = "Massvectorlist", y = "missing")':  

     _r_e_a_d_B_r_u_k_e_r 'signature(object = "Massvectorlist")': ... 

     _r_e_a_d_M_V 'signature(object = "Massvectorlist", src = "character")':
          ... 

     _s_h_o_w 'signature(object = "Massvectorlist")': ... 

     _u_n_l_i_s_t 'signature(x = "Massvectorlist")': casts Massvectorlist
          into Massvector 

     _w_r_i_t_e_M_V 'signature(object = "Massvectorlist", path =
          "character")': ... 

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

     Witold E. Wolski witek96@users.sourceforge.net <URL:
     http://r4proteomics.sourceforge.net>la

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

     'fdist-methods,fbinary-methods,fcor-methods',
     ,'Massvectorlist-class','fintersect-methods','gamasses-methods'
     ,'finterS-methods','funion-methods','nrmatch-methods'

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

     new("Massvectorlist")
     new("Massvectorlist",info="dumy",project="dummy",experiment="dummy")
     data(pldata)
     plot(pldata)
     hist(pldata)
     pep.plot(pldata,cex=0.4)
     col.plot(pldata,col=2) #intensity color coded
     tmp <- unlist(pldata)
     length(tmp)
     rm(tmp)

