AI-Driven Statistical Framework for Spatial Omics Power Analysis
SpatialPowerGuider is an intelligent web platform that leverages large language models (LLMs) to provide interactive guidance for designing spatial omics experiments.
- 🔬 Multi-Platform Support: Visium, MERFISH, seqFISH+, CODEX
- 📊 Interactive Visualizations: Real-time power curves and effect size analysis
- 🤖 AI-Powered Guidance: Context-aware experimental design assistance
- 📈 Statistical Framework: Rigorous power analysis for TA, SVG, and CCC analyses
- 🎨 Beautiful UI: Space-themed design with modern web technologies
- Frontend: Next.js 15, React 18, TypeScript
- Styling: Tailwind CSS with custom space theme
- Charts: ECharts (echarts-for-react)
- Icons: React Icons
- Node.js 18+
- npm or yarn
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 in your browser.
npm run build
npm startSpatialPowerGuider/
├── app/
│ ├── components/
│ │ ├── SettingsPanel.tsx # Left panel - experiment settings
│ │ ├── VisualizationPanel.tsx # Middle panel - charts and results
│ │ └── ChatPanel.tsx # Right panel - AI assistant
│ ├── globals.css # Global styles and space theme
│ ├── layout.tsx # Root layout
│ └── page.tsx # Main page
├── public/ # Static assets
├── package.json
└── README.md
Configure experimental parameters including:
- Technology platform selection
- Analysis type (TA/SVG/CCC)
- Sample size and replicates
- Statistical parameters (effect size, α, power)
Interactive charts showing:
- Power curves across sample sizes
- Effect size comparisons
- Real-time recommendations
- Detailed parameter tables
Conversational interface providing:
- Context-aware guidance
- Platform-specific advice
- Sample size recommendations
- Study design optimization tips
This software supports the parent R01 grant developing statistical frameworks for spatial omics experimental design. The AI layer makes these sophisticated statistical methods accessible to biomedical researchers without deep statistical training.
- Qin Ma, PhD (Ohio State University)
- Dongjun Chung, PhD (Ohio State University)
MIT License - see LICENSE file for details
For questions or support: Cankun Wang
Developed as part of the Biostatistics & Bioinformatics Lab at The Ohio State University