Comparative Heatmap for OG_05_0090443

(Showing raw values, normalize by row)

Gene
Root
Flower
Leaf
Stem
Female
Seeds
Male
Apical meristem
Root meristem
- - 0.2 - - - 10.28 - -

Details

Raw expression values (TPM normalized), Green cells indicate low expression and red high. (Dark gray cells indicate missing values)

Gb_04921 details <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 = "IjAxNDBiNzQzMjBmZTlkZjU4YWU2NTdlYWVmYTM3ZDVmMDM4ZjJjNTUi.Gjg8Kg.esRkpsJgLywAsZilsJtIHcRpfQk"; $.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>