Biomodeling: PMF of DNA-DNA Interactions

Intro

References

Journal of Chemical Theory and Computation 12, 430-443 (2016). https://doi.org/10.1021/acs.jctc.5b00967

Preparation of simulation with a pair of dsDNA molecules

CRYST1  115.000  115.000   68.000  90.00  90.00  60.00 P 1           1

[ molecules ]

; Compound        #mols

DNA                 2

; Temperature coupling  

tcoupl                   = v-rescale

; pressure coupling     

Pcoupl                   = no


; Temperature coupling  

tcoupl                   = v-rescale

; pressure coupling     

Pcoupl                   = c-rescale

Pcoupltype               = semiisotropic

; Time constant (ps), compressibility (1/bar) and reference P (bar)

tau-p                    = 1.0

compressibility          = 4.5e-5 4.5e-5

ref-p                    = 1      1


PMF (potential of mean forces) simulation using pull codes in Gromacs

ln -s ../topol.top

ln -s ../dna.itp 

ln -s ../dna.hbonds.itp 

ln -s ../dna.pbc.itp 

ln -s ../npt.gro

ri 1-40

ri 41-80

name 9 DNA1

name 10 DNA2

q

; COM PULLING          

pull                     = yes

; Cylinder radius for dynamic reaction force groups (nm)

pull-nstxout             = 50

pull-nstfout             = 50

; Number of pull groups 

pull-ngroups             = 2

; Number of pull coordinates

pull-ncoords             = 1

; Group and coordinate parameters

pull-group1-name         = DNA1 ; must be consistent with NDX file.

pull-group2-name         = DNA2 ; must be consistent with NDX file.

pull-coord1-type         = umbrella

pull-coord1-geometry     = distance

pull-coord1-groups       = 1 2

pull-coord1-dim          = Y Y N    ; distance using deltaX and deltaY.

pull-coord1-init         = 2.0  ; spring length in nm

pull-coord1-k            = 1000 ; spring constant



pull-coord1-init         = 2.2  ; spring length in nm



Draw local sodium distribution around DNA by making histogram from the trajectory.

May need to transform the position of DNA such that DNA stays at the same spot.

gmx trjconv -fit rotxy+transxy ...