✓ Verified 💻 Development ✓ Enhanced Data

Lobster Bio Use

Analyze biological data using Lobster AI — single-cell RNA-seq, bulk RNA-seq, literature mining, dat

Rating
4.2 (374 reviews)
Downloads
2,221 downloads
Version
1.0.0

Overview

Analyze biological data using Lobster AI — single-cell RNA-seq, bulk RNA-seq, literature mining, dataset discovery.

Complete Documentation

View Source →

Lobster AI Usage Guide

Lobster AI is a multi-agent bioinformatics platform. You interact via natural language or slash commands — Lobster routes to specialist agents automatically.

Installation

If Lobster is not installed, guide the user to the right command for their platform:

macOS / Linux

bash
curl -fsSL https://install.lobsterbio.com | bash

Windows (PowerShell)

powershell
irm https://install.lobsterbio.com/windows | iex

Manual install (any platform)

bash
uv tool install 'lobster-ai[full,anthropic]' && lobster init
# or: pip install 'lobster-ai[full]' && lobster init

After install, lobster init configures API keys and selects agent packages.

Upgrading

  • uv tool: uv tool upgrade lobster-ai
  • pip: pip install --upgrade lobster-ai

Adding Agents (uv tool installs)

Users with uv tool installs add agents via: uv tool install lobster-ai --with lobster-transcriptomics --with lobster-proteomics Running lobster init will guide this process and generate the command.

Quick Reference

TaskReference
CLI commandsreferences/cli-commands.md
Single-cell analysisreferences/single-cell-workflow.md
Bulk RNA-seq analysisreferences/bulk-rnaseq-workflow.md
Literature & datasetsreferences/research-workflow.md
Visualizationreferences/visualization.md
Available agentsreferences/agents.md

Interaction Modes

Interactive Chat

bash
lobster chat                          # Start interactive session
lobster chat --workspace ./myproject  # Custom workspace
lobster chat --reasoning              # Enable detailed reasoning

Single Query

bash
lobster query "Your request"
lobster query --session-id latest "Follow-up request"

Core Patterns

Natural Language (Primary)

Just describe what you want:
text
"Download GSE109564 and run quality control"
"Cluster the cells and find marker genes"
"Compare hepatocytes vs stellate cells"

Slash Commands (System Operations)

text
/data                    # Show loaded data info
/files                   # List workspace files
/workspace list          # List available datasets
/workspace load 1        # Load dataset by index
/plots                   # Show generated visualizations
/save                    # Save current session
/status                  # Show system status
/help                    # All commands

Session Continuity

bash
# Start named session
lobster query --session-id "my_analysis" "Load GSE109564"

# Continue with context
lobster query --session-id latest "Now cluster the cells"
lobster query --session-id latest "Find markers for cluster 3"

Agent System

Lobster routes to specialist agents automatically:

AgentHandles
SupervisorRoutes queries, coordinates agents
Research AgentPubMed search, GEO discovery, paper extraction
Data ExpertFile loading, format conversion, downloads
Transcriptomics ExpertscRNA-seq: QC, clustering, markers
DE Analysis ExpertDifferential expression, statistical testing
Annotation ExpertCell type annotation, gene set enrichment
Visualization ExpertUMAP, heatmaps, volcano plots
Proteomics ExpertMass spec analysis [alpha]
Genomics ExpertVCF, GWAS, variant analysis [alpha]
ML ExpertEmbeddings, classification [alpha]

Workspace & Outputs

Default workspace: .lobster_workspace/

Output files:

ExtensionContent
.h5adProcessed AnnData objects
.htmlInteractive visualizations
.pngPublication-ready plots
.csvExported tables
.jsonMetadata, provenance
Managing outputs:
text
/files              # List all outputs
/plots              # View visualizations
/open results.html  # Open in browser
/read summary.csv   # Preview file contents

Typical Workflow

bash
# 1. Start session
lobster chat --workspace ./my_analysis

# 2. Load or download data
"Download GSE109564 from GEO"
# or
/workspace load my_data.h5ad

# 3. Quality control
"Run quality control and show me the metrics"

# 4. Analysis
"Filter low-quality cells, normalize, and cluster"

# 5. Interpretation
"Identify cell types and find marker genes"

# 6. Visualization
"Create UMAP colored by cell type"
/plots

# 7. Export
"Export marker genes to CSV"
/save

Troubleshooting Quick Reference

IssueCheck
Lobster not respondinglobster config-test
No data loaded/data to verify, /workspace list to see available
Analysis failsTry with --reasoning flag
Missing outputsCheck /files and workspace directory

Documentation

Online docs: docs.omics-os.com

Key sections:

  • Guides → CLI Commands
  • Guides → Data Analysis Workflows
  • Tutorials → Single-Cell RNA-seq
  • Agents → Package documentation

Installation

Terminal bash

openclaw install lobster-bio-use
    
Copied!

💻Code Examples

### Manual install (any platform)

-manual-install-any-platform.sh
uv tool install 'lobster-ai[full,anthropic]' && lobster init
# or: pip install 'lobster-ai[full]' && lobster init

### Interactive Chat

-interactive-chat.sh
lobster chat                          # Start interactive session
lobster chat --workspace ./myproject  # Custom workspace
lobster chat --reasoning              # Enable detailed reasoning

### Single Query

-single-query.sh
lobster query "Your request"
lobster query --session-id latest "Follow-up request"

Just describe what you want:

just-describe-what-you-want.txt
"Download GSE109564 and run quality control"
"Cluster the cells and find marker genes"
"Compare hepatocytes vs stellate cells"

### Slash Commands (System Operations)

-slash-commands-system-operations.txt
/data                    # Show loaded data info
/files                   # List workspace files
/workspace list          # List available datasets
/workspace load 1        # Load dataset by index
/plots                   # Show generated visualizations
/save                    # Save current session
/status                  # Show system status
/help                    # All commands

### Session Continuity

-session-continuity.sh
# Start named session
lobster query --session-id "my_analysis" "Load GSE109564"

# Continue with context
lobster query --session-id latest "Now cluster the cells"
lobster query --session-id latest "Find markers for cluster 3"

**Managing outputs**:

managing-outputs.txt
/files              # List all outputs
/plots              # View visualizations
/open results.html  # Open in browser
/read summary.csv   # Preview file contents
example.sh
# 1. Start session
lobster chat --workspace ./my_analysis

# 2. Load or download data
"Download GSE109564 from GEO"
# or
/workspace load my_data.h5ad

# 3. Quality control
"Run quality control and show me the metrics"

# 4. Analysis
"Filter low-quality cells, normalize, and cluster"

# 5. Interpretation
"Identify cell types and find marker genes"

# 6. Visualization
"Create UMAP colored by cell type"
/plots

# 7. Export
"Export marker genes to CSV"
/save

Tags

#git_and-github #data

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author cewinharhar
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install lobster-bio-use