Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

consolidate increases and directlyIncreases edges during KAM compilation #59

Open
ncatlett opened this issue May 29, 2013 · 2 comments
Open

Comments

@ncatlett
Copy link
Member

In the BEL Framework 2.0.0, similar edge types connecting the same nodes are not consolidated. Ideally, the compiler should consolidate to the edge type that provides the most information.

E.g., consolidate to a single KAM edge, preserving the underlying statements:

directlyIncreases, increases, positivecorrelation, and association

directlyDecreases, decreases, negativeCorrelation, and association

@tedslater
Copy link

Just for the sake of argument:

  1. If the BEL edge distinctions are useful, why not preserve the semantics in the KAM?

  2. If the BEL edge distinctions are not useful, why preserve them in BEL?

@ncatlett
Copy link
Member Author

  1. One of the differences between edge types is the amount of information provided about the relationship from the reference and captured by the curator. For example, for the relationship A directlyIncreases B, the less specific relationships (A increases B, A positivelyCorrelates B, and A association B) also hold true. Without consolidation, 4 edges are possible to connect source A to target B; this makes pathfinding and other network traversals more complex than necessary.

The statements supporting each edge should be maintained, and ideally consolidation of edges would be optional (the default).

  1. It is important to maintain the edge types in BEL to capture the available information about a given relationship from a single source. E.g., to distinguish between direct interactions and interactions where the source and target are not known to physically interact. Also to distinguish causal relationships from correlative.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants