Learn R Programming

ptm (version 0.2.7)

renum.pdb: Renumerate Residue Position

Description

Renumerates residue position of a PDB sequence to match the corresponding UniProt sequence.

Usage

renum.pdb(pdb, chain, uniprot)

Value

Returns a dataframe containing the re-numerated sequence.

Arguments

pdb

the PDB ID or the path to a pdb file.

chain

the chain of interest.

uniprot

the UniProt ID.

Author

Juan Carlos Aledo

See Also

is.at(), aa.at(), renum.meto(), renum(), aa.compo()

Examples

Run this code
if (FALSE) renum.pdb(pdb = '121P', chain = 'A', uniprot = 'P01112')

Run the code above in your browser using DataLab