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

Questions and answers > DSSR-NAR paper

Figure 3 -- analysis of the tRNA mimic (4p5j)

(1/1)

xiangjun:


--- Quote ---Figure 3: DSSR reveals the striking global similarity and distinct local variations between the tRNA mimic from turnip yellow mosaic virus (PDB id: 4p5j (34)) and yeast tRNAPhe. (A) The viral tRNA mimic assumes an overall L-shaped tertiary structure (center) composed of two helices (gray lines). DSSR uncovers a [0,0,3,0,1] five-way junction loop (right) enabled by the hairpin-type pseudoknot at the 3′-end of the molecule and the G2–C74 linchpin pair. This critical linchpin is unique to the tRNA mimic, where it is stabilized by extensive base-stacking interactions (upper-left). The lower-left inset emphasizes the intricate interactions between the D- and T-loops in the mimic, including the three base pairs (within dashed ellipses) and the unique base triplet at the elbow (Supplementary Figure S3A). (B) The linear secondary structure diagram generated with the DSSR-derived dot-bracket notation shows the sequential location of the bases comprising the linchpin pair, the five-way junction loop (red), the G10–C49 pair at the elbow, and the hairpin-type pseudoknot. Note that the dashed arcs connecting the so-called first-order pseudoknotted pairs (indicated by matched []) do not cross each other along the linear sequence. The numbering of residues used here follows that in the PDB file, which is offset by two nucleotides from that given in the original publication (e.g., the G2–C74 linchpin is termed G4–C76 there).
--- End quote ---

Here is the tarball (fig3-tRNA-mimic-4p5j.tar.gz) with the script and all related data files.
The content of the full script (named tasks) is shown below. Please see also notes for "Figure 2 -- analysis of the yeast phenylalanine tRNA (1ehz)".

--- Code: Bash ---# Step #1 -- reorient viral tRNA mimic into the classic "L" shapex3dna-dssr -i=4p5j.pdb -o=4p5j.out --more --prefix=4p5j# To get the result illustrated in panel B, load '4p5j-2ndstrs.ct' or# '4p5j-2ndstrs.dbn' into VARNA to draw the linear secondary structure# diagram, which is exported as .svg for annotation in Inkscape.pdb_frag A 1:84 4p5j.pdb 4p5j-nts.pdb# extract the two helical axes from 4p5j.out to file: 4p5j.rot1# then reorient the structure into the "L" shape: 4p5j.rot2rotate_mol -t=4p5j.rot1 4p5j-nts.pdb 4p5j-rot1.pdbrotate_mol -r=4p5j.rot2 4p5j-rot1.pdb 4p5j-ok.pdb # Step #2 -- get the cartoon-block representation with the two#            ls-fitted helical axes.x3dna-dssr -i=4p5j-ok.pdb --helical-axis -o=temp\mv dssr-helicalAxes.pdb 4p5j-ok-helices.pdbx3dna-dssr -i=4p5j-ok.pdb --block-file -o=4p5j-ok-blocks.r3d # Step #3 -- simplified representation of the [0,0,3,0,1] 5-way junction in 3D#         -- note the --raw-xyz option: it keeps the original coordinatesx3dna-dssr -i=4p5j-ok.pdb --raw-xyz --simple-junction -o=temp\mv dssr-simplifiedJcts.pdb 4p5j-ok-jct.pdb#  see file: 4p5j-ok-jct.pmlpymol -qkc 4p5j-ok-jct.pmlconvert -trim +repage -border 10 -bordercolor white 4p5j-ok-jct-pymol.png 4p5j-ok-jct.png# see file: 4p5j-ok-full.pml (cartoon-block with the schematic junction overlaid)pymol -qkc 4p5j-ok-full.pmlconvert -trim +repage -border 10 -bordercolor white 4p5j-ok-full-pymol.png 4p5j-ok-full.png # Step #4 -- get the linchpin interactionspdb_frag A 1:2 A 40:42 A 13 A 73:75 4p5j-ok.pdb 4p5j-ok-linchpin.pdbx3dna-dssr -i=4p5j-ok-linchpin.pdb --block-file -o=4p5j-ok-linchpin-blocks.r3dpymol -qkc 4p5j-ok-linchpin.pmlconvert -trim +repage -border 10 -bordercolor white 4p5j-ok-linchpin-pymol.png 4p5j-ok-linchpin.png # Step #5 -- get the kissing loop interactionspdb_frag A 8:12 A 48:54 4p5j-ok.pdb 4p5j-ok-loops.pdbx3dna-dssr -i=4p5j-ok-loops.pdb --block-file -o=4p5j-ok-loops-blocks.r3dpymol -qkc 4p5j-ok-loops.pmlconvert -trim +repage -border 10 -bordercolor white 4p5j-ok-loops-pymol.png 4p5j-ok-loops.png
Here are the images generated from the above script:

Navigation

[0] Message Index

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

Go to full version