lib-scanpy

Analyze single-cell RNA-seq data with quality control, clustering, and visualization.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill lib-scanpy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lib-scanpy
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/lib-scanpy
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill lib-scanpy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive pipeline for analyzing single-cell RNA-seq data, enabling researchers to understand cellular heterogeneity and function.

Core Features & Use Cases

  • End-to-End Analysis: From quality control and normalization to dimensionality reduction, clustering, and marker gene identification.
  • Visualization: Generates publication-quality plots for exploratory data analysis and result interpretation.
  • Use Case: A biologist has generated scRNA-seq data and needs to identify different cell types, find marker genes for each type, and visualize the data using UMAP. This Skill can perform all these steps.

Quick Start

Use the lib-scanpy skill to perform a standard single-cell RNA-seq analysis workflow on your data.

Frequently Asked Questions about lib-scanpy

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

FAQPage Schema
How do I analyze single-cell RNA-seq data from quality control to clustering?

To analyze single-cell RNA-seq data, you need a pipeline that handles quality control, normalization, dimensionality reduction, clustering, and marker gene identification. This Skill provides an end-to-end workflow built on the AnnData framework to process and interpret scRNA-seq data.

What is the best way to identify cell types and marker genes in scRNA-seq data?

The best way to identify cell types and marker genes in scRNA-seq data is by applying clustering followed by marker gene identification. This Skill enables researchers to group cells based on expression profiles and pinpoint genes characterizing each distinct cellular population.

Can I perform dimensionality reduction and UMAP visualization for single-cell genomics data?

Yes, you can perform dimensionality reduction and UMAP visualization for single-cell genomics data. This Skill generates publication-quality plots, allowing you to visualize complex scRNA-seq datasets and interpret cellular heterogeneity effectively.

Does this single-cell RNA-seq analysis pipeline handle large-scale datasets?

This single-cell RNA-seq analysis pipeline handles large-scale datasets using a scalable Python toolkit. It processes high-throughput scRNA-seq data efficiently, ensuring robust and reproducible exploratory analysis even with substantial cellular volumes.

When do I need a Python toolkit for single-cell RNA-seq data analysis?

You need a Python toolkit for single-cell RNA-seq data analysis when you want to understand cellular heterogeneity and function. It is essential for applying established workflows like quality control, normalization, and dimensionality reduction to raw scRNA-seq data.

What are the limitations of using Python-based scRNA-seq analysis workflows?

Python-based scRNA-seq analysis workflows are designed for exploratory data analysis using established pipelines. Limitations arise if your project requires non-standard preprocessing or specialized protocols outside the standard quality control, normalization, and clustering framework.