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

bio-spatial-transcriptomics-spatial-multiomics

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

Analyze high-resolution spatial platforms like Slide-seq, Stereo-seq, and Visium HD. Use when working with subcellular resolution or high-density spatial data.

OpenClawNanoClaw分析处理复现实验bio-spatial-transcriptomics-spatial-multiomics🧬 bioinformatics (gptomics bio-* suite)bioinformatics — single-cell & spatial omicsanalyze

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-spatial-transcriptomics-spatial-multiomics

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Python:spatialdata + squidpy ,用于 unified multi-平台 analysis。
  • 分析 my high-resolution spatial data" → Process subcellular-resolution spatial 平台s (Xenium,MERFISH,Slide-seq,Stereo-seq) ,涵盖 cell 分割,binning strategies,、 multi-modal integration. Python:spatialdata + squidpy ,用于 unified multi-平台 analysis。
  • adata = sc.read_h5ad('spatial_multiomics.h5ad')。

原始文档

SKILL.md 摘录

Platform Comparison

PlatformResolutionSpots/BeadsCoverage
Visium55 µm~5,000Tissue-wide
Visium HD2 µm~11MSubcellular
Slide-seq10 µm~100,000High-density
Stereo-seq0.5 µm>200MSubcellular
MERFISHSingle-moleculeN/ATargeted genes

Squidpy for High-Resolution Data

Goal: Run standard spatial analyses (autocorrelation, neighborhood enrichment, ligand-receptor) on high-resolution spatial data.

Approach: Adjust neighbor graph density for high-resolution platforms, then apply standard Squidpy workflows.

import squidpy as sq
import scanpy as sc

## Spatial neighbors (for high-resolution, adjust n_neighs based on density)

sq.gr.spatial_neighbors(adata, coord_type='generic', n_neighs=10, spatial_key='spatial')

适用场景

  • 适合在working ,支持 subcellular resolution 或 high-density spatial data时使用。

不适用场景

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

上游相关技能

  • spatial-transcriptomics/spatial-preprocessing - Standard spatial analysis
  • single-cell/preprocessing - scRNA-seq concepts
  • spatial-transcriptomics/image-analysis - Morphology processing
  • single-cell/cell-annotation - Cell type assignment

相关技能

相关技能

返回目录
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查看
AR
数据与复现单细胞与空间组学

Arboreto

Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using parall…

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查看