Browse coexpression clusters: Difference between revisions
From FANTOM5_SSTAR
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 "/ | @import "/5/sstar/rb_js/html5button/datatables.css"; | ||
</style> | </style> | ||
<script type="text/ | <script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script> | ||
<script type="text/ | <script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script> | ||
<script type="text/javascript" | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('.coexp_cluster_list').DataTable( { | |||
dom: 'Blfrtip', | |||
lengthMenu: [[25, 100, -1], [25, 100, "All"]], | |||
buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'], | |||
pageLength: 25,order: [], | |||
columnDefs: [{orderable: false, targets:[0,1,2]}] | |||
} ); | |||
} ); | } ); | ||
</script> | </script> | ||
</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.