Team:Paris Bettencourt/Project/Target/FBA
From 2013.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
<!-- Row Highlight Javascript --> | <!-- Row Highlight Javascript --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | window.onload=function(){ | |
- | + | var tfrow = document.getElementById('tfhover').rows.length; | |
- | + | var tbRow=[]; | |
- | + | for (var i=1;i<tfrow;i++) { | |
- | + | tbRow[i]=document.getElementById('tfhover').rows[i]; | |
- | + | tbRow[i].onmouseover = function(){ | |
- | + | this.style.backgroundColor = '#ffffff'; | |
- | + | }; | |
- | + | tbRow[i].onmouseout = function() { | |
- | + | this.style.backgroundColor = '#f0c169'; | |
- | + | }; | |
- | + | } | |
- | + | }; | |
- | + | </script> | |
- | + | <table id="fbatable" class="tftable" border="1"> | |
- | + | <tr> | |
- | + | <th><i>M Tuberculosis<i> essential genes</th> | |
- | + | <th>Genes in BioCyc</th> | |
- | + | <th><i>E coli</i> knockouts</th> | |
- | + | <th>Genes in BioCyc</th> | |
- | + | </tr> | |
- | + | <tr> | |
- | + | <td>accD3,accD5,Rv3281</td> | |
- | + | <td><a href="http://www.biocyc.org/group?id=biocyc14-5099-3591795959#maintablewrapper" target="_blank">here</a></td> | |
- | + | <td>accA,accD,accB,accC</td> | |
- | + | <td><a href="http://www.biocyc.org/group?id=biocyc14-5099-3591794876#maintablewrapper" target="_blank">here</a></td> | |
- | + | </tr> | |
- | + | </table> | |
- | + | ||
- | + | ||
<div style="float:right;font-size:10px;margin-right:5%;">Created with the <a href="http://www.textfixer.com/html/html-table-generator.php" target="_blank">HTML Table Generator</a></div> | <div style="float:right;font-size:10px;margin-right:5%;">Created with the <a href="http://www.textfixer.com/html/html-table-generator.php" target="_blank">HTML Table Generator</a></div> | ||
<div style="clear: both;"></div> | <div style="clear: both;"></div> |
Revision as of 19:50, 26 October 2013
M Tuberculosis essential genes | Genes in BioCyc | E coli knockouts | Genes in BioCyc |
---|---|---|---|
accD3,accD5,Rv3281 | here | accA,accD,accB,accC | here |
Created with the HTML Table Generator