-
Notifications
You must be signed in to change notification settings - Fork 44
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
Merge Reactions With Same Stoichiometry But Different Genes #657
Conversation
…ons in reactions.tsv, and made MAR08482 reversible
I'm reasonably confident that the YAML validation failed because |
There's a pending PR that could be merged to |
It's not urgent, and while that would be nice, using this import cobra
model = cobra.io.load_yaml_model('model/Human-GEM.yml')
[m.id for m in model.metabolites if len(m.reactions) == 0]
[g.id for g in model.genes if len(g.reactions) == 0] was pretty easy; the first list was empty and the second one was exactly the list of genes I mentioned above |
- keep MAR08482 irreversible - keep compartment specific genes for MAR08482 and MAR03931
Main improvements in this PR:
Implements changes initially proposed in #580 and recently mentioned again in #630:
MAR02358
for being a duplicate ofMAR08482
MakesHave compartment-specific GPRs forMAR08482
reversibleMAR08482
andMAR03931
MAR20066
for being a duplciate ofMAR03984
MAR20020
for being a duplicate ofMAR04521
MAR20002
for being a duplicate ofMAR06631
MAR00030
for being a duplicate ofMAR00025
rxnRetired
column for kept reactions inreactions.tsv
I hereby confirm that I have:
develop
as a target branch