tableCopa                package:copa                R Documentation

_S_u_m_m_a_r_i_z_e _c_o_p_a _r_e_s_u_l_t_s

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

     This function will output a table showing the number of gene pairs
     at each number of outliers.

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

     tableCopa(copa)

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

    copa: A 'copa' object, the result of a call to 'copa' 

_V_a_l_u_e:

     This function simply prints a table to the screen, useful for
     summarizing the output from a call to 'copa'.

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

     James W. MacDonald

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

     library(Biobase)
     data(sample.ExpressionSet)
     cl <- abs(3 - as.numeric(pData(sample.ExpressionSet)[,2]))
     tmp <- copa(sample.ExpressionSet, cl)
     tableCopa(tmp)

