id.mapping: Identifier Mapping

View source: R/getseq.R

id.mappingR Documentation

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.

Author(s)

Juan Carlos Aledo

See Also

pdb2uniprot(), uniprot2pdb()

Examples

## Not run: id.mapping('P01009', from = 'uniprot', to = 'pdb')

ptm documentation built on Aug. 7, 2022, 5:05 p.m.

Related to id.mapping in ptm...