Netiquette · Download · News · Gallery · G-quadruplexes · DSSR-Jmol · DSSR-PyMOL · Video Overview · DSSR v2.5.2 (DSSR Manual) · Homepage

Author Topic: Can x3dna-dssr correctly handle N1-methyl-pseudouridine?  (Read 352 times)

Offline Di_Liu

  • non-commercial
  • with-posts
  • *
  • Posts: 8
    • View Profile
Hi Xiang-Jun,

I understand that x3dna-dssr can handle pseudouridine (PDB Chem ID: PSU) correctly. I'm inquiring about its support for N1-methyl-pseudouridine (PDB Chem ID: B8H). Specifically,​ does x3dna-dssr recognize B8H based on its PDB chemical ID, or does it rely on atomic connectivity?

FYI, I've tested x3dna-dssr with PDB entries 8PFK and 8PFQ, both containing B8H, and the analysis proceeded without errors, with the results looking reasonable. However, given the unique C5-C1′ glycosidic bond for B8H, I want to confirm that x3dna-dssr interprets this modification accurately.

Further, is there a comprehensive list of modified nucleotides currently supported by x3dna-dssr?​ I came across these two pages (https://x3dna.org/highlights/automatic-identification-of-nucleotides ; https://x3dna.org/highlights/modified-nucleotides-in-the-pdb ), but could not find the exact answer.

Thank you for your assistance!

Offline xiangjun

  • Administrator
  • with-posts
  • *****
  • Posts: 1676
    • View Profile
    • 3DNA homepage
Re: Can x3dna-dssr correctly handle N1-methyl-pseudouridine?
« Reply #1 on: Yesterday at 09:08:26 am »
Hi Di,

Thanks for your well formulated question regarding x3dna-dssr’s support of N1-methyl-pseudouridine, B8H.

Quote
I understand that x3dna-dssr can handle pseudouridine (PDB Chem ID: PSU) correctly. I'm inquiring about its support for N1-methyl-pseudouridine (PDB Chem ID: B8H). Specifically,​ does x3dna-dssr recognize B8H based on its PDB chemical ID, or does it rely on atomic connectivity?

FYI, I've tested x3dna-dssr with PDB entries 8PFK and 8PFQ, both containing B8H, and the analysis proceeded without errors, with the results looking reasonable. However, given the unique C5-C1′ glycosidic bond for B8H, I want to confirm that x3dna-dssr interprets this modification accurately.

DSSR uses atomic connectivity to identify pseudouridine or its modified forms, including B8H. DSSR User Manual contains the following relevant information:

Quote
Note that pseudouridine, the most prevalently modified nt in RNA, is denoted P† in DSSR and the small case p is reserved for potential modified pseudouridines. ... footnote: †Not to be confused with the phosphorus atom in the backbone phosphate group. The distinction should be clear in context.

While anticipated, your reported case of B8H is the first time I see a modified pseudouridine. In DSSR output for 8PFK, you will see the following:

Code: Text
  1. #x3dna-dssr -i=8PFK.pdb -o=8PFK.out
  2.  
  3. From 8PFK.out
  4. ****************************************************************************
  5. List of 1 type of 1 modified nucleotide
  6.       nt    count  list
  7.    1 B8H-p    1    A.B8H7
  8.  
  9. From dssr-torsions.txt
  10. 7     p A.B8H7 ... chi -155.3(anti)

The chi for B8H is defined using O4'--C1'--C5--C4 instead of O4'--C1'--N1--C2, which would make no sense for pseudouridine. This is a little detail that DSSR pays attention to where other tools may not. See my blogpost Torsion angles from DSSR. You could easily verify this, using PyMOL for example, to measure the torsion angle by clicking four atoms in order.

The DSSR results for 8PFQ are also as expected with correct identification of B8H as a modified pseudouridine.

Quote
Further, is there a comprehensive list of modified nucleotides currently supported by x3dna-dssr?​ I came across these two pages (https://x3dna.org/highlights/automatic-identification-of-nucleotides ; https://x3dna.org/highlights/modified-nucleotides-in-the-pdb ), but could not find the exact answer.

To answer your question, here is an excerpt from my recent response to a similar inquiry:

Quote
Over the years, I've refined the heuristics of the mapping process. In the early days with 3DNA, I kept an ever increasing list of 'baselist.dat' with hundreds of entries like: MIA   a that maps MIA as a modified A, denoted as lowercase 'a'. In the current DSSR, I keep only the standard ones, with 48 entries total (see attached DSSR-baselist.txt). If a residue is not a standard one, the following function is called to do the mapping (DSSR performs filtering to decide if it is a nucleotide, and if so R or Y). DSSR also has a command-line option --nt-mapping as documented in the screenshot.

The DSSR-baselist.txt is attached for your reference. I am planning to write blogpost with details on this topic.

Best regards,

Xiang-Jun

« Last Edit: Yesterday at 09:19:19 am by xiangjun »

Offline xiangjun

  • Administrator
  • with-posts
  • *****
  • Posts: 1676
    • View Profile
    • 3DNA homepage
Re: Can x3dna-dssr correctly handle N1-methyl-pseudouridine?
« Reply #2 on: Yesterday at 12:01:47 pm »
Hi Di,

As a follow-up to my previous response to your question, I have just written up a blog post on this topic: See Mapping of modified nucleotides in DSSR. In particular, from the listed ANSI C code, you should find the answer on how DSSR uses atomic connectivity to decide on pseudouridine modifications.

Best regards,

Xiang-Jun

Offline Di_Liu

  • non-commercial
  • with-posts
  • *
  • Posts: 8
    • View Profile
Re: Can x3dna-dssr correctly handle N1-methyl-pseudouridine?
« Reply #3 on: Yesterday at 03:29:03 pm »
Hi Xiang-Jun,

Thank you for your detailed and insightful response. I'm truly impressed by your meticulous attention to details! It’s reassuring and strengthens my confidence in DSSR as a reliable tool!!! Also, thanks to your explanation and the referenced blog post, I now have a much clearer understanding of how the `--nt-mapping` option functions.​

I further tested `--nt-mapping`, and below is what I got:

Without `--nt-mapping`:
Code: [Select]
A.B8H7 has pseudo-uridine C1'...C5 glycosidic bond
B.B8H27 has pseudo-uridine C1'...C5 glycosidic bond

With `--nt-mapping='B8H:p'`, the result is the same as above, and the message reads:
Code: [Select]
uncommon base 'B8H' assigned to 'p' for A.B8H.7
uncommon base 'B8H' assigned to 'p' for B.B8H.27
A.B8H7 has pseudo-uridine C1'...C5 glycosidic bond
B.B8H27 has pseudo-uridine C1'...C5 glycosidic bond

With `--nt-mapping='B8H:u'`, I'm intentionally confusing the software to treat it as uridine, and I got the warning:
Code: [Select]
uncommon base 'B8H' assigned to 'u' for A.B8H.7
uncommon base 'B8H' assigned to 'u' for B.B8H.27
A.B8H7 has unusual GLYCOSIDIC bond!
B.B8H27 has unusual GLYCOSIDIC bond!

Best regards,

Di

Offline xiangjun

  • Administrator
  • with-posts
  • *****
  • Posts: 1676
    • View Profile
    • 3DNA homepage
Re: Can x3dna-dssr correctly handle N1-methyl-pseudouridine?
« Reply #4 on: Yesterday at 06:17:34 pm »
Hi Di,

Thanks for the detailed response. I can only wish that all users are just like you in providing such helpful feedback. Over the years, it is users like you who have motivated me to keep working on DSSR ...

Best regards,

Xiang-Jun

 

Funded by the NIH R24GM153869 grant on X3DNA-DSSR, an NIGMS National Resource for Structural Bioinformatics of Nucleic Acids

Created and maintained by Dr. Xiang-Jun Lu, Department of Biological Sciences, Columbia University