Personal tools

User:Serkan/test6: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(41 intermediate revisions by the same user not shown)
Line 10: Line 10:
|sep=:
|sep=:
|propsep=/
|propsep=/
|limit=50
|limit=
|manysep=<MANY>
|manysep=<MANY>
|recordsep=<RCRD>
|recordsep=<RCRD>
Line 45: Line 45:
</style>
</style>
<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" language="javascript" src="/resource_browser/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<style type="text/css" title="currentStyle">
@import "/resource_browser/rb_js/datatables/media/css/jquery.dataTables.css";
@import "/resource_browser/rb_js/datatables/extras/TableTools/media/css/TableTools.css";
</style>
<script type="text/javascript">
var content = "";
var m_data = {};
m_data.content = [];


<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
$('.tf_table').dataTable( {
content= "</html>{{#var:db_content}}<html>";
"iDisplayLength": 25,
 
"aLengthMenu": [[25, 100, -1], [25, 100, "All"]],
                var content_array = content.split(":");
"aaSorting": [[1, "asc"]],
                for(i=0;i<content_array.length-1;i++){
"aoColumnDefs": [{"bSortable": true, "aTargets": ["_all"] }]
                var temp = content_array[i];
                var temp_array =temp.split("/");
                m_data.content.push({EntrezGene:'<a href=https://fantom5-collaboration.gsc.riken.jp/resource_browser/EntrezGene:'+temp_array[0]+'>'+temp_array[0]+'</a>', Symbol:temp_array[1],Description:temp_array[2],PeakCount:temp_array[3]});
               
                }
             
 
var oTable = $('#tf_table').dataTable( {
                "bProcessing": true,
                "iDisplayLength":25,
                "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
                "bScrollCollapse": true,
"bPaginate": true,
"bFilter": true,
"bInfo": true,
                "bJQueryUI": true,
                "aaSorting": [[ 1, "asc" ]],
                "aaData": m_data.content,
 
                "aoColumns":[
                                {"mData": "EntrezGene","sTitle": "EntrezGene"},
                                {"mData": "Symbol","sTitle": "Symbol"},
                                {"mData": "Description","sTitle": "Description"},
                                {"mData": "PeakCount","sTitle": "Peak Count"}
                                ]
} );
} );
var oTableTools = new TableTools( oTable, {"sSwfPath": "/resource_browser/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 );
} );
} );
</script>
</script>
<span id="export_tool"></span>
</html>
</html>
 
<table cellpadding="0" cellspacing="0" border="0" class="display" id="tf_table"> 
{{#ask:[[Category:EntrezGene]][[tax_id::9606]][[tf?::true]]|mainlabel=EntreGene ID|?symbol|?description|sort=Symbol|order=ASC|format=ttable|class=tf_table|searchlabel=|limit=1700}}
</table>

Latest revision as of 17:27, 1 October 2013


Human transcription factors

Peak counts && transcription factors graph overview