foundation-model-analysis

Generate cell embeddings and annotate single-cell data using 22 foundation models via omicverse's unified API.

32|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Starlitnightly/omicclaw --skill foundation-model-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foundation-model-analysis
Source: https://github.com/Starlitnightly/omicclaw/tree/main/src/omicverse_skills/skills/fm-foundation-models
Command: npx skills add https://github.com/Starlitnightly/omicclaw --skill foundation-model-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of using advanced foundation models for single-cell data analysis, enabling users to generate cell embeddings, annotate cell types, and integrate datasets without deep ML expertise.

Core Features & Use Cases

  • Unified API: A consistent 6-step workflow for 22 different foundation models.
  • Model Selection: Intelligent guidance on choosing the best model based on task, species, and hardware.
  • Data Profiling & Validation: Automatically checks data compatibility and suggests preprocessing steps.
  • Use Case: Analyze your single-cell RNA-seq data by generating cell embeddings using scGPT, then visualize these embeddings on a UMAP plot to identify distinct cell populations.

Quick Start

Generate scGPT embeddings for my PBMC dataset and visualize on UMAP.

Frequently Asked Questions about foundation-model-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate cell embeddings for single-cell RNA-seq data using foundation models?

To generate cell embeddings for single-cell RNA-seq data, this Skill applies foundation models like scGPT through a unified 6-step workflow. It automates data profiling and preprocessing validation to produce embeddings ready for downstream visualization.

What is the best way to choose between scGPT, Geneformer, and UCE for single-cell annotation?

Choosing between scGPT, Geneformer, and UCE for single-cell annotation is handled by intelligent model selection based on your specific task, species, and hardware constraints. The Skill evaluates these factors to recommend the most suitable foundation model architecture.

Can I use this Skill for batch integration of multiple single-cell datasets?

Yes, you can use this Skill for batch integration of multiple single-cell datasets. It supports dataset integration alongside cell embedding generation and annotation through its unified API managing 22 different foundation model architectures.

Do I need the omicverse library to run foundation model analysis?

Yes, you need the omicverse library installed to run foundation model analysis. The Skill specifically requires the omicverse library to access the ov.fm module, which provides the underlying API for executing the 22 supported foundation models.

How does single-cell data profiling validate preprocessing steps before applying foundation models?

Single-cell data profiling validates preprocessing steps by automatically checking your data compatibility against the requirements of the selected foundation model. It suggests necessary preprocessing actions to ensure your dataset is correctly formatted before analysis.