\name{scopCHILDREN}
\alias{scopCHILDREN}
\title{Map SCOP identifiers to their children}
\description{
   scopCHILDREN mapps SCOP entry identifier to their children.
}
\details{
  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 
}

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