Skip to content

aaahmed/PSOMCS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSOMCS

A tool for calculating cMCS optimizing multiple reactions in a metabolic network using mix
ed integer linear programming (MILP) with particle swarm optimization.

Table of Contents

  1. Installation
  2. Examples
  3. [The program](#The program)
    • psomcs.pl
    • fba.pl
  4. Author
  5. Copyright and License

Installation

Scripts to run the program are in the folder scripts. Running the program requires Christian Jungreuthmayer's Math::CPLEX perl module to be installed. It's also necessary to have the IBM ILOG CPLEX Optimization Studio installed on the system running this program. The scripts can be executed without compilation. Use the -h option for the help page.

Examples

A relatively small example using the E. coli core network (Trinh 2008) modified to grow anaerobically on glucose. The relevant files are in the folder examples. The output files will also be written to this folder.

The program

psomcs.pl

This script runs the PSO algorithm and solves the MILP using CPLEX. The number of threads \
to be used can be specified using the 'threads' parameter, default is the number of cores \
- 1.

fba.pl

A modified FBA calculator to get the mimimum and maximum fluxes for the objective reaction\
s while the uptake reactions are limited by the 'normalization_constraints' parameter.

Author

Govind Nair govind83nair@gmail.com

Copyright and License

MIT License

Copyright (c) 2016 Govind Nair and Christian Jungreuthmayer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A tool for calculating cMCS optimizing multiple reactions in a metabolic network using mixed integer linear programming (MILP) with particle swarm optimization.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages