Infers Boolean molecular signaling networks using scRNAseq data and prior knowledge networks, performs attractor analysis, and calculates the importance of each node in the network
In your terminal, navigate to the directory where you want to install this project and enter
git clone https://github.com/Luminarada80/scBONITA2.git
Navigate to the scBONITA2
directory
cd scBONITA2
There are three options for setting up the environment for scBONITA2:
- Docker: This is the easiest and most reliable method
- Conda: This requires you to install a version of conda and create an scBonita conda environment. For Mac users with the M1 series chip, use the Docker instructions or download packages individually.
- Manually install packages: This will take a bit longer, but will get around issues with creating the environment.
- Docker installation guide
- Conda installation guide
- BlueHive installation guide
- Manual installation guide
Once you have followed one of these guides to set up the environment, try running the tutorial data and read the "How scBONITA2 works" documentation. Each step has a more detailed guide explaining how it all works.