maigesRelNetB-class        package:maigesPack        R Documentation

_m_a_i_g_e_s_R_e_l_N_e_t_B _c_l_a_s_s, _s_t_o_r_e _r_e_s_u_l_t_s _o_f _r_e_l_e_v_a_n_c_e _n_e_t_w_o_r_k _a_n_a_l_y_s_i_s (_B_u_t_t_e'_s _m_e_t_h_o_d)

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

     This class defines a structure to store the results of relevance
     network analysis, using a method that was proposed by Butte et al.
     (2000), see the reference below. Objects of this type are
     generated calling the function 'relNetworkB'.

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

     Objects of this class are produced by calling the function
     'relNetworkB' over an object of class 'maiges' to search for pairs
     of genes with significant correlation values in a specific sample
     type, according to the method proposed by Butte et al. (2000).

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


     '_W': numeric matrix giving the W values of the genes tested. This
          information is useful for doing plots representing the
          correlation coefficient values.

     '_C_o_r_r': numerical square matrix that store the correlation
          coefficient values between all pair of genes tested.

     '_P_v_a_l': numerical square matrix that store the p-value for each
          correlation value between the pairs of genes.

     '_m_a_x_B': numerical square matrix that store the maximum (in
          absolute value) of the correlation values calculated by
          permutation values, as described by Butte et al. (2000).

     '_t_y_p_e_s': character vector giving the name of sample type tested.

     '_S_l_a_b_e_l': string with the sample label used to define the sample
          types tested.

     '_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 = 'maigesRelNetB')': image method for
          'maigesRelNetB' class. Display colour representation of the
          correlation matrix.

     _p_l_o_t 'signature(x = 'maigesRelNetB')': plot method for
          'maigesRelNetB' class. Display a circular graph representing
          the relevance network.

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

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

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

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

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

_R_e_f_e_r_e_n_c_e_s:

     Butte, A.J.; Tamayo, P.; Slonim, D.; Golub, T.R. and Kohane, I.S.
     Discovering functional relationships between RNA expression and
     chemotherapeutic susceptibility using relevance networks. *PNAS*,
     97, 12182-12186, 2000. (<URL:
     http://www.pnas.org/cgi/content/full/97/22/12182>)

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

     'relNetworkB'.

