cytoscape / cytoscape/diffusion
Existing columns with suffix _heat and _rank are removed
Open
bug
- Dominant language
- Java
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.