What problem does it solve? R spacexr deconvolution is too slow for large spatial transcriptomics datasets, and FGCZ GPU nodes lack the R module environment, making cell type annotation of Visium, Xenium, and VisiumHD data a bottleneck. ## Core Features & Use Cases - GPU-Accelerated Deconvolution: Runs RCTD via PyTorch on CUDA devices, 4-41x faster than R spacexr, with doublet, multi, and full modes for different spatial platforms. - Reference Preparation: Converts Seurat, spacexr, scanpy, or CELLxGENE references into h5ad format with raw counts for Python workflows. - FGCZ SLURM Integration: Provides SBATCH templates for L40S and Blackwell GPU nodes, including workarounds for missing Dev/* modules. - Use Case: A researcher with a 400k-cell Xenium dataset submits a GPU SLURM job using rctd run --mode doublet --umi-min 20, then integrates the resulting cell type weights back into a Seurat object for spatial visualization. ## Quick Start Ask the agent to run rctd-py deconvolution on your spatial.h5ad and reference.h5ad files in doublet mode on the GPU and integrate the results back into your Seurat object.