SCANPY¶
Definition
AI-generated
SCANPY is a Python library for analysis of large single-cell gene expression datasets, covering preprocessing, normalization, visualization (e.g. on embeddings), clustering, and marker discovery in a workflow often paired with AnnData objects.
Topics
URL
Why it matters in GWAS¶
Many published scRNA-seq and sc-eQTL pipelines use SCANPY-compatible steps; understanding this stack helps reproduce atlases and pseudobulk inputs that feed GWAS integration.
Example usage¶
"We followed a standard SCANPY workflow through normalization, highly variable gene selection, and neighborhood graph clustering."
Related terms¶
References¶
- Wolf FA, Angerer P, Theis FJ. (2018). SCANPY: large-scale single-cell gene expression data analysis. Genome Biol.
- Cuomo ASE, Nathan A, Raychaudhuri S, et al. (2023). Single-cell genomics meets human genetics. Nat Rev Genet. https://doi.org/10.1038/s41576-023-00599-5
Last updated (UTC · Git history)