renum.pdb: Renumerate Residue Position

Description Usage Arguments Value Author(s) See Also Examples

View source: R/aa.R

Description

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

Usage

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

Author(s)

Juan Carlos Aledo

See Also

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

Examples

1
renum.pdb(pdb = '121P', chain = 'A', uniprot = 'P01112')

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