Skip to content

algorecell/pyActoNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyActoNet

Implementation of abduction-based control of fixed points of Boolean networks (Biane et al, 2019), using Answer-Set Programming

The control predictions can be processed using the algorecell_types library, which eases the display and comparison with other control methods.

Installation

Using conda

conda install -c colomoto pyactonet

Using pip

Extra requirements

  • clingo and its Python module
pip install actonet

Documentation

Documentation is available at https://pyactonet.readthedocs.io.

Examples can be found at:

Authors