Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 2.2 KB

File metadata and controls

94 lines (63 loc) · 2.2 KB

Quick Start

This page is for your first successful analysis after installation.


Your First Analysis

Open your MCP client and type:

Load /absolute/path/to/spatial_data.h5ad and show me the tissue structure

Then continue with:

Normalize and cluster the data
Identify spatial domains with SpaGCN

Common First Prompts

Task Say This
Load data Load my Visium data from /absolute/path/to/data
Preprocess Normalize and cluster the data
Find domains Identify spatial domains with SpaGCN
Annotate cells Annotate cell types using the reference
Deconvolve Estimate cell type proportions
Find spatial genes Find spatially variable genes
Visualize Show expression of CD3D on the tissue

Sample Data

Try these public test files:


What Success Looks Like

After loading:

Dataset loaded successfully
- ID: spatial_data_abc123
- 3000 spots, 18000 genes
- Platform: Visium

After preprocessing:

Preprocessing complete
- Filtered to 2800 spots, 2000 HVGs
- Computed 30 PCs, UMAP
- Found 8 clusters (Leiden)

Visualizations appear directly in the chat or client UI.


Before You Troubleshoot

Check these three things first:

  • Use an absolute data path, not ~/... or ./...
  • Restart your client after MCP configuration changes
  • Run preprocessing before most downstream analyses

If that does not fix the problem, go to the Troubleshooting Guide.


Next Steps