Personal tools

Browse Transcription Factors hg19: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
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/datatables/media/css/jquery.dataTables.css";
@import "/5/sstar/rb_js/html5button/datatables.css";
                @import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css";


.ImageBorder
.ImageBorder
Line 50: Line 49:


</style>
</style>
<script type="text/javascript" src="/5/sstar/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/ZeroClipboard.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/TableTools.js">
</script>
<script type="text/javascript">
<script type="text/javascript">
             var content = "";
             var content = "";
Line 72: Line 68:
                  
                  
                 }
                 }
var oTable = $('#tf_table').dataTable( {
$('#tf_table').DataTable( {
                 "bProcessing": true,
        dom: 'Blfrtip',
                 "iDisplayLength":25,
                 processing: true,
                "aLengthMenu": [[10,25,50, -1], [10,25,50, "All"]],
                 pageLength: 25,
                 "bScrollCollapse": true,
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
"bPaginate": true,
        lengthMenu: [[10, 25, 50, -1], [10, 25, 50, "All"]],
"bFilter": true,
                 scrollCollapse: true,
"bInfo": true,
                 autoWidth: false,  
                 "bAutoWidth": false,  
                 jQueryUI: false,
                 "bJQueryUI": false,
                 order: [[ 2, "asc" ]],
                 "aaSorting": [[ 2, "asc" ]],
                 data: m_data.content,
                 "aaData": m_data.content,
        columns: [
                "aoColumns":[
{ data: "EntrezGene", title: "EntrezGene"},
                                {"mData": "EntrezGene","sTitle": "EntrezGene"},  
            { data: "Symbol", title: "Symbol"},
                                {"mData": "Symbol","sTitle": "Symbol"},  
            { data: "MotifId", title: "Associated Motif",
                                {"mData": "MotifId","sTitle":"Associated Motif",
              render: function ( data, type, row, meta ) {
                                              "fnRender": function( obj ) {
var motid = data;
var motid = obj.aData.MotifId;
if (motid == "NA") {
if (motid == "NA") {
     return_val = "NA";
     return_val = "NA";
Line 128: Line 123:
  }
  }
                                 },
                                 },
                                 {"mData": "Description","sTitle": "Description"},  
                                 {data: "Description",title: "Description"},  
                                 {"mData": "PeakCount","sTitle": "#of peaks"}
                                 {data: "PeakCount",title: "#of peaks"}
                                 ]
                                 ]
} );
} );
var oTableTools = new TableTools( oTable, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"},{"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
$('#export_tool').before( oTableTools.dom.container );




Line 152: Line 143:
</html>
</html>


<table cellpadding="0" cellspacing="0" border="0" class="display" id="tf_table">   
<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