ppiInteract             package:PCpheno             R Documentation

_T_e_s_t _t_h_e _a_s_s_o_c_i_a_t_i_o_n _b_e_t_w_e_e_n _A_P-_M_S _d_a_t_a _a_n_d _p_h_e_n_o_t_y_p_e

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

     Test the association between AP-MS data and phenotype data via a
     graph and permutation model.

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

     ppiInteract(genename, expGraph, bait, prey, perm=10)

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

genename: Genes associated to a phenotype

expGraph: A graphNEL object (a direct graph instance of class'graph').
          The nodes are the union of viable baits (VB) and viable prey
          (VP) of the experiment (see package _ScISI_)

    bait: Proteins which was sampled as a bait in the binary
          relationship

    prey: Proteins which was sampled as a prey in the binary
          relationship

    perm: Number of permutation

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

     The returned value is a list: 

Observed: Observed values

Expected: Expected values after each permutation

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

     R. Gentleman and N. LeMeur

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

     _ScISI_

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

     data(ScISI)
     data(essglist)
     s1 <- ppiInteract(names(essglist), Gavin2002BPGraph, viableBaits[[8]],
            viablePrey[[8]], perm=10)

