Browse Transcription Factors hg19: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
<html> | <html> | ||
<style type="text/css" title="currentStyle"> | <style type="text/css" title="currentStyle"> | ||
@import "/5/sstar/rb_js/ | @import "/5/sstar/rb_js/html5button/datatables.css"; | ||
.ImageBorder | .ImageBorder | ||
Line 50: | Line 49: | ||
</style> | </style> | ||
<script type="text/javascript" src="/5/sstar/rb_js/datatables | <script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script> | ||
</script> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
var content = ""; | var content = ""; | ||
Line 72: | Line 68: | ||
} | } | ||
$('#tf_table').DataTable( { | |||
dom: 'Blfrtip', | |||
processing: true, | |||
pageLength: 25, | |||
buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'], | |||
lengthMenu: [[10, 25, 50, -1], [10, 25, 50, "All"]], | |||
scrollCollapse: true, | |||
autoWidth: false, | |||
jQueryUI: false, | |||
order: [[ 2, "asc" ]], | |||
data: m_data.content, | |||
columns: [ | |||
{ data: "EntrezGene", title: "EntrezGene"}, | |||
{ data: "Symbol", title: "Symbol"}, | |||
{ data: "MotifId", title: "Associated Motif", | |||
render: function ( data, type, row, meta ) { | |||
var motid = data; | |||
var motid = | |||
if (motid == "NA") { | if (motid == "NA") { | ||
return_val = "NA"; | return_val = "NA"; | ||
Line 128: | Line 123: | ||
} | } | ||
}, | }, | ||
{ | {data: "Description",title: "Description"}, | ||
{ | {data: "PeakCount",title: "#of peaks"} | ||
] | ] | ||
} ); | } ); | ||
Line 152: | Line 143: | ||
</html> | </html> | ||
<table cellpadding="0" cellspacing="0" border="0" class=" | <table cellpadding="0" cellspacing="0" border="0" class="stripe cell-border order-column compact" id="tf_table"> | ||
</table> | </table> |
Revision as of 14:23, 8 February 2018
Human transcription factors