cytoscape / diffusion

A Cytoscape app to interface with the heat diffusion service
3 stars 5 forks source link

Existing columns with suffix _heat and _rank are removed #32

Open BrettJSettle opened 6 years ago

BrettJSettle commented 6 years ago

The NetworkAddedListener in diffusion removes columns ending in the suffix _heat and _rank when a network is created, to prevent diffusion data from being copied incorrectly to a subnetwork. If I have a personal network with some column node_rank that I load into cytoscape, that column will be deleted by Diffusion.

To prevent this, avoid using the suffix _heat and _rank in the node table. This will be fixed in the future