Browse Transcription Factors mm9: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
|headers=hide | |headers=hide | ||
|sort=Symbol | |sort=Symbol | ||
|order= | |order=asc | ||
|mainlabel=- | |mainlabel=- | ||
|sep=? | |sep=? | ||
|propsep=/ | |propsep=/ | ||
|manysep=! | |manysep=! | ||
|recordsep=<RCRD> | |recordsep=<RCRD> | ||
Line 39: | Line 38: | ||
<html> | <html> | ||
<style type="text/css" title="currentStyle"> | <style type="text/css" title="currentStyle"> | ||
@import "/5/sstar/rb_js/ | @import "/5/sstar/rb_js/html5button/datatables.css"; | ||
.ImageBorder | .ImageBorder | ||
{ | { | ||
Line 48: | Line 45: | ||
height : 20px; | height : 20px; | ||
} | } | ||
</style> | |||
<script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script> | |||
<script type="text/javascript" src="/5/sstar/rb_js | <script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script> | ||
<script type="text/ | |||
</script> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
var content = ""; | var content = ""; | ||
Line 72: | Line 67: | ||
} | } | ||
$('#tf_table').DataTable( { | |||
dom: 'Blfrtip', | |||
processing: true, | |||
pageLength: 25, | |||
buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'], | |||
lengthMenu: [[10, 25, 50, -1], [10, 25, 50, "All"]], | |||
scrollCollapse: true, | |||
autoWidth: false, | |||
jQueryUI: false, | |||
order: [[ 2, "asc" ]], | |||
data: m_data.content, | |||
columns: [ | |||
{ data: "EntrezGene", title: "EntrezGene"}, | |||
{ data: "Symbol", title: "Symbol"}, | |||
{ data: "MotifId", title: "Associated Motif", | |||
render: function ( data, type, row, meta ) { | |||
var motid = data; | |||
var motid = | |||
if (motid == "NA") { | if (motid == "NA") { | ||
return_val = "NA"; | return_val = "NA"; | ||
} else { | } else { | ||
var splitted = motid.split("!"); | var splitted = motid.split("!"); | ||
if (splitted != null) { | if (splitted!=null) { | ||
if (splitted.length > 1) { | if (splitted.length > 1) { | ||
var return_val = "" | var return_val = "" | ||
for (i = 0; i < splitted.length; i++) { | for (i = 0; i < splitted.length; i++) { | ||
if (splitted[i].toString().indexOf(" | if (splitted[i].toString().indexOf("JASPAR motif") >= 0) { | ||
return_val = '<a href=\"/5/sstar/' + splitted[i] + '\"><img src=\"/5/sstar/seqlogo/jaspar/' + splitted[i].split(":")[1] + '.png" class="ImageBorder" alt="' + splitted[i] + '">' + '</a>' + return_val; | return_val = '<a href=\"/5/sstar/' + splitted[i] + '\"><img src=\"/5/sstar/seqlogo/jaspar/' + splitted[i].split(":")[1] + '.png" class="ImageBorder" alt="' + splitted[i] + '">' + '</a>' + return_val; | ||
} else if (splitted[i].toString().indexOf("Swissregulon") >= 0) { | } else if (splitted[i].toString().indexOf("Swissregulon") >= 0) { | ||
Line 109: | Line 103: | ||
} | } | ||
} else { | } else { | ||
if (splitted[0].toString().indexOf(" | if (splitted[0].toString().indexOf("JASPAR motif") >= 0) { | ||
return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/jaspar/' + splitted[0].split(":")[1] + '.png" class="ImageBorder" alt="' + splitted[0] + '">' + '</a>' ; | return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/jaspar/' + splitted[0].split(":")[1] + '.png" class="ImageBorder" alt="' + splitted[0] + '">' + '</a>'; | ||
} else if (splitted[0].toString().indexOf("Swissregulon") >= 0) { | } else if (splitted[0].toString().indexOf("Swissregulon") >= 0) { | ||
/* return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/' + replaceAll(splitted[0].split(":")[1]," ","_") + '.png" class="ImageBorder" alt="' + splitted[0] + '">' + '</a>' ;*/ | /* return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/' + replaceAll(splitted[0].split(":")[1]," ","_") + '.png" class="ImageBorder" alt="' + splitted[0] + '">' + '</a>';*/ | ||
return_val = ""; | return_val = ""; | ||
} | } | ||
Line 128: | Line 122: | ||
} | } | ||
}, | }, | ||
{ | {data: "Description",title: "Description"}, | ||
{ | {data: "PeakCount",title: "#of peaks"} | ||
] | ] | ||
} ); | } ); | ||
Line 152: | Line 142: | ||
</html> | </html> | ||
<table cellpadding="0" cellspacing="0" border="0" class=" | <table cellpadding="0" cellspacing="0" border="0" class="stripe cell-border order-column compact" id="tf_table"> | ||
</table> | </table> |
Latest revision as of 10:04, 21 September 2021
Mouse transcription factors