Toggle navigation
Species
Tools
Expression Profiles
Compare profiles
Create heatmap
Export expression levels
Expression Specificity
Compare specificities
Find specific profiles
Co-expression Networks
Create custom network
Find enriched clusters
Search
Search
(advanced)
BLAST
Help
Tutorial
Contact
Co-expression neighborhood:
LOC_Os06g11270.1
(HRR)
Nodes show
No Feature
Clade
Depth
Family
(default)
Label Co-occ.
Default
Clade
Family
Label Co-occ.
Edge Color
No Feature
(default)
Depth
PCC
HRR
Edge Width
Default
Depth
HRR
Filter
Cutoff:
100
Layout
Breadthfirst
Circle
Concentric
Cose
Grid
Random
Export
Data
Image
Export Data
XGMML
(compatible with
Cytoscape
)
Other formats, compatible with
Cytoscape.js
JSON
(network only)
JSON
(network + colors/shapes)
Export Image
Image with Legend
SVG
PNG
Other Options
Image
SVG
PNG
Legend
SVG
PNG
Loading ... please wait ...
Close
$( 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] = $("