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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pdb_ancillary.R

Description

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

Usage

1
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.

Author(s)

Juan Carlos Aledo

See Also

uniprot2pdb(), id.mapping()

Examples

1
pdb2uniprot('1u8f', 'O')

jcaledo/ptm_0.1.1 documentation built on April 4, 2020, 3:48 a.m.