NVIDIA
Explore
Models
Blueprints
GPUs
Docs
⌘KCtrl+K
Terms of Use
Privacy Policy
Your Privacy Choices
Contact

Copyright © 2026 NVIDIA Corporation

nvidia

Single Cell Analysis

Investigate, understand, and interpret single-cell data in minutes, not days, by leveraging RAPIDS-singlecell, powered by NVIDIA CUDA-X Data Science (RAPIDS™).

BiologyGenomicsRAPIDSSingle Cell
View GitHub

Overview

For single-cell analysis, scientists can test near-real-time data analysis and visualization easily, achieving up to 938X faster accelerations versus CPU by using RAPIDS-singlecell, developed by scverse. This blueprint is for scientists who understand single-cell analysis and want to leverage RAPIDS for single-cell data.

Experience Workflow

It is strongly recommended that users review the README in this blueprint before working through the notebooks.

For this blueprint, two possible deployments are provided:

  1. The Standard Instance: 1x L40s
  2. The Advanced Instance: 2x RTX Pro 6000

Please use the table in the Notebook Overview below to determine which size is right for you.

The workflow is as follows:

  1. After initial code setup, this blueprint utilizes publicly available datasets including those from 10x Genomics and CZ CELLxGENE. Scientists can use their Python API to read the data directly into an AnnData object.
  2. General data preprocessing is performed to clean up and better understand the dataset. This includes calculating QC metrics, filtering, and data normalization.
  3. The data is investigated quantitatively and visually, including feature selection, clustering, dimensionality reduction, and data integration using canonical tools.
  4. The data is visualized and plotted to help users investigate the biological diversity within the sample.
  5. A number of additional advanced tutorials are available for users who are interested in perturbation analysis, spatial transcriptomics analysis, as well as scaling to 11M cells easily and quickly.

Notebooks Outline

The first three notebooks are an introduction to RAPIDS-singlecell and use the Standard Instance. Unless otherwise noted, users can choose any advanced notebook to get started, as long as the GPU resources are available to run the notebook.

For those who are new to doing basic analysis for single-cell data, the end-to-end analysis of 01_scRNA_analysis_preprocessing is the best place to start, where users are walked through the steps of data preprocessing, cleanup, visualization, and investigation.

01_scRNA_analysis_preprocessing.ipynb - Standard Instance
End to end workflow, where we understand the cells, run ETL on the data set then visiualize and explore the results. This tutorial is good for all users.

02_scRNA_analysis_extended.ipynb - Standard Instance
This notebook continues from the outputs of 01_scRNA_analysis_preprocessing.ipynb as an overview of methods that can be used to investigate transcriptional regulation.

03_scRNA_analysis_with_pearson_residuals.ipynb - Standard Instance
End to end workflow, like 01_scRNA_analysis_preprocessing.ipynb, but uses pearson residuals for normalization.

04_scRNA_analysis_dask_out_of_core.ipynb - Advanced Instance
In this notebook, we show the scalability of the analysis to up to 11M cells easily by using Dask and out of core processing.

05_spatial_demo.ipynb - Advanced Instance
GPU-accelerated spatial analysis using rapids-singlecell and Squidpy. Covers spatial autocorrelation (Moran's I and Geary's C) and co-occurrence analysis to reveal cell-type co-localization and tissue organization patterns.

06_scRNA_analysis_1.0M_brain_example.ipynb - Advanced Instance
In this notebook, we scale up the analysis of the 01_scRNA_analysis_preprocessing.ipynb example to 1 million brain cells.

07_perturbation_analysis_invivo_brain_example.ipynb - Advanced Instance
GPU-accelerated perturbation analysis on a whole-brain single-nucleus CRISPR atlas (~4.2M cells, ~2,000 target genes). Computes pairwise E-distances between perturbation groups and non-targeting controls across neuronal cell types to build a global perturbation-response map.

Architecture Diagram

Software

The following containers are used in this blueprint:

  • RAPIDS v26.02

Additional software—including use of RAPIDS-singlecell, developed by scverse—is available on GitHub accompanying these notebooks.

Minimum System Requirements

On Brev, users may have to wait 5–10 minutes for the instance to start, depending on cloud availability.

Hardware Requirements

InstanceGPU MemoryRecommended GPURAPIDS VersionCUDA Version
Standard Instance>24 GB1x NVIDIA L40s26.02CUDA 12
Large Instance>95 GB2x NVIDIA RTX Pro 600026.02CUDA 13
  • We recommend using NVIDIA GPU L40s for the best user experience and performance-to-cost ratio for this blueprint, unless otherwise stated in the tutorial. The Advanced or MultiGPU notebooks require one or more 80GB GPUs. We suggest using an 2x RTX Pro 6000 instance.

  • Other supported instances, if available in your region:

    • H100
    • A100
    • A10
    • L4
    • GH200
  • 24 GB VRAM or more recommended

  • Environment packages can be found on GitHub

License

GOVERNING TERMS: The Single Cell Analysis Blueprint scripts, including notebooks and the RAPIDS AI container are governed by the Apache 2.0 license, and enables use of separate open source and proprietary software governed by their respective licenses:

  • The RAPIDS-single cell software is governed by the MIT License.
  • The datasets are governed by CC-BY 4.0.
  • The other supporting open source software components here are governed by their accompanying licenses.

Ethical Considerations

NVIDIA believes Trustworthy AI is a shared responsibility, and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their supporting model team to ensure the models meet requirements for the relevant industry and use case and addresses unforeseen product misuse. For more detailed information on ethical considerations for the models, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy subcards. Please report security vulnerabilities or NVIDIA AI concerns here.