CallTreeSet-class            package:xps            R Documentation

_C_l_a_s_s _C_a_l_l_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' call 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 'mas5.call' or 'dabg.call',
     respectively.

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


     '_c_a_l_l_t_y_p_e': Object of class '"character"' representing the call
          type,  i.e. mas5 or dabg.

     '_d_e_t_c_a_l_l': Object of class '"data.frame"'. The data.frame can
          contain  the detection calls stored in 'ROOT' call trees.

     '_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 (i.e. p-values) stored in 'ROOT' call 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' call trees are
          stored, usually CallTreeSet.

     '_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' call 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_C_a_l_l 'signature(object = "CallTreeSet")': exports detection
          call data from  'ROOT' call file and and saves as data.frame
          'detcall'.

     _a_t_t_a_c_h_P_V_a_l 'signature(object = "CallTreeSet")': exports call
          p-values from  'ROOT' call file and and saves as data.frame
          'data'.

     _c_a_l_l_p_l_o_t 'signature(x = "CallTreeSet")': creates a barplot of
          percent present and absent calls.

     _p_r_e_s_C_a_l_l 'signature(object = "CallTreeSet")': extracts the
          detection call data.frame.

     _p_r_e_s_C_a_l_l<- 'signature(object = "CallTreeSet", value =
          "data.frame")': replaces the detection call data.frame.

     _p_v_a_l_D_a_t_a 'signature(object = "CallTreeSet")': extracts the
          detection p-value data.frame.

     _p_v_a_l_D_a_t_a<- 'signature(object = "CallTreeSet", value =
          "data.frame")': replaces the detection p-value data.frame.

     _r_e_m_o_v_e_C_a_l_l 'signature(object = "CallTreeSet")': replaces
          data.frame 'detcall'  with an empty data.frame of dim(0,0).

     _r_e_m_o_v_e_P_V_a_l 'signature(object = "CallTreeSet")': replaces
          data.frame 'data'  with an empty data.frame of dim(0,0).

     _v_a_l_i_d_C_a_l_l 'signature(object = "CallTreeSet")': extracts a subset
          of columns  from data.frame 'detcall'.

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

     Christian Stratowa

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

     related classes 'DataTreeSet', 'ExprTreeSet'.

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

     showClass("CallTreeSet")

