scopTYPE               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 _t_y_p_e_s

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

     scopTYPE provides mappings between SCOP entry identifiers and
     their types.

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

     Possible entry types are: cl - class 

     cf - fold

     sf - superfamily

     fa - family

     dm - protein domain

     sp - species

     px - domain entry

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

