Co-expression neighborhood: LOC_Os06g11270.1 (HRR)


$( 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] = $("