SCENIC+
is a python package to build gene regulatory networks (GRNs) using combined or separate single-cell gene expression (scRNA-seq) and single-cell chromatin accessibility (scATAC-seq) data.
[!NOTE]
Updates:August 30th 2024: Perturbation simulation got updated, please find tutorial here
[!TIP] We did a live webinar on using the SCENIC+ workflow. You can rewatch it on YouTube
Extensive documentation and tutorials are available at read the docs.
To install SCENIC+ (in a Linux environment):
We highly recommend to install SCENIC+ in a new conda environment.
$ conda create --name scenicplus python=3.11 -y
$ conda activate scenicplus
$ git clone https://github.com/aertslab/scenicplus
$ cd scenicplus
$ pip install .