pdb.pep: Check Whether an Oligopeptide is Found in the PDB

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/pdb_ancillary.R

Description

Checks whether a given oligopeptide is resolved in the PDB.

Usage

1
pdb.pep(pep, pdb)

Arguments

pep

character string corresponding to the sequence of the oligopeptide.

pdb

the 4-letter PDB identifier.

Details

The oligopeptide sequence must be given in one letter amino acid code.

Value

The functions returns TRUE if peptide is found in the PDB sequence (and gives the starting position), and FALSE otherwise.

Author(s)

Juan Carlos Aledo

See Also

pdb.res()

Examples

1
pdb.pep(pep = 'IVKGRASLTQEQ' , pdb = '2aw5')

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