update author list in license for (JAL-826)
[jalview.git] / help / html / misc / geneticCode.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
4  * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
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 -->
19 <head><title>Genetic Code</title>
20 <style type="text/css">
21 <!--
22 td {
23         text-align: center;
24 }
25 -->
26 </style>
27 </head>
28
29 <body>
30
31
32 <div align="center">
33   <h2>The Genetic Code </h2>
34   <table width="474" border="0">
35     <tr>
36       <td width="16%">&nbsp;</td>
37       <td width="70%">2nd Position</td>
38       <td width="14%">&nbsp;</td>
39     </tr>
40     <tr>
41       <td><p>1st Position</p>
42         <p>(5' end)</p></td>
43       <td><table border=1 cellpadding=3>
44           <tr align=center bgcolor="#FFFFEE">
45             <td width="24"></td>
46             <td width="55"><h2>U</h2></td>
47             <td width="70"><h2>C</h2></td>
48             <td width="55"><h2>A</h2></td>
49             <td width="55"><h2>G</h2></td>
50             <td width="22"></td>
51           </tr>
52           <tr align=center bgcolor="#FFFFEE">
53             <td><h1>U</h1></td>
54             <td>Phe<br>Phe<br>Leu<br>Leu</td>
55                         <td>Ser<br>Ser<br>Ser<br>Ser</td>
56             <td>Tyr<br>Tyr<br>STOP</i><br>STOP</i></td>
57             <td>Cys<br>Cys<br>STOP</i><br>Trp</td>
58
59                          <td>U<br>C<br>A<br>G</td>
60           </tr>
61           <tr bgcolor="#FFFFEE">
62             <td><h1>C</h1></td>
63             <td>Leu<br>Leu<br>Leu<br>Leu</td>
64             <td>Pro<br>Pro<br>Pro<br>Pro</td>
65             <td>His<br>His<br>Gln<br>Gln</td>
66             <td>Arg<br>Arg<br>Arg<br>Arg</td>
67             <td>U<br>C<br>A<br>G</td>
68           </tr>
69           <tr bgcolor="#FFFFEE">
70             <td><h1>A</h1></td>
71             <td>Ile<br>Ile<br>Ile<br>Met</td>
72             <td>Thr<br>Thr<br>Thr<br>Thr</td>
73             <td>Asn<br>Asn<br>Lys<br>Lys</td>
74             <td>Ser<br>Ser<br>Arg<br>Arg</td>
75             <td>U<br>C<br>A<br>G</td>
76           </tr>
77           <tr bgcolor="#FFFFEE">
78             <td><h1>G</h1></td>
79             <td>Val<br>Val<br>Val<br>Val</td>
80             <td>Ala<br>Ala<br>Ala<br>Ala</td>
81             <td>Asp<br>Asp<br>Glu<br>Glu</td>
82             <td>Gly<br>Gly<br>Gly<br>Gly</td>
83             <td>U<br>C<br>A<br>G</td>
84           </tr>
85         </table></td>
86       <td><p>3rd Position</p>
87         <p>(3'end)</p></td>
88     </tr>
89   </table>
90 </div>
91 </body>
92 </html>