Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.cmm.msu.ru/~mashik/t3_html/1c0a.spt
Дата изменения: Mon Dec 19 02:42:34 2005
Дата индексирования: Tue Oct 2 07:23:29 2012
Кодировка:
# This is a Rasmol script to demonstrate tRNA structure 1c0a.
# 1c0a_2.spt

load 1C0A.pdb
restrict *B

define helix1 601-607B, 666-672B
define helix2 610-614B, 621-625B
define helix3 626-632B, 638-644B
define helix4 649-653B, 661-665B

echo tRNA helixes are defined as "helix1", "helix2", "helix3", "helix4"

define helixes helix1, helix2, helix3, helix4

echo "helixes" is for joint of helix1,helix2,helix3,helix4

define loop1 608-609B
define loop2 615-620B
define loop3 633-637B
define loop4 645-648B
define loop5 654-660B

echo tRNA loops are defined as "loop1", "loop2", "loop3", "loop4" and "loop5"

define loops loop1, loop2, loop3, loop4, loop5

echo "loops" is for joint of loop1,loop2,loop3,loop4,loop5

define knot1 610B, 625B
define knot2 614B, 621B
define knot3 632B, 638B
define knot4 649B, 665B
define knot5 604B, 669B

echo tRNA non-canonical pairs are defined as "knot1", "knot2", "knot3" and "knot4"

define knots knot1, knot2, knot3, knot4

echo "knots" is for joint of knot1, knot2, knot3 and knot4

define lend 673-676B

echo tRNA "non-coupled" 3'-end is defined as "lend"; 5'-end is included in one of helices (colored by purple) and is fully linked with complementary bases

define anticodon 635-637B

echo tRNA anticodon is defined as "anticodon"

#Stems
wireframe 80
zoom 159
select helix1
color purple
select helix2
color blue
select helix3
color yellow
select helix4
color green
rotate y -240
rotate x -20
select 623B
center selected

echo Look at stems of RNA from 1c0a! They have four different colors, as you can see! Rotate the structure, please, as you wish, to see the molecule from different sides.

pause

#Knots
select knots
color magenta

echo And now, let's look at non-canonical pairs, which are colored in magenta!

pause

#Anticodon
select anticodon
color red

echo Look at anticodon: it is colored into red!

pause

#3D-structure maintaining interactions

select *B
color white
wireframe 40
select 619B, 656B
color green
wireframe 80
select 620B, 656B
color yellow
wireframe 80
select 618B, 655B
color red
wireframe 80

echo And now you can see interactions, which contribute to 3D-structure forming (note, that colored only far (from point of view of sequence) bases; foradditional information, please, look report)

pause

echo Good bye!