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

Filter the presence of seeds in the scope by removing seeds absent from the network #15

Closed
cfrioux opened this issue Jul 21, 2023 · 0 comments · Fixed by #17
Closed

Comments

@cfrioux
Copy link
Owner

cfrioux commented Jul 21, 2023

Context

When running mene scope, one can provide a set of seeds that contain any metabolite, including some that do not belong to the considered metabolic network.

Current behaviour

As the definition of the scope includes the seeds, these non-relevant compounds will be outputted as belonging to the scope.

Solution?

We could exclude these from the scope, and why not create a predicate to distinguish them as it might be a good debugging tool to catch these compounds.

While we are making modifications, we could also create the predicate "non_produced_seeds" as a complement to "produced_seeds" to help filter seeds after computation.

@ArnaudBelcour what do you think? Will it have any unwanted consequence on m2m?

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