Learn R Programming

ptm (version 0.2.7)

pdb2uniprot: Return the UniProt ID Given the PDB and Chain IDs

Description

Returns the uniprot id of a given chain within a PDB structure.

Usage

pdb2uniprot(pdb, chain)

Value

The function returns the UniProt ID for the chain of interest.

Arguments

pdb

the 4-letter PDB identifier.

chain

letter identifying the chain.

Author

Juan Carlos Aledo

See Also

uniprot2pdb(), id.mapping()

Examples

Run this code
if (FALSE) pdb2uniprot('1u8f', 'O')

Run the code above in your browser using DataLab