=======================================================
BooleaBayes
.. image:: https://badge.fury.io/py/booleabayes.svg
:target: https://pypi.org/project/booleabayes/
:alt: Latest PYPi Version
BooleaBayes is a suite of network inference tools to derive and simulate gene regulatory networks from transcriptomics data. To see how BooleaBayes could be applied to your own data, see our publication in PLOS Computational Biology, Wooten, Groves et al. (2019) <https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007343>
_.
Installation
To install ``BooleaBayes``, please use::
pip install booleabayes
Dependencies
---------------------
The ``graph-tool`` python package will need to be installed. This can be installed with `Conda`, `homebrew`, etc as seen `here <https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions>`_. All other dependencies will be installed with this package.
BooleaBayes Usage:
net
= make or modify network structureload
= loading dataproc
= processingrw
= random walkplot
= plottingtl
= toolsutils
= utilities