fastsl

FastSL-py is an efficient algorithm to identify synthetic lethal gene/reaction sets in genome-scale metabolic models.


Keywords
synthetic-lethals, flux-balance-analysis, linear-programming, computational-systems-biology, computational-biology, synthetic-lethality-analysis
License
GPL-3.0
Install
pip install fastsl==0.1.2

Documentation

FastSL-py

Travis CI Status AppVeyor CI Status Documentation Status

This is the Python implementation of FastSL, an efficient algorithm to identify synthetic lethal gene/reaction sets in genome-scale metabolic models.

This package is based on cobrapy and provides a simple command-line tool.

For documentation, please visit: http://fastsl-py.readthedocs.io

Basic requirement(s):

- Python 3.6 for Gurobi 8
- Python 3.5 for IBM CPLEX and Gurobi 7

Installation:

Use pip to install from PyPI (recommended inside a virtual environment):

pip install fastsl

Contribute:

Support:

If you are having issues, please let us know. Contact us at: <fast-sl@ramanlab.groups.io>

License:

The project is licensed under GPL v3 license.

Note:

CPLEX and Gurobi are not included. Both are available for free (for academic purposes). All solvers are supported whose interfaces are provided by optlang.