Comparative Heatmap for OG_05_0004173

(Showing raw values, normalize by row)

ECC Pair graph <tr class="heatmap"> <td><div><span><a href="/sequence/view/360763" class="qtip_tooltip" qtip_href="/sequence/tooltip/360763">Solyc05g017740.1.1</a></span></div></td> <td class="value">0.0</td> <td class="value">0.12</td> <td class="value">0.09</td> <td class="value">0.0</td> <td class="value">6.02</td> <td class="value">0.09</td> <td class="value">0.22</td> <td class="value">1.4</td> <td class="value">0.0</td> </tr> <tr class="heatmap"> <td><div><span><a href="/sequence/view/373433" class="qtip_tooltip" qtip_href="/sequence/tooltip/373433">Solyc10g049815.1.1</a></span></div></td> <td class="value">0.77</td> <td class="value">0.68</td> <td class="value">0.48</td> <td class="value">0.32</td> <td class="value">2.05</td> <td class="value">2.62</td> <td class="value">10.01</td> <td class="value">1.78</td> <td class="value">0.42</td> </tr> <tr class="heatmap"> <td><div><span><a href="/sequence/view/376290" class="qtip_tooltip" qtip_href="/sequence/tooltip/376290">Solyc11g045450.3.1</a></span></div></td> <td class="value">0.0</td> <td class="value">0.08</td> <td class="value">0.0</td> <td class="value">0.01</td> <td class="value">0.02</td> <td class="value">16.12</td> <td class="value">0.06</td> <td class="value">0.0</td> <td class="value">0.0</td> </tr> </tbody> </table> <div class="panel"> <div class="panel-body"> <h3>Details</h3> <p>Raw expression values (TPM normalized), <span style="color:#53db3b;font-weight:bold">Green</span> cells indicate low expression and <span style="color:#d11010;font-weight:bold">red</span> high. (<span style="color:#333333;font-weight:bold">Dark gray</span> cells indicate missing values)</p> </div> </div> </div> </div> </div> <footer class="footer" id="footer"> <div class="container"> <div class="row"> <div class="col-xs-2"><strong class="text-muted"><a href="/features" class="text-muted">CoNekT</a></strong></div> <div class="col-xs-2"><a href="/about" class="text-muted">About</a></div> <div class="col-xs-2"><a href="/contact" class="text-muted">Contact</a></div> <div class="col-xs-2"><a href="/disclaimer" class="text-muted">Disclaimer</a></div> <div class="col-xs-2"><a href="/privacy" class="text-muted">Privacy policy</a></div> </div> </div> </footer> <div class="modal" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel"> <div class="modal-dialog" role="document" style="width:1000px;height:800px;"> <div class="modal-content"> </div> </div> </div> <div class="modal" id="loaderModal" tabindex="-1" role="dialog" aria-labelledby="loaderModalLabel"> <div class="modal-dialog" role="document" style="width:1000px;height:800px;"> <div class="modal-content"> <div class="modal-body"> <div id="leafy_loader"></div> <p class="text-center text-muted" id="leafy_loader_text">Loading ... please wait ... </p> <p class="text-center" id="leafy_loader_close_btn" style="display:none"><button type="button" class="btn btn-primary" data-dismiss="modal" style>Close</button></p> </div> </div> </div> </div> <script src="/static/js/jquery.min.js"></script> <script src="/static/js/bootstrap.min.js"></script> <script src="/static/js/stupidtable.min.js"></script> <script src="/static/js/TweenMax.min.js"></script> <script src="/static/js/jquery.qtip.min.js"></script> <script src="/static/js/planet_loader.js"></script> <script> function init_qtip() { $('.qtip_tooltip').each(function() { $(this).qtip({ content: { text: function(event, api) { $.ajax({ url: api.elements.target.attr('qtip_href') }) .then(function(content) { // Set the tooltip content upon successful retrieval api.set('content.text', content); }, function(xhr, status, error) { // Upon failure... set the tooltip content to error api.set('content.text', status + ': ' + error); }); return 'Loading...'; // Set some initial text } }, show: { effect: function() { $(this).fadeTo(500, 1); } }, hide: { effect: function() { $(this).fadeTo(500, 0); } }, position: { viewport: $(window) }, style: 'qtip-bootstrap' }); }); } $(function () { init_qtip(); $("#leafy_loader").html(get_loader_svg('loader_leafy')); init_planet_loader('loader_leafy'); $('[data-toggle="popover"]').popover({container: 'body'}); $('a[data-target=#helpModal], abbr[data-target=#helpModal]').click(function(ev) { ev.preventDefault(); var target = $(this).attr("href"); // load the url and show modal on success $("#helpModal .modal-content").load(target, function() { $("#helpModal").modal("show"); }); }); }); </script> <script src="/static/js/planet_pagination.js"></script> <script src="/static/js/planet_ajax_table.js"></script> <script type="text/javascript"> var csrf_token = "IjdmY2NlOWRhM2FjZGJlNzM2MDRjMDVkODBiMDU5Y2ZiM2Q1NzNjNTUi.GjI7Tg.wFuNq8f0a4fiSBqzmTk68pyndGY"; $.ajaxSetup({ beforeSend: function(xhr, settings) { if (!/^(GET|HEAD|OPTIONS|TRACE)$/i.test(settings.type) && !this.crossDomain) { xhr.setRequestHeader("X-CSRFToken", csrf_token); } } }); </script> <script src="/static/js/jquery.hottie.js"></script> <script src="/static/js/table2CSV.js"> </script> <script> $( document ).ready(function() { $('td.value').hottie({ colorArray : [ "#53db3b", "#efec40", "#d11010" ], symmetrical : false }); function prepare_download() { var csv_data = $("#heatmap-table").table2CSV({delivery:'value'}); $("#download").attr('href', 'data:text/plain;charset=utf-8,' + encodeURIComponent(csv_data)); $("#download").attr('download', "table.csv"); } prepare_download(); function tableTransform(objTable) { if (typeof objTable != 'undefined') { objTable.each(function () { var $this = $(this); var newrows = []; $this.find("tbody tr, thead tr").each(function () { var i = 0; $(this).find("td, th").each(function () { i++; if (newrows[i] === undefined) { newrows[i] = $("<tr></tr>"); } newrows[i].append($(this)); }); }); $this.find("tr").remove(); $.each(newrows, function () { $this.append(this); }); }); //switch old th to td objTable.find('th').wrapInner('<td />').contents().unwrap(); //move first tr into thead var thead = objTable.find("thead"); var thRows = objTable.find("tr:first"); var copy = thRows.clone(true).appendTo("thead"); thRows.remove(); //switch td in thead into th objTable.find('thead tr td').wrapInner('<th class="rotated" />').contents().unwrap(); //add tr back into tfoot objTable.find('tfoot').append("<tr></tr>"); //add tds into tfoot objTable.find('tbody tr:first td').each(function () { objTable.find('tfoot tr').append("<td> </td>"); }); return false; } } $("#transpose").click(function(){ $('.qtip_tooltip').qtip('destroy', true); tableTransform($("#heatmap-table")); init_qtip(); //defined in base.html prepare_download(); return false; }); }); </script> </body> </html>
Gene
Root
Flower
Leaf
Stem
Female
Seeds
Male
Apical meristem
Root meristem
0.51 0.03 0.02 0.01 0.0 4.88 0.0 0.0 0.0
0.0 0.0 0.01 0.04 0.0 15.0 0.03 0.0 0.0
0.0 0.0 0.02 0.01 0.08 0.27 0.07 0.0 0.0
0.0 0.0 0.0 0.01 0.0 0.79 0.04 0.0 0.0
0.09 0.0 0.01 0.0 0.0 13.38 0.05 0.0 0.0
0.0 0.04 0.01 0.0 0.0 4.04 0.0 0.0 0.0
1.18 0.11 0.05 0.06 0.05 12.81 0.23 0.0 0.0
4.45 0.1 0.05 0.01 0.0 35.21 0.11 0.0 0.0
0.0 0.0 0.0 0.0 0.0 5.39 0.0 0.0 0.0
0.0 0.0 0.0 0.0 0.0 0.26 0.01 0.0 0.0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
0.0 0.0 0.08 0.0 0.0 0.0 0.0 0.0 0.0
0.0 0.27 0.35 0.0 13.56 10.42 9.0 3.7 0.0
0.06 0.22 0.01 0.01 0.04 2.12 0.31 14.02 0.1
5.97 12.63 5.62 13.17 12.05 16.92 11.26 51.53 12.0
0.0 0.16 0.02 0.0 0.0 13.16 0.25 0.0 0.0
0.09 0.0 0.01 0.0 0.0 13.38 0.05 0.0 0.0
0.0 0.03 0.04 0.0 0.0 0.53 0.0 0.0 0.0
0.01 0.01 0.0 0.0 0.0 14.45 0.0 0.0 0.0
12.93 10.91 8.44 9.99 68.82 96.83 7.77 19.04 8.6
0.07 0.0 0.0 0.0 0.0 0.04 0.06 0.04 0.0