-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feat/SBOterms #132
Feat/SBOterms #132
Conversation
Hi Ben, just a few comments on the current state of SBO testing in memote. In general, it is not fully developed yet. We're really specifically checking for a few node SBO terms and not yet for the presence of any children of those nodes.
Thanks again for giving us this feedback Ben! It's much appreciated! |
@ChristianLieven thanks a lot for the comments!
The biomass reaction is at least recognized, so for now this is not a big concern for us (just 98% instead of a 100% in the "Metabolites without SBO:0000247" test)
The memote report states:
So I guess this will also change in the future to account for all children? For the time being this PR will be merged, and after memote finishes developing SBO testing we will asses if any of our criteria should change. Issue #106 will be adapted accordingly. |
@BenjaSanchez |
@hongzhonglu those 3 rxns are 3 of the oxidative phosphorylation complexes, and they do pump protons through the mitochondrial membrane (in one direction or the other), so from the SBO perspective they can be categorized as transports. If you think they are better suited to another ontology feel free to open an issue for further discussion |
@BenjaSanchez OK! Thanks. |
Main improvements in this PR:
Following up on #106, an important model feature for memote is the existence of SBO terms for all components in the model. Here we have included SBO terms for all rxns and mets based on an automatic script that runs each time the model is updated with
saveYeastModel.m
, based on the criteria fromaddSBOterms.m
:biomass
,DNA
,RNA
,protein
,carbohydrate
orlipid
, or ending withbackbone
orchain
(pseudo-metabolites in SLIME reactions)biomass pseudoreaction
non-growth associated maintenance reaction
pseudoreaction
orSLIME rxn
@Midnighter @ChristianLieven opinions on this scheme?
I hereby confirm that I have:
devel
as a target branch (top left drop-down menu)