Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicate combinations / RO chains #28

Open
cbizon opened this issue Sep 19, 2020 · 0 comments
Open

Predicate combinations / RO chains #28

cbizon opened this issue Sep 19, 2020 · 0 comments

Comments

@cbizon
Copy link
Contributor

cbizon commented Sep 19, 2020

Currently there are two thoughts for using edges in coalescence.

  1. only coalesce when edge preds are the same
  2. Ignore edge preds

But different edges might end up doing the same thing overall. Something like

A-[upregulates]->B and A-[downregulates]->C

Suppose B->[downregulates]->D and C-[upregulates]->D. Then D should be brought in as an extra node, merging these two, since the net effect of them is the same.

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

No branches or pull requests

1 participant