stamNet-class              package:stam              R Documentation

_C_l_a_s_s_i_f_i_e_r _N_e_t _f_o_r _S_t_A_M

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

     Objects of this class describe a network of classifiers as it is
     used by structured  analysis of microarray data.

_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("stamNet", chip,
     root, probes)', or by a call to 'stam.net'.

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

     '_r_o_o_t' the GO identifier of the node where the generation of the 
          classifier net is started.

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

     '_r_o_o_t': Object of class '"character"', the GO identifier of the 
          node where the generation of the       classifier net is
          started.

     '_c_h_i_p_p_k_g': Object of class '"character"', information on the 
          version of the meta data package for the chip

     '_G_O_p_k_g': Object of class '"character"', information on the version
           of the meata data package on the Gene Ontology

     '_n_o_d_e_s': Object of class '"list"', elements are of class 
          'stamINode' or 'stamLeaf', one for each node in the
          classifier net.

     '_l_e_a_f_s': Object of class '"numeric"', indices of all leaf nodes in
           slot 'nodes'

     '_i_n_o_d_e_s': Object of class '"numeric"', indices of all inner nodes
          in slot 'nodes'

     '_p_r_o_b_e_s': Object of class '"environment"', the corresponding index
           for each probeset in the expression matrices to be analyzed

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

     _p_r_i_n_t 'signature(x = "stamNet")': print information on the
          classifier net

     _w_r_i_t_e_H_T_M_L 'signature(x = "stamNet")': generate HTML information on
          the  classifier net. However, using 'stam.writeHTML' is
          recommended.

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

     Claudio Lottaz

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

     'stam.net', 'stamLeaf-class',  'stamINode-class'

