(compatible with Cytoscape)
Other formats, compatible with Cytoscape.js
(network only) (network + colors/shapes) Image with Legend | |
|
Other Options |
|
Image | |
|
Legend | |
|
$( document ).ready(function() { $('#footer').hide(2000); $('[data-toggle="tooltip"]').tooltip(); $('#cy-edge-score').slider({ formatter: function(value) { return 'Cut-off: ' + value; } }); $('#cy-edge-score').on("slide", function(slideEvt) { $("#cy-edge-score-value").text(slideEvt.value); }); });