sysptmIDs {sysptm.db}R Documentation

Map SysPTM protein identifiers to external identifiers

Description

sysptmIDs maps SysPTM protein identifiers to external protein identifiers.

Details

Each SysPTM protein identifier maps to a named vector containing protein identifiers from public databases, such as Swiss-Prot, IPI, NCBI RefSeq, and so on. The vector name corresponds to the public database.

Mappings were based on data provided by: SysPTM (http://www.biosino.org/papers/SysPTM/Current/ptm ; http://www.biosino.org/papers/SysPTM/Current/name ; http://www.biosino.org/papers/SysPTM/Current/Protein_ID_equal) on v1.1, 2008-11-20

Examples

     # Convert to a list
     xx <- as.list(sysptmIDs)
     xx <- xx[!is.na(xx)]
     if(length(xx) > 0){
         xx[1:5]
     }

[Package sysptm.db version 1.1.0 Index]