-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong major groove calculation #1626
Comments
The major/minor groove width calculations are with respect to each base pair, so you will get a value for every base pair (if using the simple phosphate distance calculation) or every non-terminal base pair (if using the El Hassan/Calladine calculation), so out of 70 potential base pairs, getting 64 major groove values seems reasonable (there's likely some end-terminal fraying). The cpptraj manual entry for |
yeah! thanks a lot ! |
The CPPTRAJ (the code that pytraj uses on the back-end) manual describes how the
So if you're using the default base pairing mode (which uses the first frame to determine base pairs) and a potential base pair does not meet the base pairing criteria, the parameters for that will not be calculated. I'm not sure if pytraj has the equivalent of the cpptraj |
@cloudella48 I have not tested the code yet so please give it a try. |
When using the pucker_method flag I get more basepairs than I actually have in my DNA (verses the end there are completely random combinations and the two basepairs are still missing (they are always the same). Regarding the calculations I have another question because the values for major groove calculation are always around 19-20 (in the example in the documentation, too) but I know that major groove width in DNA is normally around 12-13 Angstrom or the length of a groove around 22 Angstrom. I know it is the distance in between the P atoms which is calculated but anyhow, then it is not exactly the width, is it? And do you know in what units it is calculated? |
Hi there... another issue I am facing now.. when I use the allframes version and delete the columns which are randomly attached in the end I will get different output values for both versions. SO the calculation is random and does not match one version with the other. I guess this is not normal ? |
Dear @cloudella48, to make sure, please use (please search for |
Hi there!
I have a problem calculating the major/minor groove distances of my DNA. My DNA is 70 bp long, but I do get as amount of major grooves around 64, which is way too much compared to my DNA strand. Do I understand something wrong or what exactly does the nastruct.major calculate? How are the distances calculated?
Can someone help me with that, because I have no clue how to calculate the groove distances otherwise?
Thanks a lot!
The text was updated successfully, but these errors were encountered: