Installation#

Using pip#

pip install scparadise -U

Create environment for using scparadise#

conda create -n scparadise python=3.10
conda activate scparadise
pip install scparadise -U

If you want to use scParadise from R, you need to configure a Python environment in RStudio: Tools - Global Options - Python

GPU support#

scParadise automatically uses an NVIDIA GPU if available. If you do not have a GPU, scParadise will fall back to the CPU. We recommend using GPUs to train custom models, as training on CPUs can take a long time.