recordSticky          package:simulatorAPMS          R Documentation

_T_h_i_s _f_u_n_c_t_i_o_n _r_e_c_o_r_d_s _t_h_e _s_t_i_c_k_y _p_r_o_t_e_i_n_s _i_n _t_h_e _s_i_m_u_l_a_t_i_o_n _o_f _A_P-_M_S

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

     In the actual AP-MS technology, sticky proteins are identified and
     then removed from the process so sticky proteins do not influence
     the outcome of the PPCM matrix nor the estimate from algorithms
     such as apComplex.

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

     recordSticky(simMat, vSticky)

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

  simMat: The simulated AP-MS data 

 vSticky: The pre-scribed vector of sticky proteins

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

     The recordSticky function will return both the sticky proteins
     that are put into the function at the beginning as well as
     proteins which interact with a large number of other proteins.

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

     The return value is a vector of all the proteins that are
     considered to be sticky in the simulation.

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

     Tony Chiang

