Installation#

Using pip#

pip install scparadise -U

Create environment for using scparadise in R#

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

Set Python environment in R Studio: Tools - Global Options - Python

GPU support#

scParadise supports GPU (NVIDIA) usage automatically. If you don’t have GPU scParadise will automatically use CPU. We recommend using GPUs to train custom models as training on CPUs can take a long time.