Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/pdb_ancillary.R
Checks whether or not a given residue is resolved in the PDB structure.
1 | pdb.res(at, up, pdb, chain)
|
at |
the position in the primary structure of the residue (according to the UniProt sequence). |
up |
the UniProt ID. |
pdb |
the 4-letter PDB identifier. |
chain |
letter identifying the chain. |
This function checks if a given residue in the Uniprot sequence is found in the PDB.
The functions returns TRUE if the residue is found in the PDB sequence (and gives the position in that sequence). If the residue of interest is not found in the PDB the function returns FALSE.
Juan Carlos Aledo
pdb.pep()
1 | pdb.res(at = 361, up = 'P48163', pdb = '2aw5', chain = 'A')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.