cyREST icon indicating copy to clipboard operation
cyREST copied to clipboard

Add support for Cytoscape Filters

Open dotasek opened this issue 7 years ago • 0 comments

Cytoscape Filters currently have no support in CyREST. Their format is actually JSON, so this would be a good opportunity to use existing formats.

[ { "name" : "Default filter", "transformers" : [ { "id" : "org.cytoscape.CompositeFilter", "parameters" : { "type" : "ALL" }, "transformers" : [ { "id" : "org.cytoscape.ColumnFilter", "parameters" : { "predicate" : "BETWEEN", "criterion" : [ 1.0, 16.35887097 ], "caseSensitive" : false, "type" : "nodes", "columnName" : "AverageShortestPathLength" } } ] } ] } ]

dotasek avatar Jun 07 '17 18:06 dotasek