Atong                  package:SLGI                  R Documentation

_S_y_s_t_e_m_a_t_i_c _g_e_n_e_t_i_c _a_n_a_l_y_s_i_s _w_i_t_h _o_r_d_e_r_e_d _a_r_r_a_y_s _o_f _y_e_a_s_t _d_e_l_e_t_i_o_n
_T_o_n_g _e_t. _a_l. (_2_0_0_4).

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

     Data from Tong et. al. (2004) buffering experiments using ordered
     arrays of yeast deletion design by Tong et. al. (2001).

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

         data(Atong)
         data(tong2004raw)

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

     'tong2004Raw' is dataframe extracted from Table S1 of Tong et al.
     (2004) online supporting material.  We added an extra column,
     queryGene.sysName, which is the  systematic names of the query
     genes.


     _q_u_e_r_y_G_e_n_e._g_e_n_e_N_a_m_e Column indicates the gene used as query in the
          synthetic genetic array screen (SGA).

     _I_n_t._g_e_n_e_N_a_m_e Column indicates the gene identified as an interactor
          with a particular query.

     _I_n_t._s_y_s_N_a_m_e Column indicates the systematic  name of the open
          reading frame (ORF) that corresponds to the interactor gene.

     _S_c_o_r_e An interaction scored three times in the three runs by
          visual inspection received a scored of 3. An interaction
          scored twice in the three in the runs by  visual inspection
          received a scored of 2. An interaction scored by the
          computer-based image analysis but not visual inspection
          received a scored of 1. For interactions that scored once in
          the three runs by visual inspection confirmation was
          attempted only for those genes pairs related functions. Such
          confirmed interactions received a score of 0.

     _R_S_A Column identifies an interaction that was confirmed by random
          spore analysis.

     _T_e_t_r_a_d Column identifies an interaction confirmed by tetrad
          analysis.

     _S_S Refers to synthetic sick interaction.

     _S_L Refers to synthetic lethal interaction.

     _F_u_n_c_t_i_o_n_a_l._R_o_l_e Column indicates the assigned GO functional
          annotation from their defined subset of annotations.All the
          interactions are identified in this study unless otherwise
          stated.

     _R_e_f_e_r_e_n_c_e_s Genetic Interactions that have been previously
          described.

     _q_u_e_r_y_G_e_n_e._s_y_s_N_a_m_e Column indicates the systematic (ORF) name of
          the gene used as query in a SGA screen.

     'Atong' is a 132 by 1008 adjacency matrix of the systematic
     genetic  interactions identified between 132 query genes and the
     deletion gene set (Tong et al. 2001; see 'SGA' for more details). 
     The row names correspond to the systematic (ORF) names for the 132
     query genes. The column names correspond to the systematic (ORF)
     names of the 1011 reporter genes, which showed a synthetic lethal
     or synthetic sick  interaction with at least one query genes.
     Values are 0 or 1, with a 1 indicating the occurrence of the
     genetic interaction between the gene pairs.

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

     Tong et al, Science. Vol.303, 2004.

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

     Global Mapping of the Yeast Genetic Interaction Network, Tong et
     al, Science Vol.303, 2004.

     <URL: http://www.sciencemag.org/cgi/data/303/5659/808/DC1/1>

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

     'SGA'

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

      data(Atong)
      dim(Atong)
      

