Toggle navigation
Species
Tools
Expression Profiles
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"); }); }); });
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:
Dcu_g21092
(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