scopDE                package:scop.db                R Documentation

_M_a_p _S_C_O_P _i_d_e_n_t_i_f_i_e_r_s _t_o _t_h_e_i_r _d_e_s_c_r_i_p_t_i_o_n

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

     scopDE mapps SCOP entry identifier to their description.

_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(scopDE)
         if(length(xx) > 0){        
             xx[2:3]
         }

