DataTreeSet-class            package:xps            R Documentation

_C_l_a_s_s _D_a_t_a_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' data 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 can be created using the functions 'import.data' or
     'root.data'.

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


     '_b_g_t_r_e_e_n_a_m_e_s': Object of class '"list"' representing the names of 
           optional 'ROOT' background trees.

     '_b_g_r_d': Object of class '"data.frame"'. The data.frame can contain
           background intensities stored in 'ROOT' background trees.

     '_p_r_o_j_e_c_t_i_n_f_o': Object of class '"ProjectInfo"' containing
          information  about the project.

     '_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. intensities) 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 DataTreeSet.

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

     '_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_d_d_D_a_t_a 'signature(object = "DataTreeSet")': import additional
          CEL-files and  update 'ROOT' data file 'rootfile'.

     _a_t_t_a_c_h_B_g_r_d 'signature(object = "DataTreeSet")': exports background
          trees from  'ROOT' data file and and saves as data.frame
          'bgrd'.

     _a_t_t_a_c_h_I_n_t_e_n 'signature(object = "DataTreeSet")': exports intensity
          trees from  'ROOT' data file and and saves as data.frame
          'data'.

     _a_t_t_a_c_h_M_a_s_k 'signature(object = "DataTreeSet")': exports scheme
          tree from  'ROOT' scheme file and and saves as data.frame
          'mask' of slot 'scheme'.

     _b_a_c_k_g_r_o_u_n_d 'signature(object = "DataTreeSet")': extracts slot
          'bgrd'.

     _b_a_c_k_g_r_o_u_n_d<- 'signature(object = "DataTreeSet", value =
          "data.frame")': replaces slot 'bgrd'.

     _b_g_t_r_e_e_N_a_m_e_s 'signature(object = "DataTreeSet")': extracts slot
          'bgtreenames'.

     _i_m_a_g_e 'signature(x = "DataTreeSet")': creates an image for each
          column from data.frame 'data' or  'bgrd', respectively.

     _i_n_t_e_n_s_i_t_y 'signature(object = "DataTreeSet")': extracts slot
          'data'.

     _i_n_t_e_n_s_i_t_y<- 'signature(object = "DataTreeSet", value =
          "data.frame")': replaces slot 'data'.

     _m_m 'signature(object = "DataTreeSet")': extracts the mismatch
          intensities.

     _n_c_o_l_s 'signature(object = "DataTreeSet")': extracts the physical
          number of  array columns from slot 'scheme'.

     _n_r_o_w_s 'signature(object = "DataTreeSet")': extracts the physical
          number of  array rows from slot 'scheme'.

     _p_m 'signature(object = "DataTreeSet")': extracts the perfect match
          intensities.

     _p_m_p_l_o_t 'signature(x = "DataTreeSet")': creates a barplot of mean
          perfect match and mismatch intensities.

     _p_r_o_j_e_c_t_I_n_f_o 'signature(object = "DataTreeSet")': extracts slot
          'projectinfo'.

     _p_r_o_j_e_c_t_I_n_f_o<- 'signature(object = "DataTreeSet", value =
          "ProjectInfo")': replaces slot 'projectinfo'.

     _r_a_w_C_E_L_N_a_m_e 'signature(object = "DataTreeSet")': returns the
          name(s) of the  imported raw CEL-files.

     _r_e_m_o_v_e_B_g_r_d 'signature(object = "DataTreeSet")': replaces
          data.frame 'bgrd'  with an empty data.frame of dim(0,0).

     _r_e_m_o_v_e_I_n_t_e_n 'signature(object = "DataTreeSet")': replaces
          data.frame 'data'  with an empty data.frame of dim(0,0).

     _r_e_m_o_v_e_M_a_s_k 'signature(object = "DataTreeSet")': replaces
          data.frame 'mask'  from slot 'scheme' with an empty
          data.frame of dim(0,0).

     _v_a_l_i_d_B_g_r_d 'signature(object = "DataTreeSet")': extracts the valid
          data  from data.frame 'bgrd'.

     _v_a_l_i_d_D_a_t_a 'signature(object = "DataTreeSet")': extracts a subset
          of valid data  from data.frame 'data'.

     _x_p_s_B_g_C_o_r_r_e_c_t 'signature(object = "DataTreeSet")': applies
          background correction methods. See 'bgcorrect'.

     _x_p_s_D_A_B_G_C_a_l_l 'signature(object = "DataTreeSet")': computes DABG
          call.

     _x_p_s_I_N_I_C_a_l_l 'signature(object = "DataTreeSet")': computes I/NI
          call.

     _x_p_s_M_A_S_4 'signature(object = "DataTreeSet")': computes MAS4
          expression levels.

     _x_p_s_M_A_S_5 'signature(object = "DataTreeSet")': computes MAS5
          expression levels.

     _x_p_s_M_A_S_5_C_a_l_l 'signature(object = "DataTreeSet")': computes MAS5
          detection call.

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

     _x_p_s_P_r_e_p_r_o_c_e_s_s 'signature(object = "DataTreeSet")': applies
          normalization methods.

     _x_p_s_R_M_A 'signature(object = "DataTreeSet")': computes RMA
          expression levels.

     _x_p_s_S_u_m_m_a_r_i_z_e 'signature(object = "DataTreeSet")': applies
          summarization methods.

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

     Christian Stratowa

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

     related classes 'ExprTreeSet', 'CallTreeSet'.

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

     showClass("DataTreeSet")

