Template:Novel motif: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Loading|loadingimage=sprites.gif}}<html> | {{Loading|loadingimage=sprites.gif}}<html> | ||
<style type="text/css" title="currentStyle"> | <style type="text/css" title="currentStyle"> | ||
@import "/ | @import "/5/sstar/rb_js/html5button/datatables.css"; | ||
@import "/ | @import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css"; | ||
.content, .sidebar | .content, .sidebar | ||
{ | { | ||
Line 14: | Line 15: | ||
table.details th { width:10%; background-color: #5A5FB5; color: white;} | table.details th { width:10%; background-color: #5A5FB5; color: white;} | ||
</style> | </style> | ||
<script type="text/ | <script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script> | ||
<script type="text/javascript" src="/ | <script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.js"></script> | ||
<script type="text/javascript" src="/5/sstar/rb_js/custom/convert.js"></script> | |||
<script type="text/ | |||
</script> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
Line 60: | Line 58: | ||
} | } | ||
$('#m_pval_table').DataTable({ | |||
dom: 'lfrtip', | |||
scrollY: "300px", | |||
scrollCollapse: true, | |||
pLength: 10, | |||
lengthMenu: [[5,10,-1], [5,10,"All"]], | |||
data: m_data, | |||
columnDefs: [ | |||
{ targets: 0, orderable: false}, | |||
" | { targets: 1, width: "50pt"} | ||
return | ], | ||
} },{ | columns: [{ title: "FF samples", orderable: false, render: function(data, type, row, meta) { | ||
var num = | return '<a href="/resource_browser/index.php/FF:'+row[0].split('.').pop()+'">'+decodeURIComponent(row[ 0 ])+'</a>'; | ||
} }, | |||
{ title: "p-value", type: "numeric", width: "50pt", render: function (data, type, row, meta) { | |||
var num =row[1]; | |||
return exp_converter(num,2,"e") ; | return exp_converter(num,2,"e") ; | ||
} }], | }}], | ||
order: [[ 1, "asc" ]], | |||
} | }); | ||
// GREAT table for human start | // GREAT table for human start | ||
$('#great_table_human'). | $('#great_table_human').DataTable({ | ||
dom: 'lfrtip', | |||
scrollY: "300px", | |||
scrollCollapse: true, | |||
pLength: 10, | |||
lengthMenu: [[5,10,-1], [5,10,"All"]], | |||
order: [[ 2, "asc" ]], | |||
columnDefs: [ | |||
{ targets: 0, orderable: false }, | |||
{ targets: 1, orderable: false }, | |||
var num = | { targets: 2, type: "html-number", width: "80pt" } | ||
], | |||
columns: [ | |||
{title: :""}, | |||
{title: :""}, | |||
{title: "FF samples", render: function(data, type, row, meta) { | |||
var num =row[1]; | |||
return exp_converter(num,2,"e") ; | return exp_converter(num,2,"e") ; | ||
} }] | }}] | ||
}); | }); | ||
// GREAT table for human end | // GREAT table for human end | ||
// GREAT table for mouse start | // GREAT table for mouse start | ||
$('#great_table_mouse'). | $('#great_table_mouse').DataTable({ | ||
scrollY: "300px", | |||
scrollCollapse: true, | |||
pLength: 10, | |||
lengthMenu: [[5,10,-1], [5,10,"All"]], | |||
order: [[ 2, "asc" ]], | |||
columnDefs: [ | |||
{ targets: 0, orderable: false }, | |||
{ targets: 1, orderable: false }, | |||
{ targets: 2, type: "html-number", width: "80pt" } | |||
var num = | columns: [ | ||
{title: :""}, | |||
{title: :""}, | |||
{title: "FF samples", render: function(data, type, row, meta) { | |||
var num =row[1]; | |||
return exp_converter(num,2,"e") ; | return exp_converter(num,2,"e") ; | ||
} }] | }}] | ||
}); | |||
}); | }); | ||
// GREAT table for mouse end | // GREAT table for mouse end |
Revision as of 13:22, 17 January 2020
name: | {{{name}}} |
---|
Association to promoter expression in human samples<b>Summary:</b>Significance of the correlation with CAGE expression, human <br><b>Analyst:</b> Michiel de Hoon<br><br>link to source dataset <br>data
Association to promoter expression in mouse samples
<b>Summary:</b>Significance of the correlation with CAGE expression, mouse <br><b>Analyst:</b> Michiel de Hoon<br><br>link to source dataset <br>data
GREAT analysis results for human
<b>Summary:</b>Genomic Enrichment of Annotations Tool (GREAT, Nat Biotechnol. 2010 May;28(5):495-501) is used to identify, both in human and in mouse, the gene ontology terms of biological processes enriched given the predicted TFBSs, and evaluated the overlap in the top-500 gene ontology terms between human and mouse. For each novel motif, the P value for the overlap was then evaluated by calculating its relative rank with respect to this background distribution.<br>Analyst: Michiel de Hoon<br><br>link to source dataset <br>data
GO ID | GO Term | p-value |
---|---|---|
{{{great_results_human}}} |
GREAT analysis results for mouseGenomic Enrichment of Annotations Tool (GREAT, Nat Biotechnol. 2010 May;28(5):495-501) is used to identify, both in human and in mouse, the gene ontology terms of biological processes enriched given the predicted TFBSs, and evaluated the overlap in the top-500 gene ontology terms between human and mouse. For each novel motif, the P value for the overlap was then evaluated by calculating its relative rank with respect to this background distribution.<br>Analyst: Michiel de Hoon <br><br>link to source dataset <br>data
GO ID | GO Term | p-value |
---|---|---|
{{{great_results_mouse}}} |