OpenBEL / bel-nav

BEL Navigator based on OpenBEL Framework 3.0.0 and Cytoscape 3.
Apache License 2.0
1 stars 0 forks source link

Provide edge names and synchronize edge interaction #26

Closed abargnesi closed 10 years ago

abargnesi commented 10 years ago

The name column of the edge should be set to the BEL statement for that edge. This applies when edges are added from a knowledge network.

If the edge name is updated the interaction will be set to the edge name's relationship. For example changing -> to => in the edge name p(HGNC:AKT1) -> bp(GO:"apoptotic process") will set the interaction column value to directlyIncreases.

If a node name is updated then adjacent edges names will be updated as well.