-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (40 loc) · 2.02 KB
/
index.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
57
<!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">Binding calls</a></td>
<td class="toplinks"><a href="download.html">Code</a></td>
<td class="toplinks"><a href="contact.html">Contact</a></td>
</tr>
<tr><td class="spacer"></td></tr>
<tr><td colspan=6 class="refbody">
PIQ is a new computational method that uses machine learning to identify the
genomic binding sites of hundreds of transcription factors (TFs) at
corresponding motifs from DNase-Seq experiments with accuracy comparable to ChIP-Seq.
We employed PIQ in a developmental lineage paradigm of pancreatic endoderm
specification from embryonic stem cells and identified a set of novel pioneer TFs
that dynamically open chromatin in the lineage and enable other TFs to bind to adjacent DNA.
Surprisingly, several pioneer TFs with non-palindromic motifs only open chromatin
in one direction. We found that genomic binding of a distinct subset of settler TFs
depends on proximity to chromatin opened by pioneer TFs. In vivo experiments
confirmed directional and non-directional pioneer activity and settler binding.
</td></tr></table>
</body>
</html>