residue                package:BicARE                R Documentation

_R_e_s_i_d_u_e _o_f _a _m_a_t_r_i_x

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

     Returns the residue of a matrix.

_U_s_a_g_e:

     residue(Data)

_A_r_g_u_m_e_n_t_s:

    Data: an 'ExpressionSet-class' or a matrix

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

     This function computes the residue of a matrix as defined by Yang
     et al (see references).

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

     Pierre Gestraud

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

     J. Yang, H. Wang, W. Wang, and P.S. Yu. An improved biclustering
     method for analyzing gene expression. International Journal on
     Artificial Intelligence Tools, 14(5):771-789, 2005

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

     'FLOC'

_E_x_a_m_p_l_e_s:

     data(sample.bicData)
     residue(sample.bicData)

