Mpact              package:yeastGSData              R Documentation

_P_r_o_t_e_i_n _I_n_t_e_r_a_c_t_i_o_n _D_a_t_a _f_r_o_m _M_p_a_c_t

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

     The data are protein interactions, downloaded from MPACT. They are
     stored in a large character matrix, with seven columns, describing
     the interactions.

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

     data(Mpact)

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

     The data are stored as a matrix, with columns

   _O_R_F_1 The ORF for gene 1

   _G_E_N_E_1 The symbol for gene 1

   _O_R_F_2 The ORF for gene 2

   _G_E_N_E_2 The symbol for gene 2

   _D_E_S_C_R A description of one, or both genes

   _E_V_I An evidence code.

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

     It is unlikely that the variables 'GENE1' and 'GENE2' can be
     relied on, as names change, so 'ORF1' and 'ORF2' should be
     preferred, and even these should be compared to current databases
     to see if they have been  supplanted.

     The 'DESCR' field is incomplete, and seems to be inconsistent. It
     would probably better to rely on the the ORFs to obtain
     documentation on the ORFs from other sources.

     The 'EVI' variable, gives one, or more evidence codes, separate by
      commas ','.  The evidence codes are further detailed in the
     'MpactEvidenceCodes' data object.  Evidence codes can be helpful
     in filtering out interactions that might give rise to circularity
     in an analysis.  By that we mean, that if you are analyzing data
     that comes from one of the experiments that was used to establish
     this gold standard data set, it might be best to filter those
     interactions out. You should be careful to only filter them, if
     their only evidence is from the experiment  you are analyzing (if
     there is other evidence for the interaction it  should be
     retained).

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

     The data were downloaded from <URL:
     ftp://ftpmips.gsf.de/yeast/PPI/>.

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

     Guldener U, Munsterkotter M, Oesterheld M, Pagel P, Ruepp A, Mewes
     HW, Stumpflen V(2006). MPact: the MIPS protein interaction
     resource on yeast. Nucl. Acids Res. 2006 34: D436-D441 PMID:
     16381906

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

     'MpactEvidenceCodes'

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

     data(Mpact)
     Mpact[1:3,]

