Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.cmm.msu.ru/~reshetov/t3_files/1n78.spt
Дата изменения: Sun Oct 2 13:56:48 2005
Дата индексирования: Tue Oct 2 09:55:20 2012
Кодировка:
# This is a Rasmol script to demonstrate tRNA structure 1n78
# In order to automatically load PDB file you may insert the following line
# load 1n78.pdb
# Be careful with directories and paths!
#
# You may include all definitions in a separate file 1n78.def and in this script
# just add a line
# script 1n78.def
#
define helix1 501-507:c,566-572:c
define helix2 510-513:c,522-525:c
define helix3 526-532:c,538-544:c
define helix4 549-553:c,561-565:c
define rnahelices helix1,helix2,helix3,helix4
echo tRNA helices are defined as helix1,helix2,helix3,helix4
echo helix1 501-507:c,566-572:c
echo helix2 510-513:c,522-525:c
echo helix3 526-532:c,538-544:c
echo helix4 549-553:c,561-565:c
echo rnahelices is for joint of helix1,helix2,helix3,helix4
define loop1 508-509:c
define loop2 514-521:c
define loop3 533-537:c
define loop4 545-548:c
define loop5 554-560:c
define loops loop1,loop2,loop3,loop4,loop5
echo tRNA loops are defined as loop1,loop2,loop3,loop4,loop5
echo loop1 508-509:c
echo loop2 514-521:c
echo loop3 533-537:c
echo loop4 545-548:c
echo loop5 554-560:c
echo loops is for joint of loop1,loop2,loop3,loop4,loop5
define knot1 518:c,555:c
define knot2 502:c,571:c
define knot3 507:c,566:c
define knot4 511:c,524:c
define knot5 513:c,522:c
define knot6 526:c,544:c
define knot7 532:c,538:c
define knot8 554:c,558:c
define knot9 508:c,514:c
define knots knot1,knot2,knot3,knot4,knot5,knot6,knot7,knot8,knot9
echo tRNA knots are defined as knot1,knot2,knot3,knot4,knot5,knot6,knot7,knot8,knot9
echo knot1 518:c,555:c
echo knot2 502:c,571:c
echo knot3 507:c,566:c
echo knot4 511:c,524:c
echo knot5 513:c,522:c
echo knot6 526:c,544:c
echo knot7 532:c,538:c
echo knot8 554:c,558:c
echo knot9 508:c,514:c
echo knots is for joint of knot1,knot2,knot3,knot4,knot5,knot6,knot7,knot8,knot9
define lend 573-576:c
echo tRNA lend is defined as "lend"
echo lend 573-576:c
define anticodon 534-536:c
echo tRNA anticodon is defined as "anticodon"
echo anticodon 534-536:c
restrict none
background white
select *c
wireframe 100
color cpk
zoom 200
center a546c.n9
rotate x 195
rotate y 30
select helix1
color blue
echo helix1 is in blue
select helix2
color yellow
echo helix2 is in yellow
select helix3
color cyan
echo helix3 is in cyan
select helix4
color gold
echo helix4 is in gold
echo Enjoy stems of the best in the world tRNA!!!
echo please, press Enter
pause
select knots
color purple
echo Non-canonical pairs are in purple!!!
select anticodon
color red
echo CUC anticodon is in red!!!
pause
echo KONEC!