AnnData
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs)…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Checklist-style reference for OmicVerse downstream tutorials covering AUCell scoring, metacell DEG, and related exports.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/single-downstream-analysis
Skill Snapshot
Source Doc
t_scdeg.ipynb)ov.pp.qc, ov.pp.preprocess, ov.pp.scale, ov.pp.pca).adata.raw before HVG filtering.ov.bulk.pyDEG(test_adata.to_df(...).T) for full-cell and metacell views.ov.single.MetaCell(..., use_gpu=True) when GPU is available for acceleration.dds.plot_volcano) and targeted boxplots (dds.plot_boxplot) for top DEGs.ov.utils.embedding to confirm localization.pyDEG.legend_* settings for publication-ready visuals.t_deg_single.ipynb)adata with condition, cell_label, and optional batch metadata.ov.settings.cpu_gpu_mixed_init()).ov.single.DEG(..., method='wilcoxon'|'t-test'|'memento-de') with deg_obj.run(...) to target cell types.ov.single.DCT(..., method='sccoda'|'milo') for differential composition testing.ov.pp.preprocess, ov.single.batch_correction, ov.pp.neighbors, ov.pp.umap.deg_obj (Wilcoxon / memento) and adjust capture rate / bootstraps for stability.sim_results.set_fdr(); interpret boxplots with condition-level shifts.num_cpus, num_boot, high k); ensure adequate compute time.ov.pl.embedding), Milo beeswarm plots, and custom color palettes.Related skills
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs)…
Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for nuclear and whole-cel…
Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep includes UMIs and ac…
Integrate multiple scRNA-seq samples/batches using Harmony, scVI, Seurat anchors, and fastMNN. Remove technical variation while preserving b…