scopPDB2PX              package:scop.db              R Documentation

_M_a_p _P_D_B _i_d_e_n_t_i_f_i_e_r _t_o _S_C_O_P _d_o_m_a_i_n _e_n_t_r_y _i_d_e_n_t_i_f_i_e_r

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

     scopPDB2PX mapps a PDB identifier to a vetor of SCP domain entry
     identifier. The vector name corresponds to the PDB chains.

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

     Mappings were based on data provided by: SCOP (<URL:
     http://scop.mrc-lmb.cam.ac.uk/scop/parse/dir.des.scop.txt_1.73 ;
     http://scop.mrc-lmb.cam.ac.uk/scop/parse/dir.hie.scop.txt_1.73 ;
     http://scop.mrc-lmb.cam.ac.uk/scop/parse/dir.cla.scop.txt_1.73>)
     on Release 1.73, November 2007

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

         # Convert to a list
         xx <- as.list(scopPDB2PX)
         if(length(xx) > 0){        
             xx[2:3]
         }

