Personal tools

User:Serkan/test6: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 65: Line 65:


$('#tf_table').dataTable( {
$('#tf_table').dataTable( {
                 "bScrollCollapse": true,
                 "bProcessing": true,
"bPaginate": true,
"bFilter": true,
"bFilter": true,
"bInfo": true,
"bInfo": true,
"aaSorting": [[ 0, "asc" ]],
                 "aaData": m_data,
                 "aaData": m_data,
"aoColumnDefs": [{"bSortable": true, "aTargets": ["_all"] }]
                "aoColumns": [
                              { "mData": "EntrezGene" },
                              { "mData": "Symbol" },
                              { "mData": "Description" },
                              { "mData": "PeakCount" }
                            ]
} );
} );
} );
} );

Revision as of 14:24, 1 October 2013


Human transcription factors

Peak counts && transcription factors graph overview