ExprTreeSet-class            package:xps            R Documentation

_C_l_a_s_s _E_x_p_r_T_r_e_e_S_e_t

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

     This class provides the link to the 'ROOT' expression file and 
     the 'ROOT' trees contained therein. It extends class 'ProcesSet'.

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

     Objects are created using functions 'express', 'summarize'  or
     'normalize', or the specialized functions 'rma', 'mas5'  or
     'mas4'.

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


     '_e_x_p_r_t_y_p_e': Object of class '"character"' representing the
          exression type,  i.e. rma, mas5, mas4 or custom.

     '_n_o_r_m_t_y_p_e': Object of class '"character"' representing the
          normalization  type, i.e. mean, median,
          lowess,supsmu.

     '_s_c_h_e_m_e': Object of class '"SchemeTreeSet"' providing access to 
          'ROOT' scheme file.

     '_d_a_t_a': Object of class '"data.frame"'. The data.frame can contain
           the data (e.g. expression levels) stored in 'ROOT' data
          trees.

     '_p_a_r_a_m_s': Object of class '"list"' representing relevant
          parameters.

     '_s_e_t_n_a_m_e': Object of class '"character"' representing the name to
          the 'ROOT' file subdirectoy where the 'ROOT' data trees are
          stored, usually PreprocesSet.

     '_s_e_t_t_y_p_e': Object of class '"character"' describing the type of
          treeset stored in 'setname', usually preprocess.

     '_r_o_o_t_f_i_l_e': Object of class '"character"' representing the name 
          of the 'ROOT' data file, including full path.

     '_f_i_l_e_d_i_r': Object of class '"character"' describing the full path
          to the system directory where 'rootfile' is stored.

     '_n_u_m_t_r_e_e_s': Object of class '"numeric"' representing the number of
           'ROOT' trees stored in subdirectoy 'setname'.

     '_t_r_e_e_n_a_m_e_s': Object of class '"list"' representing the names of
          the  'ROOT' trees stored in subdirectoy 'setname'.

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

     Class '"ProcesSet"', directly. Class '"TreeSet"', by class
     "ProcesSet", distance 2.

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


     _a_t_t_a_c_h_E_x_p_r 'signature(object = "ExprTreeSet")': exports expression
          trees from  'ROOT' expression file and and saves as
          data.frame 'data'.

     _e_x_p_r_T_y_p_e 'signature(object = "ExprTreeSet")': extracts slot
          'exprtype'.

     _e_x_p_r_T_y_p_e<- 'signature(object = "ExprTreeSet", value =
          "character")': replaces slot 'exprtype'.

     _e_x_p_r_s 'signature(object = "ExprTreeSet")': extracts the expression
          data.frame.

     _e_x_p_r_s<- 'signature(object = "ExprTreeSet", value = "data.frame")':
          replaces the expression data.frame.

     _m_v_a_p_l_o_t 'signature(x = "ExprTreeSet")': creates an MvA-plot.

     _n_o_r_m_T_y_p_e 'signature(object = "ExprTreeSet")': extracts slot
          'normtype'.

     _n_o_r_m_T_y_p_e<- 'signature(object = "ExprTreeSet", value =
          "character")': replaces slot 'normtype'.

     _r_e_m_o_v_e_E_x_p_r 'signature(object = "ExprTreeSet")': replaces
          data.frame 'data'  with an empty data.frame of dim(0,0).

     _s_e._e_x_p_r_s 'signature(object = "ExprTreeSet")': extracts the
          standard deviation data.frame.

     _x_p_s_N_o_r_m_a_l_i_z_e 'signature(object = "ExprTreeSet")': applies
          normalization methods.

     _x_p_s_P_r_e_F_i_l_t_e_r 'signature(object = "ExprTreeSet")': applies
          prefiltering methods.

     _x_p_s_U_n_i_F_i_l_t_e_r 'signature(object = "ExprTreeSet")': applies
          unifiltering methods.

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

     Christian Stratowa

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

     related classes 'DataTreeSet', 'CallTreeSet'.

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

     showClass("ExprTreeSet")

