Data & ReproSingle-Cell & Spatial OmicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-imaging-mass-cytometry-cell-segmentation

Maintainer FreedomIntelligence · Last updated April 1, 2026

Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for nuclear and whole-cell segmentation. Use when extracting single-cell data from IMC or MIBI images after preprocessing.

OpenClawNanoClawAnalysisReproductionbio-imaging-mass-cytometry-cell-segmentation🧬 bioinformatics (gptomics bio-* suite)bioinformatics — immunoinformatics & flow cytometrycell

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-imaging-mass-cytometry-cell-segmentation

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Python: cellpose.models.Cellpose() for deep learning segmentation.
  • CLI: steinbock segment for pipeline-based segmentation.
  • Segment cells from my IMC images" → Identify individual cell boundaries in multiplexed imaging data using deep learning (Cellpose) or watershed-based approaches for single-cell extraction. Python: cellpose.models.Cellpose() for deep learning segmentation CLI: steinbock segment for pipeline-based segmentation.
  • img = tifffile.imread('processed.tiff').

Source Doc

Excerpt From SKILL.md

Cellpose Segmentation

from cellpose import models, io
import numpy as np
import tifffile

## Extract nuclear channel (e.g., DNA1)

nuclear_channel = img[0]  # Adjust index based on panel

## Initialize Cellpose model

model = models.Cellpose(model_type='nuclei', gpu=True)

Use cases

  • Use when extracting single-cell data from IMC or MIBI images after preprocessing.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • data-preprocessing - Prepare images before segmentation
  • phenotyping - Classify segmented cells
  • spatial-analysis - Analyze cell spatial relationships

Related skills

Related skills

Back to directory
AN
Data & ReproSingle-Cell & Spatial Omics

AnnData

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

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
AR
Data & ReproSingle-Cell & Spatial Omics

Arboreto

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

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproSingle-Cell & Spatial Omics

bio-read-qc-umi-processing

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

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproSingle-Cell & Spatial Omics

bio-single-cell-batch-integration

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

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView