sysptmSEQ {sysptm.db}R Documentation

Map protein identifier to the protein sequence

Description

sysptmSEQ provides mappings between a SysPTM protein identifier and the protein Sequence.

Details

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(sysptmSEQ)
         # Get the values for a few keys
         if(length(xx) >= 3){
           xx[1:3]
         }

[Package sysptm.db version 1.1.0 Index]