3DNA Forum

Questions and answers => RNA structures (DSSR) => DSSR-NAR paper => Topic started by: xiangjun on July 06, 2015, 01:27:45 pm

Netiquette · Download · News · Gallery · Homepage · DSSR Manual · G-quadruplexes · DSSR-Jmol · DSSR-PyMOL · DSSR Licensing · Video Overview· RNA Covers

Title: Supplementary Figure 4 -- four multiplets in the env22 twister ribozyme (4rge)
Post by: xiangjun on July 06, 2015, 01:27:45 pm
(http://x3dna.bio.columbia.edu/dssr-nar/supp-fig4-4rgeA-multiplets/4rgeA-multiplets.png)
Quote
Figure S4: The four base multiplets and associated hydrogen bonds (dashed lines) de- tected by DSSR in the env22 twister ribozyme (chain A, PDB id: 4rge). (A) Triplet UUA (U1,U33,A50) where U1 and A50 form a Hoogsteen pair (U1+A50). (B) Triplet UAA (U4,A34,A49) where U4 and A49 form a reverse Hoogsteen pair (U4–A49). (C) Quadruplet CGUA (C14,G25,U41,A42) which includes a type II A-minor motif. (D) Pen- taplet CAGUA (C13,A26,G36,U41,A43) which contains a type I A-minor motif. The two neighboring A-minor motifs (in C and D) are part of a larger structural framework involv- ing U41 and A26 (see Figure 4).


Starting from "4rge.pdb" downloaded from RCSB PDB, chain A is extracted into "4rgeA.pdb". Below is the complete script to get each of the four base-multiplet images in png format.

Code: Bash
  1. x3dna-dssr -i=4rgeA.pdb -o=4rgeA.out --prefix=4rgeA
  2.  
  3. ex_str -1 4rgeA-multiplets.pdb 4rgeA-m1.pdb
  4. x3dna-dssr -i=4rgeA-m1.pdb -o=4rgeA-m1.pml --hbfile-pymol
  5. pymol -qkc 4rgeA-m1.pml
  6. convert -trim +repage -border 10 -bordercolor white 4rgeA-m1-pymol.png 4rgeA-m1.png
  7.  
  8. ex_str -2 4rgeA-multiplets.pdb 4rgeA-m2.pdb
  9. x3dna-dssr -i=4rgeA-m2.pdb -o=4rgeA-m2.pml --hbfile-pymol
  10. pymol -qkc 4rgeA-m2.pml
  11. convert -trim +repage -border 10 -bordercolor white 4rgeA-m2-pymol.png 4rgeA-m2.png
  12.  
  13. ex_str -3 4rgeA-multiplets.pdb 4rgeA-m3.pdb
  14. x3dna-dssr -i=4rgeA-m3.pdb -o=4rgeA-m3.pml --hbfile-pymol
  15. pymol -qkc 4rgeA-m3.pml
  16. convert -trim +repage -border 10 -bordercolor white 4rgeA-m3-pymol.png 4rgeA-m3.png
  17.  
  18. ex_str -4 4rgeA-multiplets.pdb 4rgeA-m4.pdb
  19. x3dna-dssr -i=4rgeA-m4.pdb -o=4rgeA-m4.pml --hbfile-pymol
  20. pymol -qkc 4rgeA-m4.pml
  21. convert -trim +repage -border 10 -bordercolor white 4rgeA-m4-pymol.png 4rgeA-m4.png
Note:

Here is a sample image generated with the above script:
(http://x3dna.bio.columbia.edu/dssr-nar/supp-fig4-4rgeA-multiplets/4rgeA-m1.png)

Created and maintained by Dr. Xiang-Jun Lu [律祥俊] (xiangjun@x3dna.org)
The Bussemaker Laboratory at the Department of Biological Sciences, Columbia University.