Note
This website is presently under development. The primary website for MOPAC is still http://openmopac.net until the majority of its contents have been migrated here.
RESIDUES
¶
(add a separate keyword for RESIDUES0 ???)
In protein work, each atom will be labeled using information supplied by
the PDB file. An alternative is to use keyword RESIDUES
which
causes the PDB-style labels to be worked out using only the topology of
the system. Modified residues can still be recognized if XENO=text
is used. Unless other keywords such as `CHAINS
<chains.html>`__,
and `START_RES
<start_res.html>`__ are present, or the input file is
already in PDB format, the residue nearest to the NH2 end of
the protein will be No. 1 in chain A, the next is 2, and so on, and the
different chains will be labeled A, then B, C, D, etc. If the input
file is in PAB format, not just in MOPAC format with PDB information,
the residue numbers and chain letters will be worked out from the PDB
file.
Keyword RESIDUES
uses part of MOZYME,
so when the job starts it uses the MOZYME option. If keyword
`MOZYME
<mozyme.html>`__ is not present, then the job will only be
allowed to run if no SCF calculations are possible. This is to prevent
a MOZYME calculation being done unless keyword MOZYME
is present.
Jobs that do not involve SCF calculations use one or more of the
keywords `0SCF
<zero_scf.html>`__, `LEWIS
<lewis.html>`__,
`CHARGES
<charges.html>`__, `ADD-H
<ADD-H.html>`__,
`SITE
<site.html>`__, or `RESEQ
<reseq.html>`__.
Keyword RESIDUES
converts the data-set into almost standard PDB
format by making the minimum change to the existing format. This means
that:
`RESEQ
<reseq.html>`__.`CVB
<CVB.html>`__ to remove the covalent
bond joining the heterogroup to the residue. Then, if necessary, use
XENO=text
to re-name the residue and to name the heterogroup.`GEO_REF
<geo_ref.html>`__.RESIDUES0
- preserves the original atom labels¶
Good practice is to use RESIDUES
to assign PDB labels to atoms, and
to not do any other operations, i.e., do not resequence the atoms, or do
any calculations in the same job. After the RESIDUES
job finishes,
examine both the output and the new data-set(s) to check that the
re-labeling operation was done correctly. In the original PDB data-set,
some atoms might have unusual labels, for example, a sugar backbone atom
might have a label such as ” C3’ ” To keep the original atom labels,
use RESIDUES0
(the word “RESIDUES” followed by a zero) instead of
RESIDUES
. If the starting geometry was already in PDB format, and
the re-labeling is partially incorrect, then copy and paste the relevant
parts of the correctly re-labeled file into the original data-set.
When individual amino acids are mutated, RESIDUES
can be used to
re-label the mutated sites.
If RESIDUES
does not work when other keywords are present, run
RESIDUES
with keyword 0SCF
in a job on its own, then use the
results for the job you want.
The most common use forRESIDUES
is to allow the residue sequence
reported in the PDB file to be compared to the sequence defined by the
geometry, i.e., by the topology, of the system. By comparing reported
and actual sequences, possible problems in the PDB file can be detected.
Table: Abbreviations for the 20 Amino Acids
Amino Acid |
Formula of
Residue|$^{
|
Three-Letter
Abbreviation
|
One-Letter
Abbreviation
|
Glycine |
C2NO H3 |
GLY |
G |
Alanine |
C3NO H5 |
ALA |
A |
Valine |
C5NO H9 |
VAL |
V |
Leucine |
C6NO H11 |
LEU |
L |
Isoleucine |
C6NO H11 |
ILE |
I |
Serine |
C3NO 2H5 |
SER |
S |
Threonine |
C4NO 2H7 |
THR |
T |
Aspartic acid |
C4NO 3H5 (4) |
ASP |
D |
Asparagine |
sub:2H:su b:6 |
ASN |
N |
Lysine |
12 (13) |
LYS |
K |
Glutamic acid |
C5NO 3H7 (6) |
GLU |
E |
Glutamine |
sub:2H:su b:8 |
GLN |
Q |
Arginine |
12 (13) |
ARG |
R |
Histidine |
7 (8) |
HIS |
H |
Phenylalanine |
C9NO H9 |
PHE |
F |
Cysteine |
C3NO SH5 (4) |
CYS |
C |
Tryptophan |
C11N 2O H10 |
TRP |
W |
Tyrosine |
C9NO 2H9 (8) |
TYR |
Y |
Methionine |
C5NO SH9 |
MET |
M |
Proline |
C5NO H7 |
PRO |
P |
: The number of hydrogen atoms in the ionized residue is given in parenthesis after the formula. Cysteine may exist in the neutral, ionized or reduced form.
`XENO
<xeno.html>`__.See also: `RESEQ
<reseq.html>`__, `CHAINS
<chains.html>`__, and
`START_RES
<start_res.html>`__.