Skip to main content

Methods to generate and analyze random Boolean functions and Boolean networks, with a focus on canalization.

Project description

BoolForge

BoolForge is a Python toolbox for generating, sampling, and analyzing Boolean functions and Boolean networks, with a particular emphasis on canalization and the uniform random generation of functions with prescribed structure.

While many existing tools focus on simulation and dynamical analysis, BoolForge emphasizes controlled generation and analysis of Boolean functions and networks, enabling systematic studies of canalization, robustness, and ensemble properties.

The package provides tools for:

  • random sampling of Boolean functions with prescribed canalizing structure,
  • generation of Boolean networks with controlled update rules and wiring diagrams,
  • analysis of canalization, activity, sensitivity, and related structural measures,
  • interoperability with other Boolean network software and model formats.

BoolForge is designed for researchers working with regulatory networks, discrete dynamical systems, and random Boolean network ensembles in systems biology and network science.


Installation

Stable release (recommended)

Install the latest stable version from PyPI:

pip install boolforge

BoolForge requires Python 3.10 or later.


Development version

To install the latest development version directly from GitHub:

pip install git+https://github.com/ckadelka/BoolForge

Optional dependencies (extended functionality)

BoolForge is fully usable with its core dependencies, but some features rely on optional packages that can be installed via extras.

Performance acceleration

Some internal routines are automatically accelerated if numba is available.

To enable numba acceleration:

pip install boolforge[speed]

When numba is not installed, BoolForge transparently falls back to pure-Python implementations.


Plotting and visualization

Plotting of wiring diagrams and network structure requires matplotlib.

To enable plotting:

pip install boolforge[plot]

CANA integration

Some methods interface with the CANA package for advanced canalization measures.

To enable CANA-based functionality:

pip install boolforge[cana]

Symbolic logic and expression minimization

Symbolic representations and logical expression minimization rely on PyEDA.

To enable symbolic functionality:

pip install boolforge[symbolic]

Biological model retrieval

The retrival and loading of hundreds of published biological Boolean network models relies on the requests package for web access.

To enable biological model retrieval:

pip install boolforge[bio]

All optional features

To install BoolForge with all optional dependencies:

pip install boolforge[all]

Compatibility and interoperability

BoolForge supports import and export of Boolean network representations used by other software packages.

In particular, BoolForge supports the BNet format commonly used by pyboolnet, without requiring pyboolnet itself to be installed.

BoolForge also supports conversion to and from the format used by CANA.


Documentation

Full documentation, including tutorials and API reference, is available at:

https://ckadelka.github.io/BoolForge/


Citation

If you use BoolForge in your research, please cite the accompanying application note:

Kadelka, C., & Coberly, B. (2025).
BoolForge: A Python toolbox for Boolean functions and Boolean networks.
arXiv:2509.02496.
https://arxiv.org/abs/2509.02496

A machine-readable citation file (CITATION.cff) is included in the repository and can be used directly by GitHub, Zenodo, and reference managers.


License

BoolForge is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boolforge-1.0.0.tar.gz (96.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

boolforge-1.0.0-py3-none-any.whl (99.3 kB view details)

Uploaded Python 3

File details

Details for the file boolforge-1.0.0.tar.gz.

File metadata

  • Download URL: boolforge-1.0.0.tar.gz
  • Upload date:
  • Size: 96.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for boolforge-1.0.0.tar.gz
Algorithm Hash digest
SHA256 76aa6243f10d2870ca1ea2eb85feb0bcc0cbe8d253592cd93d0f053ac24a2a46
MD5 a25d33a5c0f8ef9a27606081b828c269
BLAKE2b-256 90135341f55dba0214276f0b830fa9bfe5cdb6486010a3ac98a5a3ec01f01410

See more details on using hashes here.

File details

Details for the file boolforge-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: boolforge-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 99.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for boolforge-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10a257272ad0b9bac27010b1c47d75dc271804e4ae45d54c82644544deb1057e
MD5 9ba7f6acc828b66da5448dec0c6f96f2
BLAKE2b-256 3ea7e624edcc41c3b0f5c876325ae6645f532512d5421224efe9c7d98d76b612

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page