BooLEVARD is a Python package designed to compute the number of paths leading to node activations or inactivations in Boolean models.
- Import Boolean models in
.bnetformat. - Compute the number of paths leading to the local states of a list of nodes.
- Perform model perturbations.
- Export back models to
.bnetformat.
To install BooLEVARD from PyPi, install the main package using pip:
pip install boolevardThe dependencies can be installed by running the following code:
pip install -r https://raw.githubusercontent.com/farinasm/boolevard/main/requirements.txtTo install the latest development version, BooLEVARD can also be installed from the source:
git clone https://github.com/farinasm/boolevard.git
cd boolevard
pip install .
pip install -r requirements.txtTo install BooLEVARD using conda, install the main package using conda:
conda install farinasm::boolevardFor full BooLEVARD documentaiton visit our GitHub Documentation page.
BooLEVARD tutorials can be found here.
Fariñas, M et al. (2025): BooLEVARD: Boolean Logical Evaluation of Activation and Repression in Directed pathways. DOI: 10.1101/2025.03.24.644921
Contributors: Marco Fariñas, Eirini Tsirvouli, John Zobolas, Tero Aittokallio, Åsmund Flobak, Kaisa Lehti.
Contact: Marco Fariñas - farinasm.git@gmail.com