-
Notifications
You must be signed in to change notification settings - Fork 20
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
Maximum Edge Orientation improvements #47
Comments
Quick note here - I merged main into the |
I'm noting that MEO may have problems with pairs of directed edges (u,v) and (v,u). That will need to be explored further once SPRAS supports partially directed input networks. |
MEO also crashed with undirected self-edges when I was testing a version of the EGFR dataset. I removed those edges from our example input data those in #120. |
#34 added initial support for the Maximum Edge Orientation pathway reconstruction algorithm. After adding support for partially directed input and output graphs (#28), this algorithm will need to be updated. We also need to document the assumptions that this wrapper makes and the required arguments (#26).
It is also possible to load the MEO paths to rank edges. The SDREM software does this as an extension of the MEO code, but it is not directly supported by MEO yet.
As the MEO maintainer, I should also update its readme to advertise that it is now available (and easy to use) via SPRAS.
The text was updated successfully, but these errors were encountered: