Personal tools

Browse coexpression clusters: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Loading|loadingimage=sprites.gif}}* This page shows clusters 0-305(those containing at least 40 co-expressed CAGE peaks),the full list is provided [[Browse_coexpression_clusters_all|here]].


<html>
<html>
<style type="text/css" title="currentStyle">
<style type="text/css" title="currentStyle">
@import "/resource_browser/rb_js/datatables/media/css/jquery.dataTables.css";
@import "/5/sstar/rb_js/html5button/datatables.css";
</style>
</style>
<script type="text/javascript" language="javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" language="javascript" src="/resource_browser/rb_js/datatables/media/js/datatables.sortdefs.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script>
<script type="text/javascript" charset="utf-8">
<script type="text/javascript">
 
var aDataSet =
[
</html>
{{#ask:[[Category:Coexpression_clusters]]|mainlabel=-|?id|?full_id|?Cp_member_count|format=template|template=Triplecolumn_to_array|sep=,|limit=10000}}
<html>
];
 
$(document).ready(function() {
$(document).ready(function() {
$('#dynamic').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>' );
$('.coexp_cluster_list').DataTable( {
$('#example').dataTable( {
        dom: 'Blfrtip',
"iDisplayLength": 25,
        lengthMenu: [[25, 100, -1], [25, 100, "All"]],
"aLengthMenu": [[25, 100, 500, -1], [25, 100, 500, "All"]],
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
"aaData": aDataSet,
            pageLength: 25,order: [],
"aoColumns": [
            columnDefs: [{orderable: false, targets:[0,1,2]}]
{ "sTitle": "Id", "sType": "num-html",
} );
"fnRender": function(obj) {
var id = obj.aData[ obj.iDataColumn ];
return sReturn = "<a href=\"/resource_browser/Coexpression_cluster:"+id+"\">"+id.slice(1)+"</a>";
}},
{ "sTitle": "Full id","sWidth": "60%"},
{ "sTitle": "Number of FFCP members","sWidth": "20%"}
]
} );
} );
} );
</script>
</script>
<div id="dynamic"></div>
</html>
</html>
{{#ask:[[Concept:Coexpression_clusters_major]]|mainlabel=Id|?full_id|?Cp_member_count=Number of FFCP members|format=ttable|sort=Cp_member_count|order=desc|class=coexp_cluster_list stripe cell-border order-column compact|searchlabel=|limit=310}}

Latest revision as of 12:10, 25 January 2019

* This page shows clusters 0-305(those containing at least 40 co-expressed CAGE peaks),the full list is provided here.