Browse samples mm9: Difference between revisions
From FANTOM5_SSTAR
(Created page with "<html> <script type="text/javascript" language="javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.min.js"></script> <script type="text/javascript"...") |
No edit summary |
||
(30 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Loading|loadingimage=sprites.gif}}Details of profiled samples (incl. primary cells, cell lines, and developmental) | |||
<html> | <html> | ||
<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> | ||
<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/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
var oTable = $('.ff_sample_list'). | var oTable = $('.ff_sample_list').DataTable({ | ||
dom: 'Blfrtip', | |||
lengthMenu: [[25, 100, 500, -1], [25, 100, 500, "All"]], | |||
buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'], | |||
columns: [ | |||
{ title: "FF ontology id", width: "100px" }, | |||
{ title: "Name"}, | |||
{ title: "Sample category", visible: true } | |||
] | |||
}); | |||
} | |||
$('input[type=checkbox]').on('click',function(){ | |||
if($(this).prop('checked')){s=$(this).val();}else {s=""} | |||
oTable.column(2).search(s).draw(); | |||
}); | |||
} ); | } ); | ||
</script> | </script> | ||
<b>Filter by sample category</b><br> | |||
<div id="format"> | |||
<input type="checkbox" id="primary_cells" name="primary_cells" value="primary cells" /><label for="primary cells">primary cells</label> | |||
<input type="checkbox" id="tissues" name="tissues" value="tissues" /><label for="tissues">tissues</label> | |||
<input type="checkbox" id="developmental" name="developmental" value="developmental" /><label for="developmental">developmental</label> | |||
<input type="checkbox" id="time_courses" name="time_courses" value="time courses" /><label for="time_courses">time courses</label> | |||
<input type="checkbox" id="control" name="control" value="control" /><label for="control">control</label> | |||
</div> | |||
<span id="export_tool"></span> | |||
</html> | </html> | ||
{{#ask:[[Concept:FF_samples_withname]] | {{#ask:[[Concept:FF_samples_withname]][[Sample_species::Mouse (Mus musculus)]]|mainlabel=FF ontology id|?Name|?Sample_category | ||
|format=ttable|class=ff_sample_list|limit= | |format=ttable|class=ff_sample_list stripe cell-border order-column compact|limit=2000|headers=hide|searchlabel=}} |
Latest revision as of 15:23, 21 September 2021
Details of profiled samples (incl. primary cells, cell lines, and developmental)
Filter by sample category