powered by
Renumerates residue position of a PDB sequence to match the corresponding UniProt sequence.
renum.pdb(pdb, chain, uniprot)
the PDB ID or the path to a pdb file.
the chain of interest.
the UniProt ID.
Returns a dataframe containing the re-numerated sequence.
is.at(), aa.at(), renum.meto(), renum(), aa.compo()
# NOT RUN { renum.pdb(pdb = '121P', chain = 'A', uniprot = 'P01112') # }
Run the code above in your browser using DataLab