Learn R Programming

ptm (version 0.2.2)

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)

Arguments

pdb

the 4-letter PDB identifier.

chain

letter identifying the chain.

Value

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

See Also

uniprot2pdb(), id.mapping()

Examples

Run this code
# NOT RUN {
pdb2uniprot('1u8f', 'O')
# }

Run the code above in your browser using DataLab