26
RNA structures (DSSR) / Re: How does 3dna-dssr convert the atomic coordinates from PDB files into its output
« on: February 02, 2024, 09:35:33 pm »
Hi Junkai,
Thanks for your follow-up. Now your question can be answered, using C5' atom as an example:
C5prime_xyz is the original C5' atomic coordinates [-15.795 -3.890 -14.824] expressed in the local base reference frame,
The slight difference between [-1.4096 8.3145 1.6908] and [-1.405, 8.313, 1.694] is due to round off errors.
Hope this helps.
Xiang-Jun
PS. Which version of DSSR are you using?
Thanks for your follow-up. Now your question can be answered, using C5' atom as an example:
ATOM 195 C5' U A 10 -15.795 -3.890 -14.824 1.00 0.34 C
C5' atom coordinate C5prime_xyz: [-1.405, 8.313, 1.694]
C5prime_xyz is the original C5' atomic coordinates [-15.795 -3.890 -14.824] expressed in the local base reference frame,
Code: [Select]
{"rmsd":0.013,"origin":[-7.546,-2.079,-13.202],
"x_axis":[-0.071,0.233,0.970],
"y_axis":[-0.997,0.020,-0.078],
"z_axis":[-0.037,-0.972,0.231],
"quaternion":[0.543,0.412,-0.464,0.566]}
dd = [-15.795 -3.890 -14.824] - [-7.546,-2.079,-13.202] = [-8.249 -1.811 -1.622]
dd * [ -0.071 -0.997 -0.037
0.233 0.020 -0.972
0.970 -0.078 0.231 ] = [-1.4096 8.3145 1.6908]
The slight difference between [-1.4096 8.3145 1.6908] and [-1.405, 8.313, 1.694] is due to round off errors.
Hope this helps.
Xiang-Jun
PS. Which version of DSSR are you using?