stamLeaf-class             package:stam             R Documentation

_L_e_a_f _N_o_d_e_s _i_n _C_l_a_s_s_i_f_i_e_r _N_e_t_s _b_y _S_t_A_M

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

     Objects of this class represent leaf nodes in a classifier net as
     it is used by structured analysis of microarray data. These are
     the only nodes which have genes  annotated.

_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("stamLeaf", ID,
     chip, probesidx)'.

     '_I_D' is the GO identifier as character string

     '_c_h_i_p' the name of the chip for which the classifier net is
          generated.

     '_p_r_o_b_e_s' a character vector holding the identifiers of the
          probesets in  the order as they occur in the expression
          matrix

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

     '_c_h_i_p': Object of class '"character"', the name of the chip for 
          which the classifier net is generated.

     '_p_r_o_b_e_s': Object of class '"numeric"', for each probeset holds its
           position in the expression metrices to be analyzed 

     '_p_a_m_f_i_t': Object of class '"nsc"', holds the results of pamr.train
           restricted to the genes annotated to the current leaf node.

     '_d_e_l_t_a': Object of class '"numeric"', stores the best delty for
          the  local pamfit as determined by pamr.cv.

     See 'stamNode-class' fot 'ID', 'category', 'replacedParents' and 
     'supNode'.

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

     Class '"stamNode"', directly.

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

     _p_r_i_n_t 'signature(x = "stamLeaf")': print information on the leaf
          node.

     _w_r_i_t_e_H_T_M_L 'signature(x = "stamLeaf")': generate HTML information
          on the  leaf node.

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

     Claudio Lottaz

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

     'stamNode-class', 'stamINode-class'

