=1crn load
Aminoacids
Structure
In order to start observing some of these amino acids, download the structure of Glycine from a file saved on your hard drive as “gly.png” or by File, Get Mol (and typing gly afterwards). Note the amino and carboxylate groups in the CPK stain. Identify the structure of the amino acid:
What is the side chain of Gly?
And the carbon skeleton?
set pdbAddHydrogens
As an example, the following code snippet loads the amino acid Glutamate, calculates its partial charge, and renders it in rods showing the values of the charges. To “run” it, simply copy and paste into the open Editor:
# Script for observations of the amino acid Glutamate:
$glu # micromolecule loading (note that the equal sign refers to macromolecules with PDB attributes, and not to micromolecules - $; and also note that an amino acid can be loaded by typing its 3-letter abbreviation)
load
# partial charge
calculate partialcharge
# exclusive rendering of rods
wireframe only
label %P# labeling of partial charges on atoms
The links below lead to some websites that allow remote access to JSmol:
St. Olaf College - Jmol & JSmol (direct applet for JSmol) - interface with some commands in buttons.
St. Olaf College 2 - more elaborate interface, with several examples, buttons and commands by hyperlink.
IZA-SC - Comissão de Estruturas de Valencia (ES) - very simplified interface.
Go to the St. Olaf College - Jmol & JSmol) website;
Start the Console (bottom left corner of the screen);
Copy the script above and paste it into the Console.

To export images created in Jmol, simply follow the Menu, or the command below typed in the Console of the standalone program or through the JSmol link:
# png and pdf attributes are also possible write glutamato_cargas.jpg
JSmol - An Applet for Displaying Jmol in Internet Browsers
$amino acid name or its 3-letter abbreviation load
Metabolic Derivatives
Other Examples (structure and derivatives)
background lightyellow
Now load Trp. It also has a ring, indole, which is strongly aromatic (see the double bonds) and which gives this characteristic to the amino acid. Trp has a well-known metabolic derivative, serotonin. Serotonin is therefore a metabolic derivative of an amino acid, a chemical mediator of body relaxation, therefore linked to the administration of so-called serotonergics against anxiety.
To view it, load thyroxine and view its structure. Click on the purple sphere and see that it is an iodine atom in the Console. Since there are four iodine atoms, the structure is also called tetraiodothyronine (or T4 in clinical jargon).