数据与复现单细胞与空间组学FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
SI

single-trajectory-analysis

维护者 FreedomIntelligence · 最近更新 2026年4月1日

This skill describes how to reproduce and extend the single-trajectory analysis workflow in `omicverse`, combining graph-based trajectory inference, RNA velocity coupling, and downstream fate scoring notebooks.

OpenClawNanoClaw分析处理复现实验single-trajectory🔬 omics & computational biologysingle-cell & spatial omicsguide

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/single-trajectory

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • This skill describes how to reproduce 、 extend single-trajectory analysis workflow in omicverse,combining graph-based trajectory inference,RNA velocity coupling,、 downstream fate scoring notebooks。
  • PAGA (Partition-based graph abstraction)。
  • 构建 neighborhood graph (pp.neighbors) on preprocessed AnnData object。
  • Use tl.paga to compute cluster connectivity 、 tl.draw_graph 或 tl.umap ,支持 init_pos='paga' ,用于 embedding。
  • Interpret edge weights to prioritize branch resolution 、 seed paths。

原始文档

SKILL.md 摘录

Velocity coupling (VIA + scVelo)

  • Use scv.pp.filter_and_normalize, scv.pp.moments, and scv.tl.velocity to generate velocity layers.
  • Provide VIA with adata.layers['velocity'] to refine lineage directionality (via.VIA(..., velocity_weight=...)).
  • Compare VIA pseudotime with scVelo latent time (scv.tl.latent_time) to validate directionality and root selection.

Downstream fate scoring notebooks

  • t_cellfate*.ipynb: Map lineage probabilities onto T-cell subsets, quantify fate bias, and visualize heatmaps.
  • t_metacells.ipynb: Aggregate metacell trajectories for robustness checks and meta-state differential expression.
  • t_cytotrace.ipynb: Integrate CytoTRACE differentiation potential with velocity-informed lineages for maturation scoring.

Required preprocessing

  1. Quality control: remove low-quality cells/genes, apply doublet filtering.
  2. Normalization & log transformation (sc.pp.normalize_total, sc.pp.log1p).
  3. Highly variable gene selection tailored to immune datasets (sc.pp.highly_variable_genes).
  4. Batch correction if necessary (e.g., scvi-tools, bbknn).
  5. Compute PCA, neighbor graph, and embedding (UMAP/FA) used by all trajectory methods.
  6. For velocity: compute moments on the same neighbor graph before running VIA coupling.

适用场景

  • Use single-trajectory-analysis ,用于 single-cell 或 spatial omics analysis。
  • Apply single-trajectory-analysis to 聚类,integration,或 trajectory workflows。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AN
数据与复现单细胞与空间组学

AnnData

AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现单细胞与空间组学

bio-imaging-mass-cytometry-cell-segmentation

Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for n…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现单细胞与空间组学

bio-read-qc-umi-processing

Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现单细胞与空间组学

bio-single-cell-batch-integration

Integrate multiple scRNA-seq samples/batches using Harmony, scVI, Seurat anchors, and fastMNN. Remove technical variatio…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看