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