intAct2Sys              package:ppiData              R Documentation

_A _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 _t_h_e _f_i_r_s_t _o_r_g._S_c._s_g_d
_s_y_s_t_e_m_a_t_i_c _n_a_m_e _u_s_i_n_g _t_h_e _o_r_g._S_c._s_g_d _p_a_c_k_a_g_e

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

     This function takse the Intact ID's maps to the yeast common names
     via intact repository and uses the org.Sc.sgd package to map the
     common names to the org.Sc.sgd Systematic names. There is problems
     if more than one systematic name corresponds to the common name.
     This function will simply always return the first name given by
     each mapping: from Intact to common names and also from common
     names to systematic names.

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

     intAct2Sys(prot2Sys, bpSysL)

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

prot2Sys: An Intact accession number for some protein which is needed
          to be mapped to its systematic name

  bpSysL: A named list with the IntAct accession numbers as the names
          and the corresponding systematic names as the entries

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

     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

