map2Systematic2           package:y2hStat           R Documentation

_A _s_e_c_o_n_d_a_r_y _f_u_n_c_t_i_o_n _t_h_a_t _m_a_p_s _t_h_e _I_n_t_a_c_t _I_D'_s _t_o _Y_e_a_s_t _S_y_s_t_e_m_a_t_i_c _N_a_m_e_s _i_f
_p_o_s_s_i_b_l_e

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

     This function takse the Intact ID's maps to the SGD ID's via
     intact repository and uses truncates the SGD ID's to find the
     yeast systematic names.

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

     map2Systematic2(allProt, tableList, sWAC)

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

 allProt: A character vector of protein ID's

tableList: A List of tables. The parsed XLM files of the IntAct
          database

    sWAC: The data file sWAC2Sys

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

     A character vector - The return value is a mapping of each Intact
     ID to it's respecting systematic name.

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

     T Chiang

