Hamilton, R.S.1,2
1 Centre for Trophoblast Research, 2 Department of Physiology, Development, & Neuroscience, University of Cambridge, Downing Site, Cambridge, CB2 3DY,
Hamilton, R.S. (2019) DOI
To be added
Download the human 80s ribosome structure from RCSB: 6EK0.cif
This is a horrible hack at the moment, but the easiest way to like the structure file chain naming to the ribosomal protein naming conventions. Start by saving the html source as txt.
cat 6EK0.source.copy.txt | grep -v "^Protein" | grep -v "^Full" | \
grep -v "^Molecule" | grep -v "^Find" | grep -v "Mutations" | \
sed 's/Entity ID: //g' | sed 's/Gene Names: //g' > 6EK0.source.copy.ed.txt
To Do:
Create a permanent look up table linking the CIF to official ribosomal protein names
perl RibosomeStructure.pl 6ek0.cif 6EK0.source.copy.ed.csv
Output
40s: Cn Dist Description
40s: SG 113.84 S6; RPS6
40s: SI 107.44 S8; RPS8
40s: SM 100.57 S12; RPS12
To Do:
- Add cut off for output e.g. score of 100
- Use permanent look up table in output
viewport 1000,1000
set ignore_case, off
colour red, chain LR #Rpl19
...
colour red, chain S12 #Rps12
Movie: Program: Camera Loop: Y-Roll: 16 seconds
File: Save Movie as: PNG
Convert Pymol Movie PNGs to MPG using ImageMagick
convert -delay 6 -quality 99 <filename>_*.png <filename>_movie.mpg
Description | URL |
---|---|
Publications | bioRxiv, Journal and DOI (To be updated on publication) |
Contact rsh46 -at- cam.ac.uk