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 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
<html>
<head>
<title>
Garlic Tutorial
</title>
</head>
<h1 align=center>
Garlic Tutorial
</h1>
<hr size="3">
<font size="-1" color=RED>
garlic,
free molecular viewer and editor,
free molecular visualization program,
protein structure, DNA structure, PDB,
molecular rendering, biological macromolecule,
Unix, Linux, free software download, open source software,
Damir Zucic.
</font>
<hr size="3">
<h2 align=center>
Lessons
</h2>
These lessons should help you to learn how to use garlic.
Command are given in lowercase, in a short form, but you can use the long
form as well as the uppercase letters. File names should be specified in the
correct case.
<br><br>
RECOMMENDED USAGE: Print lessons.
<br><br>
In addition, you should read the pages describing garlic
<a href="../commands/index.html">
commands
</a>
and
<a href="../controls/index.html">
controls
</a>
!
<br><br>
<a href="lesson1.html">
Lesson 1 - Get familiar with garlic
</a>
<br>
<a href="lesson2.html">
Lesson 2 - Load a small structure
</a>
<br>
<a href="lesson3.html">
Lesson 3 - Playing with two structures
</a>
<br>
<a href="lesson4.html">
Lesson 4 - Drawing styles and color schemes
</a>
<br>
<a href="lesson5.html">
Lesson 5 - How to select atoms
</a>
<br>
<a href="lesson6.html">
Lesson 6 - Ramachandran plot
</a>
<br>
<a href="lesson7.html">
Lesson 7 - Helical wheel plot
</a>
<br>
<a href="lesson8.html">
Lesson 8 - Plot averaged hydrophobicity and hydrophobic moment
</a>
<br>
<a href="lesson9.html">
Lesson 9 - Venn diagram
</a>
<br>
<a href="lesson10.html">
Lesson 10 - Semitransparent plane
</a>
<br>
<a href="lesson11.html">
Lesson 11 - Create small structure
</a>
<br>
<a href="lesson12.html">
Lesson 12 - Replace selected residues
</a>
<br>
<hr size="3">
<h2 align=center>
Scripts
</h2>
The scripts listed below may be used to demonstrate the available drawing
styles for atoms and bonds, as well as some predefined color schemes.
These scripts were included into the garlic source package 28. March 2000.
If you have an older package, copy these scripts to your local host.
How to save the script? Go to the page which contains the script you selected.
Mark and copy the script. Paste it into a local file. Recommended file names:
1: atoms.script,
2: bonds.script,
3: colors.script,
4: dance.script .
<br><br>
<a href="script1.html">
Script 1 - Drawing styles for atoms
</a>
<br>
<a href="script2.html">
Script 2 - Drawing styles for bonds
</a>
<br>
<a href="script3.html">
Script 3 - Predefined (hard-coded) color schemes
</a>
<br>
<a href="script4.html">
Script 4 - Dancing tryptophan
</a>
<br>
<hr size="3">
</html>
|