-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
89 lines (76 loc) · 2.44 KB
/
index.php
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!-- index.php - Bill White - 6/28/18 -->
<?php
include 'html_header.html';
include 'header.html';
include 'left_sidebar_menu.html';
?>
<table border=0 width=100%>
<tr><td width=70%>
<tt><font color="darkgreen"><b>inbix</b></font></tt> is a free, open-source
bioinformatics tool, designed to perform a range of large-scale analyses in
a computationally efficient manner. The
<tt><font color="darkgreen"><b>inbix</b></font></tt> program integrates many
different analyses developed by
<a href="http://insilico.utulsa.edu" target="_blank">the McKinney Insilico Lab for
Bioinformatics and Computational Biology</a> at the
<a href="http://www.utulsa.edu" target="_blank">University of Tulsa.</a>
</p>
<tt><font color="darkgreen"><b>inbix</b></font></tt> builds upon the foundation
of <tt><font color="darkgreen"><b>PLINK</b></font></tt> (one syllable) developed
by <a href="http://zzz.bwh.harvard.edu">Shaun Purcell</a> whilst at the
Center for Human Genetic Research (<a href="http://chgr.mgh.harvard.edu">CHGR</a>),
Massachusetts General Hospital (<a href="http://www.mgh.harvard.edu">MGH</a>), and the
<a href="http://www.broad.mit.edu">Broad Institute</a> of Harvard & MIT,
with the <a href="credits.">support of others</a>.
</p>
</td>
<td valign="top" align="center">
<div align="left"
style="
border-top:2px solid #225522;
border-bottom:2px solid #225522;
padding:5px;
margin:5px;
background: #CCDDFF;
background: #f0f5f0;
width:150px;">
<b><em><font color="darkgreen">Quick links</font></em></b></p>
<a href="http://insilico.utulsa.edu/">In Silico Web Site</a> </p>
<a href="http://insilico.utulsa.edu/index.php/software/inbix-in-silico-research-groups-bioinformatics-toolbox-for-network-and-machine-learning-analysis/">inbix on In Silico Web Site</a> </p>
<a href="https://github.com/insilico/inbix">inbix C++ Source on github</a> </p>
</td>
</tr>
</table>
<h1>Feature Selection</h1>
<ul>
<li>Relief-F Scores</li>
<li>Random Forests Importance Scores</li>
<li>reGAIN + SnpRank</li>
</ul>
<h1>Classification</h1>
<ul>
<li>Evaporative Cooling</li>
</ul>
<h1>Interaction Networks</h1>
<ul>
<li>reGAIN</li>
<li>dcGAIN</li>
<li>Modularity/Community Detection</li>
<li>ripM</li>
</ul>
<h1>Quantitative Phenotypes</h1>
<ul>
<li>dcVar</li>
<li>iQTL</li>
</ul>
</td>
<td width=5%> </td>
</tr>
</table>
<hr>
<em>
This document last modified Thursday, 28-Jun-2018 22:59:27 EST
</em>
<?php include 'footer.html'; ?>