-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (24 loc) · 1.33 KB
/
index.html
File metadata and controls
35 lines (24 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<!--<meta name="" />-->
<title>MetNetComp</title>
</head>
<BODY TEXT="Black" background="background.jpg">
<img src="MetNetComp.png" align="left" width="15%">
<ul style="list-style:none">
<font size="4">
<br>
MetNetComp provides software that calculates gene deletion strategies that result in growth-coupled production for given genome-scale metabolic models (GEM).
<br><br><br>
<a href="https://metnetcomp.github.io/database_beta/">Database</a> (under construction)
<br><br><br>
<a href="https://github.com/MetNetComp/TrimGdel/tree/master/version2.0">Download TrimGdel</a> (with as few gene deletions as possible.)
<br><br>
<a href="https://github.com/MetNetComp/gDel-minRN">Download gDel_minRN</a> (with as few remaining genes as possible.)
<br><br>
<a href="https://ieeexplore.ieee.org/document/9803855">T. Tamura, "Trimming gene deletion strategies for growth-coupled production in constraint-based metabolic networks: TrimGdel," in IEEE/ACM Transactions on Computational Biology and Bioinformatics, 2022, doi: 10.1109/TCBB.2022.3185221.</a>
</ul>
</font>
</body>
</html>