-
Notifications
You must be signed in to change notification settings - Fork 3
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
get_fba (FBA Table) API Method #43
Comments
@nconrad Here's a challenge that we have been wrestling with and a very common use case for us: walking down a flux path. That is, asking where the next reaction reaction is. Where the path forks, where it cycles, etc. Can figure it mostly out through asking which reactions have the same flux value (or multiple) and which reactions are connected, but you can see where it would be handy to be able to walk from one reaction to the next in a solution. Any point in putting in links to help along the UI with walking paths? Sent from my iPhone
|
Nick: I thought about that a lot and I think all I could come up with is that it's a poorly-defined problem (amount of flux through given reactions because of stoichiometry, number of branches from other pathways, your particular choice of biomass coefficients and ATP maintenance, etc.). Remember the first algorithm we tried for autorecon and how often it would fail because of random network topology and issues with arbitrary cofactor definitions etc.? You may be able to come up with heuristics that work some percentage of the time, but don't expect them to always work. Matt |
@mattb Yeah, I agree with the limitations. I was thinking about this for 'local' flow. Say I had a small circle that showed the reactions around a reaction and could orient itself according to flow. Ideally, it could identify nearby alternate paths for that flow as well and you would have an idea of what was happening in that part of the network. Small things. Not perfect, but would help everyone get oriented I think. I can put together a lot in my head if I can just figure out which way is down to begin with. Sent from my iPhone
|
This is somewhat similar to get_model. I'm looking at a prototype here to come up with this spec: http://coremodels.mcs.anl.gov/app/#/fba/janakakbase:ATPF_Succi_aerobic/core_83333.1.fba.153
This is an opportunity to include everybody, @janakagithub, @samseaver, @jplfaria, @mdejongh.
Based on the table prototype above, we have,
Each reaction_flux object is of the form:
Each exchange_flux object is of the form:
A gene has the form:
A compartment has the form:
And, biomass:
The text was updated successfully, but these errors were encountered: