You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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).
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: