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

Create single function to generate binary/ternary models #2

Open
2 of 3 tasks
JamesPino opened this issue Jun 7, 2023 · 0 comments
Open
2 of 3 tasks

Create single function to generate binary/ternary models #2

JamesPino opened this issue Jun 7, 2023 · 0 comments
Assignees

Comments

@JamesPino
Copy link
Member

Right now in the Consortium repo, there exists the micom models as well as 3 binary models in cobra format. Andrew pathed the way and provided notebooks to generate them. Moving forward, we would like to recreate them in a streamlined way.

  • - Generate function for micom model construction
    • Update database information for each organisms automatically (n metabolites/reactions).
  • - Generate function for single cobra model from multiple organisms.

Right now, creating micom models is straight forward and functionalized. To generate the single cobra model from multiple, we currently use the micom model to gather reactions and add them to a crafted model. I am seeing if its possible not to use the micom model to do so, if not I am not sure why we don't just leverage the micom model?

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

No branches or pull requests

1 participant