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