powered by
Checks whether a given oligopeptide is resolved in the PDB.
pdb.pep(pep, pdb)
character string corresponding to the sequence of the oligopeptide.
the 4-letter PDB identifier.
The functions returns TRUE if peptide is found in the PDB sequence (and gives the starting position), and FALSE otherwise.
The oligopeptide sequence must be given in one letter amino acid code.
pdb.res()
# NOT RUN { pdb.pep(pep = 'IVKGRASLTQEQ' , pdb = '2aw5') # }
Run the code above in your browser using DataLab