Stereochemistry in Marvin JS

Stereo bonds

Stereo bonds can represent the 3D representation of a molecule in 2D: on the canvas.

Type

Bond type

Representation

Wedge

Up

images/download/thumbnails/49189047/image2015-4-24_11_46_18.png

Down

images/download/thumbnails/49189047/image2015-4-24_11_46_59.png

Stereo query

Single Up or Down

images/download/thumbnails/49189047/image2015-4-24_11_43_34.png

Double Cis or Trans

images/download/thumbnails/49189047/image2015-4-24_11_50_21.png

Double C/T or Unspecified

images/download/thumbnails/49189047/image2015-4-24_11_49_51.png

Create them in Marvin JS: You can find these kind of bonds in the Bonds combo-box on the Tools toolbar. Just click on the desired bond, and it will appear on the tip of the cursor. Now, you can put it anywhere on the canvas as many times as you want.

Usage in Marvin JS: You can edit these bonds, as the others. See in details here.

Check the stereoisomerism

Both optical isomerism and geometric isomers can be determined in Marvin JS.

Create them in Marvin JS: In order to assign the R or S label to a chiral center and the E or Z label to a double bond, the Calculate stereo button of the General toolbar should be used.

The R/S and E/Z labels are determined via WebService, the Marvin JS WebService uses the Cahn-Ingold-Prelog priority rules (CIP convention).

images/download/attachments/49189047/image2015-4-24_11_31_51.png


Optical isomerism

If a carbon atom has four different substituents (or three different substituents and an implicit hydrogen) and at least one of them connects to the chiral carbon with a wedge bond, the R or S label can be calculated. Absolute configuration of a chiral center can be marked by R or S stereo labels.

images/download/attachments/49189047/image2015-4-24_11_32_36.png


Geometric isomerism

When both double bonded carbon atoms have two different substituents, the stereo labels are calculated by determining the priority of the four substituents using the CIP convention. If the higher ranked substituents are on the same side of the double, the molecule is the Z isomer, while the E isomer has the higher ranked groups on opposite sides of the double bond.

Absolute stereo information

The "Absolute" chiral flag on a molecule indicates that every chiral center marked with wedge bonds has a known absolute configuration, in other words the structure represents a single, well-defined stereoisomer.

Create them in Marvin JS: The chiral flag can be added to a molecule through the Empty space or the Selection pop-up menu.

Display: The visibility of the chiral flag can be turned on/off in the View Settings dialog window.

images/s/en_GB/6219/97b73ca06fd2a90682d80f34d4c4c163eebdd511.89/_/images/icons/emoticons/lightbulb_on.png Depending on the file format, a molecule which has wedge bonds without a chiral flag has either of the following meanings:

  • In MDL file types (MOL, SDF, ...): wedge bonds describe the relative configuration of chiral centers; the structure is a racemic mixture of two enantiomers.

  • In Daylight file types (SMILES, SMARTS): wedge bonds describe the absolute configuration of chiral centers; the structure represents a single enantiomer.

Enhanced stereo specifications

Marvin JS supports the MDL enhanced stereo representation. Enhanced stereo specifications refer to several stereoisomers of a molecule by drawing only one structure. Adding these notations to chiral centers makes it possible to represent stereochemical information: whether we know the absolute configuration of a stereogenic center or we have information only about the relative configuration of two or more chiral atoms.
Each group label consists of an identifier, and – in some cases – of a number. Each and every stereocenter belongs to only one stereogenic group.

The following table contains the available identifiers.

 

 

Off

We have no information about the configuration of the chiral atom

Abs

We know the absolute configuration of the chiral center

Or

We only know the configuration of the atom relative to another chiral center, but we do not have information about the absolute configuration.
For a molecule with two chiral centers it either refers to the structure as drawn (e.g., 1R,2R configuration) or to its enantiomer, which has opposite configuration on its chiral atoms (1S,2S)

And

We use the „And" notation if we want to represent a mixture of stereoisomers which can contain specified enantiomers/diastereomers or even every optical isomer.

Set and modify these properties in Marvin JS: You can add these properties to the chiral atoms via Atom properties dialog.

You can find a more detailed description of enhanced stereo representation along with a set of examples in the JChem Query Guide.