Learn R Programming

ptm (version 0.2.2)

id.mapping: Identifier Mapping

Description

Mapping between protein identifiers.

Usage

id.mapping(id, from, to)

Arguments

id

the identifier to be converted.

from

the type for the identifier of origin; it must be one of 'uniprot', 'pdb', or 'kegg'.

to

the type for the identifier of destination; it must be one of 'uniprot', 'pdb', or 'kegg'.

Value

Returns a character string corresponding to the requested identifier.

See Also

pdb2uniprot(), uniprot2pdb()

Examples

Run this code
# NOT RUN {
id.mapping('P01009', from = 'uniprot', to = 'pdb')
# }

Run the code above in your browser using DataLab