sysptmIDs             package:sysptm.db             R Documentation

_M_a_p _S_y_s_P_T_M _p_r_o_t_e_i_n _i_d_e_n_t_i_f_i_e_r_s _t_o _e_x_t_e_r_n_a_l _i_d_e_n_t_i_f_i_e_r_s

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

     sysptmIDs maps SysPTM protein identifiers to external protein
     identifiers.

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

     Each SysPTM protein identifier maps to a named vector containing
     protein identifiers from public databases, such as Swiss-Prot,
     IPI, NCBI RefSeq, and so on. The vector name corresponds to the
     public database.

     Mappings were based on data provided by: SysPTM (<URL:
     http://www.biosino.org/papers/SysPTM/Current/ptm ;
     http://www.biosino.org/papers/SysPTM/Current/name ;
     http://www.biosino.org/papers/SysPTM/Current/Protein_ID_equal>) on
     v1.1, 2008-11-20

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

          # Convert to a list
          xx <- as.list(sysptmIDs)
          xx <- xx[!is.na(xx)]
          if(length(xx) > 0){
              xx[1:5]
          }

