PSAMM documentation¶
Contents:
- Overview
- Tutorial
- Downloading the PSAMM Tutorial Data
- PSAMM Installation
- Importing Existing Models (psamm-import)
- YAML Format and Model Organization
- FBA in PSAMM
- Version Control with the YAML Format
- Model Consistency Checking with PSAMM
- Constraint-based Flux Analysis with PSAMM
- Using PSAMM to export the model to other Software
- PSAMM Model Collection
- References
- Install
- Model file format
- Command line interface
- Linear programming solver
- Flux balance analysis (
fba) - Flux variability analysis (
fva) - Robustness (
robustness) - Random sparse network (
randomsparse) - Gene Deletion (
genedelete) - Flux coupling analysis (
fluxcoupling) - Stoichiometric consistency check (
masscheck) - Formula consistency check (
formulacheck) - Charge consistency check (
chargecheck) - Flux consistency check (
fluxcheck) - GapFind/GapFill (
gapfill) - FastGapFill (
fastgapfill) - SBML Export (
sbmlexport) - Search (
search) - Console (
console)
- Development
- FAQ
- PSAMM API
psamm.balancecheck– check balance of charge and formulapsamm.command– Command line interfacepsamm.database– Reaction databasepsamm.datasource.kegg– KEGG data parserpsamm.datasource.modelseed– ModelSEED data parserpsamm.datasource.native– Native data format parserpsamm.datasource.reaction– Parser for reactionspsamm.datasource.sbml– SBML model parserpsamm.expression.affine– Affine expressionspsamm.expression.boolean– Boolean expressionspsamm.fastcore– Fastcore (approximate consistent subset)psamm.fastgapfill– FastGapFill algorithmpsamm.fluxanalysis– Constraint-based reaction flux analysispsamm.fluxcoupling– Flux coupling analysispsamm.formula– Chemical compound formulapsamm.gapfill– GapFind/GapFillpsamm.lpsolver.cplex– Cplex LP solverpsamm.lpsolver.generic– Generic linear programming solverpsamm.lpsolver.gurobi– Gurobi LP solverpsamm.lpsolver.lp– Linear programming problemspsamm.lpsolver.qsoptex– QSopt_ex LP solverpsamm.massconsistency– Mass consistency checkpsamm.metabolicmodel– Metabolic model representationpsamm.randomsparse– Find a random minimal network of model reactionspsamm.reaction– Reaction equations and compounds
- References