iVis-at-Bilkent / syblars

SyBLaRS: Systems Biology Layout & Rendering Service
MIT License
12 stars 1 forks source link

Add support for advanced graph queries #6

Closed ugurdogrusoz closed 2 years ago

ugurdogrusoz commented 2 years ago

Add support for the following advanced graph queries:

hasanbalci commented 2 years ago

I added neighborhood, common stream, paths between and paths from to queries from graph-algos extension to SyBLaRS. I also tested these new queries and found iVis-at-Bilkent/cytoscape.js-graph-algos#4, iVis-at-Bilkent/cytoscape.js-graph-algos#5, iVis-at-Bilkent/cytoscape.js-graph-algos#6 issues in the extension side. While these issues are being fixed, I'll continue testing them in SyBLaRS.

hasanbalci commented 2 years ago

I tested queries and didn't see any problem. @ugurdogrusoz You may close it if it's ok for you as well.