(compatible with Cytoscape)
Other formats, compatible with Cytoscape.js
(network only) (network + colors/shapes) Image with Legend | |
|
var csrf_token = "IjdjMjBhZjFlODU0YWUxYTY5NjhmMDc1N2EwNTFhZDgxYTVkODU3OTYi.GmQN4Q.PjeqSAhy50R3hTMxiUJQEmfYExE"; $.ajaxSetup({ beforeSend: function(xhr, settings) { if (!/^(GET|HEAD|OPTIONS|TRACE)$/i.test(settings.type) && !this.crossDomain) { xhr.setRequestHeader("X-CSRFToken", csrf_token); } } });