File: lesson8.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 (137 lines) | stat: -rw-r--r-- 2,127 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
133
134
135
136
137
<html>

<head>
<title>
Lesson 8
</title>
</head>

<h1 align=center>

Garlic Tutorial

</h1>

<h2 align=center>

Lesson 8 - Draw Averaged Hydrophobicity and Hydrophobic Moment

</h2>

<hr size="3">


In this lesson, you will learn how to draw the averaged hydrophobicity and
hydrophobic moment for the sequence which is stored in the main sequence
buffer.
<br><br>

In this lesson no atomic coordinates will be used. The only information
available will be the sample protein sequence stored in FASTA format.
The sample sequence may be found in the original garlic package.
Save this sequence as ASCII text, not as html.
<br><br>

In this example, mouse may be used to identify residues and their imminent
sequence neighborhood. The residue information will be visible in the
output window (bottom right corner), while the neighboring residues will be
listed in the upper part of the main window. The central residue (the one
choosen by the mouse) will be enclosed in a small rectangle.
<br><br>



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


<font color=RED>

garlic
<br><br>

</font>


Step 2 - load the sequence. 
<br><br>


<font color=RED>

seq load sample.fasta
<br><br>

</font>


Step 3 - plot the averaged hydrophobicity. Use mouse to identify the
residues in the plot. The residue information will be visible in the output
window (bottom right corner).
<br><br>


<font color=RED>

plot hyd
<br><br>

</font>


Step 4 - plot the hydrophobic moment. Use mouse to identify residues.
<br><br>


<font color=RED>

plot mom
<br><br>

</font>


Step 5 - plot both averaged hydrophobicity and hydrophobic moment.
Note that the numeric value in the output window will be equal to the
hydrophobic moment in this case!
<br><br>


<font color=RED>

plot hyd mom
<br><br>

</font>


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


<font color=RED>

plot off
<br><br>

</font>


Step 7 - clear the sequence buffer. You can skip this step, it is not very
important.
<br><br>


<font color=RED>

seq reset
<br><br>

</font>

<hr size="3">

</html>