Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Simo Multiomics Integration Agent

ASecurity

--> --- name: 'simo-multiomics-integration-agent' description: 'AI-powered spatial integration of multi-omics datasets using probabilistic alignment for comprehensive tissue atlas construction and cellular state mapping.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **SIMO Multiomics Integration Agent** performs spatial integration of multi-omics datasets through probabilistic alignment. Unl...

2,984 stars
0 votes
0 copies
0 views
Added 5/31/2026
developmentpythongoshellbash

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill simo-multiomics-integration-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Simo Multiomics Integration Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Simo Multiomics Integration Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-simo-multiomics-integration-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-simo-multiomics-integration-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: 'simo-multiomics-integration-agent'
description: 'AI-powered spatial integration of multi-omics datasets using probabilistic alignment for comprehensive tissue atlas construction and cellular state mapping.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# SIMO Multiomics Integration Agent

The **SIMO Multiomics Integration Agent** performs spatial integration of multi-omics datasets through probabilistic alignment. Unlike previous tools limited to transcriptomics, SIMO integrates spatial transcriptomics with single-cell RNA-seq and expands to chromatin accessibility, DNA methylation, and proteomics data.

## When to Use This Skill

* When integrating spatial transcriptomics with single-cell multi-omics data.
* For constructing comprehensive tissue atlases with spatial context.
* To map epigenomic states (ATAC-seq, methylation) onto spatial coordinates.
* When analyzing multi-modal cellular phenotypes in tissue architecture.
* For spatial deconvolution combining multiple modalities.

## Core Capabilities

1. **Spatial-scRNA Integration**: Probabilistically align single-cell RNA-seq to spatial coordinates.

2. **Chromatin Accessibility Mapping**: Project scATAC-seq profiles onto spatial tissue locations.

3. **DNA Methylation Spatial Mapping**: Integrate single-cell methylation data with spatial context.

4. **Multi-Modal Fusion**: Combine transcriptomic, epigenomic, and proteomic layers.

5. **Probabilistic Cell-Type Assignment**: Assign cell types to spatial spots with uncertainty quantification.

6. **Spatial Niche Identification**: Discover cellular niches defined by multi-omic signatures.

## Supported Modalities

| Modality | Input Format | Spatial Reference |
|----------|--------------|-------------------|
| scRNA-seq | AnnData, Seurat | Visium, MERFISH, Xenium |
| scATAC-seq | SnapATAC2, ArchR | Visium, Slide-seq |
| scMethyl | Bismark, allcools | Any spatial modality |
| CITE-seq (protein) | AnnData | Spatial proteomics |
| Multi-ome (RNA+ATAC) | Muon, SnapATAC2 | All platforms |

## Integration Algorithm

| Step | Method | Purpose |
|------|--------|---------|
| Feature Selection | HVG + marker genes | Reduce dimensionality |
| Embedding | Variational autoencoder | Shared latent space |
| Alignment | Optimal transport | Probabilistic matching |
| Spatial Mapping | Gaussian processes | Smooth spatial predictions |
| Uncertainty | Posterior sampling | Confidence intervals |

## Workflow

1. **Input**: Spatial transcriptomics (Visium/MERFISH/Xenium), reference single-cell multi-omics.

2. **Preprocessing**: Normalize, select features, QC both datasets.

3. **Embedding**: Learn joint latent representation across modalities.

4. **Probabilistic Alignment**: Compute cell-to-spot assignment probabilities.

5. **Spatial Imputation**: Transfer modalities to spatial coordinates.

6. **Niche Analysis**: Identify spatial domains by multi-omic signatures.

7. **Output**: Integrated spatial multi-omics object, niche assignments, visualizations.

## Example Usage

**User**: "Integrate our scRNA-seq and scATAC-seq data with the spatial transcriptomics to understand chromatin states in different tissue regions."

**Agent Action**:
```bash
python3 Skills/Genomics/SIMO_Multiomics_Integration_Agent/simo_integration.py \
    --spatial_data visium_data.h5ad \
    --scrna_ref scrna_atlas.h5ad \
    --scatac_ref scatac_atlas.h5ad \
    --modalities rna,atac \
    --n_spots_per_cell 5 \
    --uncertainty_quantification true \
    --output integrated_spatial_multiome.h5ad
```

## Output Components

| Output | Description | Format |
|--------|-------------|--------|
| Integrated Object | Multi-modal spatial data | AnnData/Muon |
| Cell Type Map | Spatial cell type assignments | GeoTIFF, CSV |
| Chromatin Accessibility Map | Spatial ATAC patterns | BigWig, CSV |
| Niche Assignments | Spatial domain labels | CSV, Zarr |
| Uncertainty Maps | Per-spot confidence | GeoTIFF |
| Gene Activity Scores | ATAC-derived gene activity | AnnData layer |

## Spatial Platforms Supported

| Platform | Resolution | Spots/Cells | Genes |
|----------|------------|-------------|-------|
| 10x Visium | 55 μm | ~5,000 | Whole transcriptome |
| 10x Visium HD | 8 μm | ~300,000 | Whole transcriptome |
| 10x Xenium | Subcellular | >100,000 | 300-5,000 panel |
| MERFISH | Subcellular | >1M | 100-10,000 panel |
| Slide-seq | 10 μm | ~60,000 | Whole transcriptome |
| CosMx | Subcellular | >1M | 1,000-6,000 panel |

## AI/ML Components

**Variational Integration**:
- Multi-modal VAE for joint embeddings
- Contrastive learning for modality alignment
- Batch correction across datasets

**Probabilistic Mapping**:
- Optimal transport with entropic regularization
- Gaussian process spatial smoothing
- Bayesian uncertainty estimation

**Niche Discovery**:
- Multi-view clustering
- Spatial autocorrelation (Moran's I)
- Graph neural networks for niche boundaries

## Prerequisites

* Python 3.10+
* Scanpy, Squidpy, Muon
* scvi-tools, SnapATAC2
* POT (Python Optimal Transport)
* PyTorch, GPyTorch

## Related Skills

* scGPT_Agent - For foundation model embeddings
* Spatial_Epigenomics_Agent - For spatial epigenomics analysis
* Cell_Cell_Communication - For ligand-receptor analysis
* Nicheformer_Spatial_Agent - For spatial niche modeling

## Special Considerations

1. **Batch Effects**: Pre-align datasets from different protocols
2. **Spot Deconvolution**: Lower resolution platforms need deconvolution
3. **Sparsity**: scATAC data requires aggregation strategies
4. **Compute**: Multi-modal integration is memory-intensive
5. **Validation**: Verify spatial patterns with known marker distributions

## Applications

| Application | Use Case |
|-------------|----------|
| Tumor Microenvironment | Map chromatin states of immune infiltrates |
| Development | Track lineage chromatin dynamics spatially |
| Neurodegeneration | Spatial mapping of epigenetic changes |
| Fibrosis | Understand spatial activation programs |

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →