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

bio-spatial-transcriptomics-spatial-proteomics

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

Analyzes spatial proteomics data from CODEX, IMC, and MIBI platforms including cell segmentation and protein colocalization. Use when working with multiplexed imaging data, analyzing protein spatial patterns, or integrating spatial proteomics with transcriptomics.

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

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

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

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Python:scimap.tl.phenotype_cells(),squidpy.gr.nhood_enrichment()。
  • 分析 my CODEX/IMC spatial proteomics data" → Process multiplexed imaging data ,涵盖 cell 分割,protein phenotyping,spatial neighborhood analysis,、 protein colocalization scoring. Python:scimap.tl.phenotype_cells(),squidpy.gr.nhood_enrichment()。
  • adata = ad.read_h5ad('spatial_proteomics.h5ad')。

原始文档

SKILL.md 摘录

Data Loading

Goal: Process multiplexed spatial proteomics data (CODEX/IMC/MIBI) through cell phenotyping, spatial neighborhood analysis, and protein colocalization scoring.

Approach: Load the cell-by-marker intensity matrix with spatial coordinates into AnnData, normalize and rescale marker intensities, phenotype cells by marker expression gating, then analyze spatial neighborhoods and cell-cell interactions using scimap and squidpy.

import scimap as sm
import anndata as ad

## Combat batch correction if multiple FOVs

sm.pp.combat(adata, batch_key='fov')

Manual gating approach

phenotype_markers = { 'T_cell': ['CD3', 'CD45'], 'B_cell': ['CD20', 'CD45'], 'Macrophage': ['CD68', 'CD163'], 'Tumor': ['panCK', 'Ki67'] }

sm.tl.phenotype_cells(adata, phenotype=phenotype_markers, gate=0.5, label='phenotype')

适用场景

  • 适合在working ,支持 multiplexed imaging data,analyzing protein spatial patterns,或 integrating spatial proteomics ,支持 transcriptomics时使用。

不适用场景

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

上游相关技能

  • spatial-transcriptomics/spatial-neighbors - Spatial graph construction
  • spatial-transcriptomics/spatial-domains - Domain identification
  • imaging-mass-cytometry/phenotyping - IMC-specific analysis

相关技能

相关技能

返回目录
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查看