sc.dbsublocDE {sc.dbsubloc.db}R Documentation

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 (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]
                }
        }

[Package sc.dbsubloc.db version 1.1.0 Index]