Implementation of scANANSE for Scanpy objects in Python
The most straightforward way to install AnanseScanpy is via conda using pypi.
If you have not used Bioconda before, first set up the necessary channels (in this order!). You only have to do this once.
$ conda config --add channels defaults
$ conda config --add channels bioconda
$ conda config --add channels conda-forge
Then install AnanseScanpy with:
$ conda install anansescanpy
$ pip install anansescanpy
git clone https://github.com/Arts-of-coding/AnanseScanpy.git
cd AnanseScanpy
conda env create -f requirements.yaml
conda activate AnanseScanpy
pip install -e .
$ python3
$ jupyter notebook
TODO