Return to Main Documents Page

Return to Simulate

Return to Torsion Angle Monte Carlo

Torsion Angle Monte Carlo of: Linear B-DNA

This example performs molecular Monte Carlo (MC) simulations on B-form double stranded deoxyribonucleic acids (B-DNA) to generate many structural configurations of a 60 base pair DNA structure.


Notes


Standard Input Options


Flexible and Post Regions

The notation used for defining flexible and post regions follows the notation used in VMD (this does not include shortcuts and generic options such as 'backbone', 'sidechain', 'nucleic', 'water', 'protein', etc). Every flexible B-DNA region should include the paired bases from 2 DNA segments. It is critically important to enter the correct residues for the DNA base pairing; misaligned input will produce nonsense results. As a general rule, do not include the first or last residue of a segment in a flexible region.


10 bp Flexible B-DNA

Illustration of the starting structure highlighting the flexible region in yellow (segname DNA1) and red (segname DNA2). The post region is highlighted using white (note that the directionality used to define the post region follows the 5' to 3' direction of the first DNA segment in the flexible region). The input definitions for this selection is as follows:

flexible region:

(segname DNA1 and resid >= 11 and resid <= 20) or (segname DNA2 and resid >= 101 and resid <= 110)

post region:

(segname DNA1 and resid > 20) or (segname DNA2 and resid < 101)


Example Output

The output will indicate the location of the output files, acceptance and overlap statistics, and the file names of the inputs, log, and output DCD. Results are written to a new directory within the given "run name" as noted in the output. In addition, a plot of Rg versus structure number is shown (currently NOT implemented).

Several files are generated and saved to the <run name>/monte_carlo/ directory: a copy of the original input PDB and PSF files, the output DCD file containing accepted structures, a PDB and PSF file for each group, flexible region, and post region, the json inputs, and a log file. In this example, the dcd containing the generated structures accepted by the Monte Carlo algorithm is run_one/monte_carlo/c36_dsDNA60_one.dcd.


2 Flexible Regions (with overlap)

Illustration of the starting structure highlighting the first flexible region in yellow and the post region in white (this is the same as the previous example). Illustration of the starting structure highlighting the second flexible region in red and the post region in orange. Illustration of the starting structure highlighting both flexible regions. Notice that the second flexible region is contained in the post region of the first flexible region. The input definitions for this selection is as follows:

flexible regions in order:

(segname DNA1 and resid >= 11 and resid <= 20) or (segname DNA2 and resid >= 101 and resid <= 110)
(segname DNA1 and resid >= 31 and resid <= 45) or (segname DNA2 and resid >= 76 and resid <= 90)

post regions in order:

(segname DNA1 and resid > 20) or (segname DNA2 and resid < 101)
(segname DNA1 and resid > 45) or (segname DNA2 and resid < 76)


Example Output

The output will indicate the location of the output files, acceptance and overlap statistics, and the file names of the inputs, log, and output DCD. Results are written to a new directory within the given "run name" as noted in the output. In addition, a plot of Rg versus structure number is shown (currently NOT implemented).

Several files are generated and saved to the <run name>/monte_carlo/ directory: a copy of the original input PDB and PSF files, the output DCD file containing accepted structures, a PDB and PSF file for each group, flexible region, and post region, the json inputs, and a log file. In this example, the dcd containing the generated structures accepted by the Monte Carlo algorithm is run_two/monte_carlo/c36_dsDNA60_two.dcd.


All Flexible

Illustration of the starting structure highlighting the flexible region in yellow with the post region shown in white. Notice that when designating a flexible near or at the end of a B-DNA segment, one should exclude the first (blue) and last (white) base pair. This prevent problems in the Monte Carlo sampling caused by the uniqueness of the end base pairs, which are only connected to one other base pair. The input definitions for this selection is as follows:

flexible regions:

(segname DNA1 and resid >= 2 and resid <= 59) or (segname DNA2 and resid >= 62 and resid <= 119)

post regions:

(segname DNA1 and resid > 59) or (segname DNA2 and resid < 62)


Example Output

The output will indicate the location of the output files, acceptance and overlap statistics, and the file names of the inputs, log, and output DCD. Results are written to a new directory within the given "run name" as noted in the output. In addition, a plot of Rg versus structure number is shown (currently NOT implemented).

Several files are generated and saved to the <run name>/monte_carlo/ directory: a copy of the original input PDB and PSF files, the output DCD file containing accepted structures, a PDB and PSF file for each group, flexible region, and post region, the json inputs, and a log file. In this example, the dcd containing the generated structures accepted by the Monte Carlo algorithm is run_all/monte_carlo/c36_dsDNA60_all.dcd.


Files Used and Created in Example


Notice

Notice that for all of these examples, the end DNA base pair and protein residue was excluded from the flexible region. This prevent problems in the Monte Carlo Sampling caused by the uniqueness of the end bases/residue which only have half the normal connections.


Jump to other Examples

Protein Backbone B-DNA Single Stranded Nucleic Acid Backbone Isopeptide Bond
HIV-1 Gag Matrix Protein X
Full HIV-1 Gag Protein X
Diubiquitin X
rpoS mRNA X
Linear strand of B-DNA X
Nucleosome Core Particle X X
Tetranucleosome X X

Return to Torsion Angle Monte Carlo

Return to Simulate

Return to Main Documents Page

Go to top