Skip to content

farinasm/boolevard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BooLEVARD

Logo

PyPI version License: GPL v3 Documentation

BooLEVARD is a Python package designed to compute the number of paths leading to node activations or inactivations in Boolean models.

Features

  • Import Boolean models in .bnet format.
  • Compute the number of paths leading to the local states of a list of nodes.
  • Perform model perturbations.
  • Export back models to .bnet format.

Instalation from PyPI:

To install BooLEVARD from PyPi, install the main package using pip:

pip install boolevard

The dependencies can be installed by running the following code:

pip install -r https://raw.githubusercontent.com/farinasm/boolevard/main/requirements.txt

Installation from source

To 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.txt

Installation with conda

To install BooLEVARD using conda, install the main package using conda:

conda install farinasm::boolevard

Documentation and Tutorials

For full BooLEVARD documentaiton visit our GitHub Documentation page.

BooLEVARD tutorials can be found here.

Citing BooLEVARD and Contributors

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors