cytoscape / cx2js

A CX to Cytoscape JS library
MIT License
3 stars 1 forks source link

Implement Cytoscape Annotations #15

Open dotasek opened 5 years ago

dotasek commented 5 years ago

Cytoscape 3.7 will include much more annotation support.

https://github.com/cytoscape/cytoscape.js-popper May be a helpful extension for implementing this. (see comments below)

dotasek commented 5 years ago

Started implementation in: https://github.com/cytoscape/cx2js/tree/issues/15

Implementation is based on https://github.com/classcraft/cytoscape.js-canvas which is much more suitable than cytoscape.js-popper

dotasek commented 5 years ago

Planning to move to another project, with cx2js as a supporting resource.

The first iteration of this project will support the __Annotations column in the network attributes table, which is deprecated but present in many cx networks.

The second iteration will support a new formalized CX standard for annotations.