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.
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 .
- If you have technical questions or problems, such as bug reports or ideas for new features, please open an issue under the issues tab.
- If you have questions about the interpretation of results or your analysis, please start a Discussion under the Discussions tab.