Personal tools

Template:Novel motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
(Created page with "<html> <style type="text/css" title="currentStyle"> @import "/resource_browser/rb_js/datatables/media/css/jquery.dataTables.css"; @import "/resource_browser/rb_js/datatables/e...")
 
No edit summary
Line 6: Line 6:
<script type="text/javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/resource_browser/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<script type="text/javascript" src="/resource_browser/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>


<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
var
var m_sample
var m_pval = [</html>{{{novel_motifs_m_pval}}}<html>];
var m_pval = [</html>{{{novel_motifs_m_pval}}}<html>];
var m_data = [];
var m_data = [];
Line 22: Line 24:
"bFilter": false,
"bFilter": false,
"bInfo": false,
"bInfo": false,
"aaData": m_data,
"aaData": data,
"aoColumns": [{ "sTitle": "Motifs", "sWidth": "200pt"},{ "sTitle": "-log10(p-value)" }],
"aoColumns": [{ "sTitle": "FF samples", "bSortable": false, "fnRender": function(obj) {
"aaSorting": [[ 1, "desc" ]],
return sReturn = '<a href="/resource_browser/index.php/FF:'+obj.aData[ obj.iDataColumn ].split('.').pop()+'">'+decodeURIComponent(obj.aData[ obj.iDataColumn ])+'</a>';
} },{ "sTitle": "p-value",  "sType": "numeric", "sWidth": "50pt" }],
"aaSorting": [[ 1, "asc" ]],
});
});
});
});

Revision as of 14:02, 21 January 2013

P-values for the mouse samples

<br>Analyst: Michiel de Hoon