| sc.dbsublocDE {sc.dbsubloc.db} | R Documentation |
sc.dbsublocDE maps Swss-Prot protein accession number to their descriptive information.
Mappings were based on data provided by: DBSubLoc (http://www.bioinfo.tsinghua.edu.cn/~guotao/data/dbsubloc2.dat.gz) on 2005-8-17
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]
}
}