scanpy-complete
CommunityComplete Scanpy help: API, tutorials.
AuthorKetomihine
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a comprehensive, ready-to-use reference and workflow guide for Scanpy, enabling users to perform end-to-end single-cell analysis from preprocessing to visualization with minimal setup.
Core Features & Use Cases
- End-to-end Scanpy coverage: Preprocessing, normalization, dimensionality reduction, clustering, trajectory inference, and differential expression analysis across AnnData workflows.
- Workflow guidance: Step-by-step pipelines for common tasks including pbmc-like analyses and spatial transcriptomics or multi-omics integration.
- Publication-ready examples: Rich tutorials and code snippets to recreate analyses and produce high-quality figures.
Quick Start
Install Scanpy and load a sample dataset, then run a minimal pipeline:
- pip install scanpy
- adata = sc.datasets.pbmc3k()
- sc.pp.filter_cells(adata, min_genes=200)
- sc.pp.filter_genes(adata, min_cells=3)
- sc.pp.normalize_total(adata, target_sum=1e4)
- sc.pp.log1p(adata)
- sc.tl.pca(adata)
- sc.pp.neighbors(adata)
- sc.tl.umap(adata)
- sc.tl.leiden(adata)
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: scanpy-complete Download link: https://github.com/Ketomihine/my_skills/archive/main.zip#scanpy-complete Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.