03d4132cbef8d96f7111c636422abf9a833e96d4
[jalview.git] / help / html / misc / geneticCode.html
1 #-------------------------------------------------------------------------------
2 # Jalview - A Sequence Alignment Editor and Viewer (Version 2.5.1)
3 # Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
4
5 # This file is part of Jalview.
6
7 # Jalview is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License 
9 # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
10
11 # Jalview is distributed in the hope that it will be useful, but 
12 # WITHOUT ANY WARRANTY; without even the implied warranty 
13 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14 # PURPOSE.  See the GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
17 #-------------------------------------------------------------------------------
18 <html>
19 <!--
20  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
21  * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
22  * 
23  * This file is part of Jalview.
24  * 
25  * Jalview is free software: you can redistribute it and/or
26  * modify it under the terms of the GNU General Public License 
27  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
28  * 
29  * Jalview is distributed in the hope that it will be useful, but 
30  * WITHOUT ANY WARRANTY; without even the implied warranty 
31  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
32  * PURPOSE.  See the GNU General Public License for more details.
33  * 
34  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
35 -->
36 <head><title>Genetic Code</title>
37 <style type="text/css">
38 <!--
39 td {
40         text-align: center;
41 }
42 -->
43 </style>
44 </head>
45
46 <body>
47
48
49 <div align="center">
50   <h2>The Genetic Code </h2>
51   <table width="474" border="0">
52     <tr>
53       <td width="16%">&nbsp;</td>
54       <td width="70%">2nd Position</td>
55       <td width="14%">&nbsp;</td>
56     </tr>
57     <tr>
58       <td><p>1st Position</p>
59         <p>(5' end)</p></td>
60       <td><table border=1 cellpadding=3>
61           <tr align=center bgcolor="#FFFFEE">
62             <td width="24"></td>
63             <td width="55"><h2>U</h2></td>
64             <td width="70"><h2>C</h2></td>
65             <td width="55"><h2>A</h2></td>
66             <td width="55"><h2>G</h2></td>
67             <td width="22"></td>
68           </tr>
69           <tr align=center bgcolor="#FFFFEE">
70             <td><h1>U</h1></td>
71             <td>Phe<br>Phe<br>Leu<br>Leu</td>
72                         <td>Ser<br>Ser<br>Ser<br>Ser</td>
73             <td>Tyr<br>Tyr<br>STOP</i><br>STOP</i></td>
74             <td>Cys<br>Cys<br>STOP</i><br>Trp</td>
75
76                          <td>U<br>C<br>A<br>G</td>
77           </tr>
78           <tr bgcolor="#FFFFEE">
79             <td><h1>C</h1></td>
80             <td>Leu<br>Leu<br>Leu<br>Leu</td>
81             <td>Pro<br>Pro<br>Pro<br>Pro</td>
82             <td>His<br>His<br>Gln<br>Gln</td>
83             <td>Arg<br>Arg<br>Arg<br>Arg</td>
84             <td>U<br>C<br>A<br>G</td>
85           </tr>
86           <tr bgcolor="#FFFFEE">
87             <td><h1>A</h1></td>
88             <td>Ile<br>Ile<br>Ile<br>Met</td>
89             <td>Thr<br>Thr<br>Thr<br>Thr</td>
90             <td>Asn<br>Asn<br>Lys<br>Lys</td>
91             <td>Ser<br>Ser<br>Arg<br>Arg</td>
92             <td>U<br>C<br>A<br>G</td>
93           </tr>
94           <tr bgcolor="#FFFFEE">
95             <td><h1>G</h1></td>
96             <td>Val<br>Val<br>Val<br>Val</td>
97             <td>Ala<br>Ala<br>Ala<br>Ala</td>
98             <td>Asp<br>Asp<br>Glu<br>Glu</td>
99             <td>Gly<br>Gly<br>Gly<br>Gly</td>
100             <td>U<br>C<br>A<br>G</td>
101           </tr>
102         </table></td>
103       <td><p>3rd Position</p>
104         <p>(3'end)</p></td>
105     </tr>
106   </table>
107 </div>
108 </body>
109 </html>