Fluxor
From FreeBio
Wiki Documention for on going development of fluxor project. Fluxor is mainly concerned with supporting the development of flux balance models from annotated genomes.
Creator of Fluxor: Jeremy Zucker. Other Authors: Graham Rockwell, Aaron Brandes
Contents |
[edit]
Fluxor Architecture
Graham wants to develop software that uses FBA to support metabolic engineering. Jeremy wants to support the development of metabolic flux models. Aaron Brandes wants to develop new FBA algorithms.
We want to share our code so that we can each meet our individual goals faster.
To organize our code base, the following conventions are followed:
[edit]
Data Objects
- Reactions
- Species
- SpeciesReference
- MetabolicNetwork
- FluxModel
- ModelLimits
- ModelObjective
[edit]
Readers
- FlatFileParser
- SBMLParser
[edit]
Writers
- SBMLWriters
- FlatFileWriter
- Metatool
[edit]
Analysis
- RunFBA
- FluxCoupleAnalysis
- OptKnock
[edit]
Math
- glpk
- ooqp
- lpsolve

