\name{sc.dbsublocDE}
\alias{sc.dbsublocDE}
\title{Maps SysPTM protein to textural descriptions}
\description{
  sc.dbsublocDE maps Swss-Prot
  protein accession number to their descriptive information.
}
\details{
  Mappings were based on data provided by: DBSubLoc (\url{http://www.bioinfo.tsinghua.edu.cn/~guotao/data/dbsubloc2.dat.gz}) on
  2005-8-17  
}

\examples{
	xx <- as.list(sc.dbsublocDE)
	if(length(xx) > 0){
		# Get the value of the first key
		xx[[1]]
		# Get the values for a few keys
		if(length(xx) >= 3){
			xx[1:3]
		}
	}
}