File: lesson6.html

package info (click to toggle)
garlic-doc 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,196 kB
  • sloc: makefile: 2
file content (132 lines) | stat: -rw-r--r-- 1,640 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<html>

<head>
<title>
Lesson 6
</title>
</head>

<h1 align=center>

Garlic Tutorial

</h1>

<h2 align=center>

Lesson 6 - Draw Ramachandran Plot

</h2>

<hr size="3">


In this lesson, you will learn how to prepare Ramachandran plot. This plot
shows the pairs of dihedral angles phi and psi. You can find more details
<a href="../commands/ram.html">
here
</a>
.
<br><br>

You can use any protein structure for this lesson. Here we are going to use
1HUC.pdb, retrieved in the previous lesson.
<br><br>



Step 1 - start garlic (if not started already):
<br><br>


<font color=RED>

garlic
<br><br>

</font>


Step 2 - load the structure. You should have the file 1HUC.pdb somewhere
in the path searched by garlic (if you defined the environment variable
MOL_PATH), or in your current working directory.
<br><br>


<font color=RED>

loa 1HUC.pdb
<br><br>

</font>


Step 3 - prepare Ramachandran plot.
<br><br>


<font color=RED>

rama
<br><br>

</font>


Step 4 - Identify some residues.
<br><br>


<font color=RED>

Use mouse (pointing device) to identify individual residues. Just move the
pointer over the choosen residue symbol and you will see the residue name,
serial number and dihedral angles in the output window.
<br><br>

</font>


Step 5 - draw Ramachandran plot for glycines.
<br><br>


<font color=RED>

sel gly
<br>
rama sel
<br><br>

</font>


Step 6 - return to the main drawing mode. You can either type the command
rama off or hit the escape key.
<br><br>


<font color=RED>

rama off
<br><br>

</font>


Step 7 - discard loaded structure:
<br><br>


<font color=RED>

dis all
<br><br>

</font>

<hr size="3">

</html>