Collections:
"obrotamer" - Generate Random Rotational Isomers
What Is "obrotamer" command? How to use it to Generate Random Rotational Isomers for a given molecule?
✍: FYIcenter.com
"obrotamer" command is a command line tool provided in the Open Babel package
that allows you to Generate Random Rotational Isomers for a given molecule.
Here is the user manual of the "obrotamer" command.
NAME
obrotamer -- generate conformer/rotamer coordinates
SYNOPSIS
obrotamer filename
DESCRIPTION
The obrotamer tool can be used as part of a conformational search by generating
random isomers based on rotating dihedral angles. These rotamers are not
conformers -- that is, obrotamer does not perform geometry optimization
after generating the rotamer structure. The obminimize tool can do geometry
optimization using molecular mechanics.
EXAMPLES
obrotamer baseconformer.sdf >rotamer1.sdf
Generate a random rotational isomer of baseconformer.sdf and write it to rotamer1.sdf
Here is an example of generating random Rotational Isomers with the "obminimize" command:
1. Create a sample molecule with some rotatable bonds:
fyicenter$ obabel "-:CC(N)CCC(C)O" -O sample.sdf --gen2D 1 molecule converted
2. Generate 3 random rotational isomers from the sample molecule:
fyicenter$ obrotamer sample.sdf > sample-isomer-1.sdf Number of rotatable bonds: 3 fyicenter$ obrotamer sample.sdf > sample-isomer-2.sdf Number of rotatable bonds: 3 fyicenter$ obrotamer sample.sdf > sample-isomer-3.sdf Number of rotatable bonds: 3
3. Put the sample molecule and it isomers together in a single SVG picture:
fyicenter$ babel sample.sdf sample-*.sdf sample-isomers.svg -xcols2 4 molecules converted 104 audit log messages
4. Compare rotational isomers against the original molecule structure, which is the first one in the first row:
⇒ "obrotate" - Rotate Dihedral Angles with SMARTS
2020-10-26, 1401🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1004346 Names: InChIKey: NGQRCILAEXOBRL-UHFFFAOYS A-NSMILES: CCCCCCCCCCCCC...
Molecule Summary: ID: FYI-1003648 Names: InChIKey: RSNMSLWCZGKIHM-UHFFFAOYS A-NSMILES: Nc4noc5ccc(c1...
Molecule Summary: ID: FYI-1003366 Names: InChIKey: DVUIBLBZCVRDKK-UHFFFAOYS A-PSMILES: CN(C)c6ccc5cc...
Molecule Summary: ID: FYI-1001236 SMILES: C1(C(OC(C(C1O)O)CO)OC=2( C=CC(=CC=2)C(O[Na])=O))( O)Receive...
Molecule Summary: ID: FYI-1000178 SMILES: CNC[C@H](O)c1ccc(O)c(O)c 1Received at FYIcenter.com on: 20...