Scvi Tools
Scvi Tools provides streamlined access to SCVI embeddings and related analysis for single-cell data, accelerating research insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jackspace-scvi-tools npx -- -y @trustedskills/jackspace-scvi-tools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jackspace-scvi-tools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jackspace-scvi-tools"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to scvi-tools, a Python library designed for single-cell variational inference. It enables users to perform tasks like data integration, batch correction, and dimensionality reduction on single-cell datasets using state-of-the-art machine learning techniques. Specifically, it allows for the construction of latent spaces from complex biological data.
When to use it
- Analyzing single-cell RNA sequencing (scRNA-seq) data to identify cell types and their relationships.
- Integrating multiple scRNA-seq datasets generated at different times or in different labs.
- Performing batch correction to remove technical variation between experiments.
- Reducing the dimensionality of high-dimensional single-cell data for visualization and downstream analysis.
- Building predictive models based on single-cell gene expression profiles.
Key capabilities
- Data integration
- Batch correction
- Dimensionality reduction
- Single-cell variational inference
- Latent space construction
Example prompts
- "Integrate these two scRNA-seq datasets using scvi-tools."
- "Perform batch correction on this single-cell data with the scvi-tools library."
- "Reduce the dimensionality of this dataset and visualize it in a 2D latent space using scvi-tools."
Tips & gotchas
- Requires familiarity with Python and basic bioinformatics concepts.
scvi-toolscan be computationally intensive, especially for large datasets. Ensure sufficient computational resources are available.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.