NEGGS              package:yeastGSData              R Documentation

_A _G_o_l_d _S_t_a_n_d_a_r_d _f_o_r _N_e_g_a_t_i_v_e _I_n_t_e_r_a_c_t_i_o_n_s

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

     These data were supplied as supplementary material, for the paper
     below, as  a data set for negative interactions.

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

     data(NEGGS)

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

     A data frame with 2708746 observations on the following 4
     variables.

     '_O_R_F_1' The ORF of one interactor.

     '_O_R_F_2' The ORF of the second interactor.

     '_L_O_C_1' A description of where the first interactor is  (typically)
          located in the cell. 

     '_L_O_C_2' A description of where the first interactor is  (typically)
          located in the cell. 

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

     The data are potentially problematic, since not being in the same
     cellular component does not mean that two proteins will not
     interact in some particular assay.

     Only a very broad grouping of location is given, and one may want
     to refer to a more recent and potentially more authoratative
     source.

_S_o_u_r_c_e:

     <URL: http://interolog.gersteinlab.org>

_R_e_f_e_r_e_n_c_e_s:

     Annotation Transfer Between Genomes: Protein-Protein Interologs
     and Protein-DNA Regulogs, H. Yu et al, Genome Research, 1107-1118,
     2004.

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

     data(NEGGS)
     table(NEGGS$LOC1)
     table(NEGGS$LOC2)

