\name{sc.dbsublocSUBCELL} \alias{sc.dbsublocSUBCELL} \alias{sc.dbsublocSUBCELL2SPAC} \title{Map protein to the subcellular location} \description{ sc.dbsublocSUBCELL provides mappings between Swss-Prot protein accession number and the protein subcellular locations. } \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{ ## Convert to a list xx <- as.list(sc.dbsublocSUBCELL) ## Get the first one xx[[1]] ## For the reverse map sc.dbsublocSUBCELL2SPAC ## Convert to a list xx <- as.list(sc.dbsublocSUBCELL2SPAC) ## Get the first one xx[[1]] }