User:Hisa/SemanticResults: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<script type="text/javascript" language="javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.js"></script> | <script type="text/javascript" language="javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.js"></script> | ||
Line 12: | Line 12: | ||
</html> | </html> | ||
{{#ask:[[tf_chipseq_enrich_entregeneid:: | == ENCODE TF ChIP-seq peak enrichment analysis == | ||
{{#info: Method: For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <nowiki><=</nowiki> 0.05) after Benjamini-Hochberg correction were retained. <br>Analyst: Erick Arner}} | |||
{{#ifexpr: {{#ask:[[tf_chipseq_enrich_entregeneid::10664]]|format=count}} > 0 | | |||
<html> | |||
<script type="text/javascript"> | |||
$(document).ready(function() { | |||
$('#tf_chipseq_enrich').dataTable({ | |||
"sScrollY": "300px", | |||
"bPaginate": false, | |||
"bScrollCollapse": true, | |||
"iDisplayLength": -1, | |||
"aaSorting": [[2,'desc']], | |||
"aoColumnDefs": [{ "sWidth": "150px", "sType": "numeric", "aTargets": [3] },{ "sWidth": "150px", "sType": "numeric", "aTargets": [4] }] | |||
}); | |||
}); | |||
</script> | |||
</html> | |||
{{#ask:[[tf_chipseq_enrich_entregeneid::10664]]|?Tf_chipseq_enrich_values|intro=<table id="tf_chipseq_enrich"><html><thead></html><tr><th>Coexpression cluster</th><th>#promoters</th><th>Enrichment</th><th>p-value</th><th>q-value</th></tr><html></thead><tbody></html>|outro=<html></tbody></html></table>|link=none|format=template|template=Tf_chipseq_enrichlist_in_entregene|searchlabel=}} | |||
|No analysis results for this cluster | |||
}} |
Revision as of 10:58, 5 September 2012
ENCODE TF ChIP-seq peak enrichment analysis
Method: For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <= 0.05) after Benjamini-Hochberg correction were retained. <br>Analyst: Erick Arner