Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 54: Line 54:




$('#example').dataTable({
motif_table = $('#example').dataTable({              
               
"sScrollY": "500px",
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
"copy",
"csv",
"xls",
{
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Your custom message would go here."
}
"print"
]
},
"sScrollY": "300px",
"bScrollCollapse": true,
"bScrollCollapse": true,
"bPaginate": true,
"bPaginate": true,
Line 96: Line 81:


});
});
$('.dataTables_scrollBody').css("resize", "vertical");
motif_table_tools = new TableTools( motif_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "tsv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
$('#motif_export_tool').before( motif_table_tools.dom.container


});
});
Line 167: Line 157:
== Sub Clusters ==
== Sub Clusters ==
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>
<span id = "motif_export_tool"></span>

Revision as of 15:53, 30 April 2013

Representative Motif

<br>Analyst: Ivan

  • Name  :{{{name}}}
  • db  :{{{representative_motif_db}}}
  • Id  :{{{representative_motif_id}}}
  • name  :{{{representative_motif_name}}}
  • score  :{{{score}}}
  • Entry name : {{{uniprot_entry_name}}}
  • Entrez GeneID :{{{entrez_gene_id}}}

Sub Clusters