Learn R Programming

ptm (version 0.2.2)

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)

Arguments

pdb

the PDB ID or the path to a pdb file.

chain

the chain of interest.

uniprot

the UniProt ID.

Value

Returns a dataframe containing the re-numerated sequence.

See Also

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

Examples

Run this code
# NOT RUN {
renum.pdb(pdb = '121P', chain = 'A', uniprot = 'P01112')
# }

Run the code above in your browser using DataLab