-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.html
56 lines (37 loc) · 1.59 KB
/
results.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>PIQ</title>
<link rel="stylesheet" href="style.css" TYPE="text/css" MEDIA="screen">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47613584-2', 'mit.edu');
ga('send', 'pageview');
</script>
</head>
<body>
<h1><a href="http://piq.csail.mit.edu"><font color="#000000">PIQ: Protein Interaction Quantification</font></a></h1>
<table>
<tr>
<td class="toplinks"><a href="index.html">PIQ Overview</a></td>
<td class="toplinks"><a href="algorithm.html">Algorithm Design</a></td>
<td class="toplinks"><a href="results.html">Results</a></td>
<td class="toplinks"><a href="download.html">Code</a></td>
<td class="toplinks"><a href="contact.html">Contact</a></td>
</tr>
</tr>
<tr><td class="spacer"></td></tr>
<tr><td colspan=6 class="refbody">
<p>
Matched sets of calls for PIQ release, v1.3 (rev <a href="https://bitbucket.org/thashim/piq-single/commits/9c1dad8d07baf7d5c46d23674ae6b458d935a5dc">9c1dad8</a>), are available <a href="data/v1.3.calls/"> here </a>.
</p>
<p>
Older PIQ predictions used during analysis can be found at
<a href="http://piq.csail.mit.edu/data/">http://piq.csail.mit.edu/data</a>.
</td></tr></table>
</body>
</html>