twTableAPMS             package:ppiData             R Documentation

_A _t_a_b_l_e _t_o _l_o_o_k _a_t _t_h_e _p_e_r_m_u_t_a_t_i_o_n _s_t_a_t_i_s_t_i_c_s _o_f _p_a_i_r_s _o_f _Y_2_H 
_e_x_p_e_r_i_m_e_n_t.

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

     For each pair of APMS experiment, let X be the restriction of
     common viable proteins. Restricted to the set X, entry n11 of the
     table details  how many times the protein is found in both
     experiments; n12 details how many times the protein was found in
     experiment 1 but not  experiment 2; entry n21 details how many
     times the protein was found in experiment 2 and not experiment 1;
     and n22 details the number of  times the proteins were found in
     neither experiments.

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

     data(twTableAPMS)

_F_o_r_m_a_t:

     A list of matrices. Each element of the list contains a table for
     a  particular pair of experimental datasets. The rows are indexed
     by (n11,n12,n21,n22), and the columns are indexed by the elements
     of X.

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

     data(twTableAPMS)

