summary,MAT-method           package:rMAT           R Documentation

_S_u_m_m_a_r_y _M_e_t_h_o_d _f_o_r _M_A_T _O_b_j_e_c_t

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

     This methods summarize the objects MAT or tilinSet

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

     ## S4 method for signature 'MAT':
     summary(object)
     ## S4 method for signature 'tilingSet':
     summary(object)

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

  object: Object returned from 'MAT' .

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

     MAT is an object summarizing the output from the MAT function with
     the following slots :
     genomeName,featurePosition,featureChromosome,score,regIndex,method,threshold.

     TilingSet is an object containing an ExpressionSet with the
     follonwing slots:  genomeName, featureSequence, featurePosition,
     featureChromosome, featureCopyNumber

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

     Charles Cheung, cykc@interchange.ubc.ca and Raphael Gottardo,
     raphael.gottardo@ircm.qc.ca Arnaud Droit, arnaud.droit@ircm.qc.ca

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

     'MAT'

