AnnData
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Checklist-style reference for OmicVerse downstream tutorials covering AUCell scoring, metacell DEG, and related exports.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/single-downstream-analysis
技能摘要
原始文档
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.相关技能
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…
Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for n…
Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep…
Integrate multiple scRNA-seq samples/batches using Harmony, scVI, Seurat anchors, and fastMNN. Remove technical variatio…