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

bio-single-cell-multimodal-integration

Maintainer FreedomIntelligence · Last updated April 1, 2026

Analyze multi-modal single-cell data (CITE-seq, Multiome, spatial). Use when working with data that measures multiple modalities per cell like RNA + protein or RNA + ATAC. Use when analyzing CITE-seq, Multiome, or other multi-modal single-cell data.

OpenClawNanoClawAnalysisReproductionbio-single-cell-multimodal-integration🧬 bioinformatics (gptomics bio-* suite)bioinformatics — single-cell & spatial omicsanalyze

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-single-cell-multimodal-integration

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • R: Seurat::FindMultiModalNeighbors() for WNN integration.
  • Python: muon for MuData handling, scanpy + anndata for multimodal objects.
  • Integrate RNA and protein data from my CITE-seq experiment" → Jointly analyze multiple modalities (RNA + protein, RNA + ATAC) measured in the same cells using weighted nearest neighbor or factor analysis. R: Seurat::FindMultiModalNeighbors() for WNN integration Python: muon for MuData handling, scanpy + anndata for multimodal objects.
  • Analyze multi-modal single-cell data where multiple measurements are made per cell.
  • data <- Read10X('filtered_feature_bc_matrix/').

Source Doc

Excerpt From SKILL.md

Common Modalities

TechnologyModalitiesPackage
CITE-seqRNA + surface proteins (ADT)Seurat
10X MultiomeRNA + ATACSeurat, Signac, ArchR
SHARE-seqRNA + ATACSeurat, Signac
Spatial (Visium)RNA + spatial coordinatesSeurat, Squidpy

Separate RNA and ADT

rna_counts <- data$Gene Expression adt_counts <- data$Antibody Capture

Create Seurat object with both assays

obj <- CreateSeuratObject(counts = rna_counts, assay = 'RNA') obj[['ADT']] <- CreateAssayObject(counts = adt_counts)

Use cases

  • Use when working with data that measures multiple modalities per cell like RNA + protein or RNA + ATAC.
  • Use when analyzing CITE-seq, Multiome, or other multi-modal single-cell data.

Not for

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

Upstream Related Skills

  • single-cell/data-io - Loading single-cell data
  • single-cell/clustering - Clustering methods
  • single-cell/markers-annotation - Cell type annotation
  • chip-seq/peak-calling - For ATAC peak calling

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-imaging-mass-cytometry-cell-segmentation

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

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-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