stamNode-class             package:stam             R Documentation

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

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

     Objects of this class and its subclasses represent single nodes in
     a classifier net 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_e_s:

     Objects can be created by calls of the form 'new("stamNode", ID,
     supNode)'.

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

_s_u_p_N_o_d_e indicates whether the node is a supplementary node to avoid
     nodes which  have both, genes directly annotated and children in
     the stamNet.

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


     '_I_D': Object of class '"character"', holds the GO identifier as 
          character string

     '_c_a_t_e_g_o_r_y': Object of class '"character"', represents the GO 
          ontology the node belongs (MF: molecular function, BP:
          biological process, CC:  cellular component).

     '_r_e_p_l_a_c_e_d_P_a_r_e_n_t_s': Object of class '"character"', holds all GO 
          identifiers of nodes which have been removed, because the had
          only one child.

     '_s_u_p_N_o_d_e': Object of class '"logical"', indicates whether the
          nodes  has been added to avoid nodes which  have both
          directly annotated genes as well as  children in the
          classifier graph

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


     _g_e_t_G_O_c_h_i_l_d_r_e_n 'signature(x = "stamNode")': returns the identifiers
          of the direct children of node x in the Gene Ontology.

     _g_e_t_G_O_c_h_i_l_d_r_e_n 'signature(x = "character")': returns the
          identifiers of  the direct children of the node with
          identifier x in the Gene Ontology.

     _g_e_t_G_O_p_a_r_e_n_t_s 'signature(x = "stamNode")': returns the identifiers
          of the direct parents of node x in the Gene Ontology.

     _g_e_t_G_O_p_a_r_e_n_t_s 'signature(x = "character")': returns the identifiers
          of the direct parents of the node with identifier x in the
          Gene Ontology.

     _g_e_t_G_O_t_e_r_m 'signature(x = "stamNode")': returns the GO term
          represented by node x.

     _g_e_t_G_O_t_e_r_m 'signature(x = "character")': returns the GO term
          represented by the node with identifier x.

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

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

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

     Claudio Lottaz

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

     'stamLeaf-class', 'stamINode-class'

