maigesActNet-class        package:maigesPack        R Documentation

_m_a_i_g_e_s_A_c_t_N_e_t _c_l_a_s_s, _s_t_o_r_e _r_e_s_u_l_t_s _o_f _f_u_n_c_t_i_o_n_a_l _c_l_a_s_s_i_f_i_c_a_t_i_o_n _o_f _g_e_n_e
_n_e_t_w_o_r_k_s

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

     This class defines a structure to store the results of functional
     classification of gene networks that was proposed and implemented
     in this package. Objects of this type are generated by calling the
     function 'activeNet'.

_D_e_t_a_i_l_s:

     Objects of this class are produced by calling the function
     'activeNet' over an object of class 'maiges' to search for gene
     networks that present evidence of activation in different
     biological types. This is done according to the model proposed in
     the PhD thesis of the author of this package.

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


     '_s_c_o_r_e_s': numerical matrix storing the results of a statistic to
          test the functional activation of the networks studied. The
          rows and columns of the matrix represents the biological
          sample types and the networks, respectively.

     '_P_v_a_l_u_e_s': numerical matrix storing the p-values of the
          statistical test. As in the previous slot, matrix rows and
          columns  represents the biological sample types and the
          networks, respectively.

     '_D_a_t_e': character string giving the date and time that the object
          was generated.

     '_V._i_n_f_o': list containg three characters. The first one is a
          string containing the R version used when the object was
          created. The second is a char vector with base packages and
          the last one is another char vector with additional packages
          and version numbers.

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


     _i_m_a_g_e 'signature(x = 'maigesActNet')': image method for
          'maigesActNet' class. Display colour representation of the
          statistics or p-values of gene networks.

     _p_l_o_t 'signature(x = 'maigesActNet')': plot method for
          'maigesActNet' class. Do the same as image.

     _p_r_i_n_t 'signature(x = 'maigesActNet')': print method for
          'maigesActNet' class.

     _s_h_o_w 'signature(x = 'maigesActNet')': show method for
          'maigesActNet' class.

     _s_u_m_m_a_r_y 'signature(x = 'maigesActNet')': summary method for
          'maigesActNet' class.

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>

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

     'activeNet'.

