Hi Sean,
Thanks for the well-formulated question. I am impressed that you noticed the fact that a set of step parameters is omitted in 3DNA main parameters file (*.out) of
2o8b, but available in file '
bp_step.par'. In my support of 3DNA over the years, you are the first who has dug into this detail.
First, a clarification:
After extracting the DNA coordinates and analyzing it with 3dna, ...
Did you that you do
not need to first perform "extracting the DNA coordinates" from the PDB file? With "
find_pair", you can analyze a nucleic acid structure directly from a PDB file. See FAQ for an example.
Now to your specific questions:
5 GC/GC -0.20 0.24 3.45 2.85 -2.55 38.63
6 CG/TG ---- ---- ---- ---- ---- ----
7 GC/GT 3.87 0.83 3.32 -11.26 0.08 6.18I should point out that step 6 is where the G-T mismatch is located but I don't understand why the parameter values are missing.
If you check carefully the output file from "
find_pair" (BTW, your output file apparently lacks the first G-C base-pair,
why?),
2o8b.pdb
2o8b.out
2 # duplex
15 # number of base-pairs
1 1 # explicit bp numbering/hetero atoms
1 30 0 # 1 | ....>E:...1_:[.DG]G-----C[.DC]:..30_:F<.... 1.14 0.36 14.09 9.30 -0.44
2 29 0 # 2 | ....>E:...2_:[.DA]A-----T[.DT]:..29_:F<.... 0.89 0.82 26.82 9.09 -1.13
3 28 0 # 3 | ....>E:...3_:[.DA]A-----T[.DT]:..28_:F<.... 0.23 0.03 18.38 9.24 -3.78
4 27 0 # 4 | ....>E:...4_:[.DC]C-----G[.DG]:..27_:F<.... 0.78 0.19 8.59 8.93 -3.40
5 26 0 # 5 | ....>E:...5_:[.DC]C-----G[.DG]:..26_:F<.... 0.56 0.29 17.33 9.24 -3.00
6 25 0 # 6 | ....>E:...6_:[.DG]G-----C[.DC]:..25_:F<.... 0.29 0.27 19.28 9.01 -3.20
7 24 9 # 7 x ....>E:...7_:[.DC]C-----G[.DG]:..24_:F<.... 0.22 0.01 24.18 9.04 -3.55
8 23 0 # 8 | ....>E:...8_:[.DG]G-**--T[.DT]:..23_:F<.... 5.22 0.31 43.28 9.87 7.00
9 22 0 # 9 | ....>E:...9_:[.DC]C-----G[.DG]:..22_:F<.... 0.44 0.33 20.98 8.84 -2.85
10 21 0 # 10 | ....>E:..10_:[.DG]G-----C[.DC]:..21_:F<.... 0.41 0.39 10.80 9.05 -3.28
11 20 0 # 11 | ....>E:..11_:[.DC]C-----G[.DG]:..20_:F<.... 0.26 0.01 12.86 9.06 -4.07
12 19 0 # 12 | ....>E:..12_:[.DT]T-----A[.DA]:..19_:F<.... 0.85 0.47 11.88 8.95 -2.62
13 18 0 # 13 | ....>E:..13_:[.DA]A-----T[.DT]:..18_:F<.... 0.53 0.18 9.30 8.85 -3.65
14 17 0 # 14 | ....>E:..14_:[.DG]G-----C[.DC]:..17_:F<.... 1.17 0.94 21.28 8.97 -0.89
15 16 0 # 15 | ....>E:..15_:[.DG]G-----C[.DC]:..16_:F<.... 1.17 0.05 37.85 8.66 -1.83
##### Base-pair criteria used: 4.00 0.00 15.00 2.50 65.00 4.50 7.50 [ O N]
##### 1 non-Watson-Crick base-pair, and 2 helices (0 isolated bps)
##### Helix #1 (7): 1 - 7
##### Helix #2 (8): 8 - 15
you will find that the structure has been broken into
two helical fragments, at the middle G-T pair. If you set the
helix_break parameter in file '
misc_3dna.par' (see the FAQ) from the default 7.5 Å to a larger value, e.g., 8.5 Å as below (
3DNA v2.0),
# distance criterion for helix break
<helix_break>8.5</helix_break>"
find_pair" will take the whole double helix as a single unit, and the "
analyze" output parameters would have included the "missing" step.
Alternatively, with default '
misc_3dna.par' parameters, you can still recover the "missing" step parameters by adding '-c' option to "
analyze". Type "
analyze -h" to see how it works, and yet another alternative.
In addition, I notice that another output file (bp_step.par) that contains the base-pair step parameters actually has values for the mismatch:
.............................
The (shift, slide, rise, tilt, roll) values are essentially identical in both cases with the exception of the missing values for the mismatch. What do the values in the latter case actually mean and why are they missing in the first case?
No matter how many helical regions are involved in the input file to "
analyze", the fixed-named output file '
bp_step.par'
always include a compete set of parameters, including the inter-helix steps. This is to ensure that "
rebuild" has enough information to construct a model of the whole structure. Thus, the values in the two cases (*.out vs "
bp_step.par") mean exactly the same thing; they just serve two different purposes.
HTH,
Xiang-Jun