|
|
(25 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <html>
| | {{#ask:[[:FFCP PHASE1:+]][[species::Human (Homo sapiens)]][[EntrezGene::-]]|format=count}} |
| <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";
| |
| div.dataTables_scrollBody { resize:both };
| |
| </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/extras/TableTools/media/js/TableTools.min.js"></script>
| |
| <script type="text/javascript" src="/resource_browser/resources/jquery.ui/jquery.ui.core.js"></script>
| |
| <script type="text/javascript" src="/resource_browser/resources/jquery.ui/jquery.ui.widget.js"></script>
| |
| <script type="text/javascript" src="/resource_browser/resources/jquery.ui/jquery.ui.mouse.js"></script>
| |
| <script type="text/javascript" src="/resource_browser/resources/jquery.ui/jquery.ui.resizable.js"></script>
| |
| </html>
| |
|
| |
|
|
| |
|
| == TF expression and enrichment ==
| |
| <html> | | <html> |
| <br> | | <img src="/resource_browser/seqlogos/known_motifs_201304/known1.png"> |
| <!-- tf enrich table: start-->
| | </html> |
| <script type="text/javascript" charset="utf-8">
| |
| var ffcp_tf_enrichscore_d=
| |
| [
| |
| </html>
| |
| {{#exp_enrichscore_dtarr:chr8:55370487..55370503,+!p1@SOX17!1.97!92.71!SOX17;;chr6:134210243..134210257,+!p1@TCF21!1.65!43.22!TCF21;;chr16:86544113..86544145,+!p1@FOXF1!1.49!36.94!FOXF1;;chr11:46299199..46299233,+!p1@CREB3L1!1.39!119.19!CREB3L1;;chr1:170633348..170633399,+!p2@PRRX1!1.39!32.06!PRRX1;;chr4:174451370..174451387,-!p1@HAND2!1.38!23.00!HAND2;;chr11:65686802..65686818,+!p6@DRAP1!1.37!38.34!DRAP1;;chr2:239756671..239756732,+!p1@TWIST2!1.30!59.25!TWIST2;;chr20:6748325..6748352,+!p1@BMP2!1.30!27.18!BMP2;;chr11:46299539..46299620,+!p2@CREB3L1!1.28!29.97!CREB3L1;;chr1:170632285..170632309,+!p1@PRRX1!1.28!20.21!PRRX1;;chr6:34204921..34204939,+!p3@HMGA1!1.27!514.41!HMGA1;;chr9:132427972..132428056,+!p1@PRRX2!1.22!20.21!PRRX2;;chr1:170633262..170633285,+!p3@PRRX1!1.21!17.43!PRRX1|FFCP_PHASE1:Hg19::}}
| |
| <html>
| |
| ];
| |
| | |
| $(document).ready(function() {
| |
| $('#ffcp_tf_enrichscore').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="ffcp_tf_enrichscore_cont"></table>' );
| |
| var tf_enrich_tableex_obj = $('#ffcp_tf_enrichscore_cont').dataTable( {
| |
| "sScrollY": "300px",
| |
| "bPaginate": false,
| |
| "bScrollCollapse": true,
| |
| "iDisplayLength": -1,
| |
| "aaData": ffcp_tf_enrichscore_d,
| |
| "aoColumns": [
| |
| { "sTitle": "FFCP Phase1","sWidth": "30px",
| |
| "fnRender": function(obj) {
| |
| var id = obj.aData[ obj.iDataColumn ].split("!");
| |
| return sReturn = "<a href=\"/resource_browser/"+encodeURI(id[0])+"\">"+id[1]+"</a>";
| |
| }
| |
| },
| |
| { "sTitle": "Enrichment Score","sWidth": "30px"},
| |
| { "sTitle": "TPM","sWidth": "30px"},
| |
| { "sTitle": "TF","sWidth": "30px"}
| |
| | |
| ],
| |
| "aaSorting": [[ 1, "desc" ]]
| |
| } );
| |
| | |
| var tf_enrich_tableex_objtool = new TableTools( tf_enrich_tableex_obj, {"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"} ]});
| |
|
| |
|
| $('#tf_enrich_export_button').before( tf_enrich_tableex_objtool.dom.container );
| | https://f5-webapp3.gsc.riken.jp/resource_browser/seqlogos/known_motifs_201304/known1.png |
|
| |
|
| $('#test2').resizable("enable");
| | http://fantom.gsc.riken.jp/5/sstar/seqlogo/novel/11.png |
| | |
| } );
| |
| | |
| </script>
| |
| <!-- tf enrich table: end-->
| |
| <div id="tf_enrich_export_button"></div>
| |
| <div id="ffcp_tf_enrichscore"></div>
| |
| | |
| <br>
| |
| <div id="test3" style="resize:both;">
| |
| <table id="test" ><tr><th>h1</th><th>h2</th></tr><tr><td>data1</td><td>data2</td></tr></table>
| |
| </div>
| |
| </html>
| |