seuratpreparing

Load, preprocess, and integrate multi-sample scRNA-seq data into a Seurat object.

22|4|Updated May 18, 2021
One-click install
npx skills add https://github.com/pwwang/immunopipe --skill seuratpreparing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seuratpreparing
Source: https://github.com/pwwang/immunopipe/tree/main/skills/seuratpreparing
Command: npx skills add https://github.com/pwwang/immunopipe --skill seuratpreparing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load, QC, normalize, and integrate multi-sample single-cell RNA-seq data to produce ready-to-analyze Seurat objects, reducing manual preprocessing time.

Core Features & Use Cases

  • Data Loading & QC: Load multiple samples from common formats (10x Genomics, h5, loom, or pre-loaded Seurat objects) and apply per-sample QC filtering.
  • Normalization & Feature Selection: Normalize data with standard pipelines or SCTransform, and identify variable features for downstream analysis.
  • Integration & Readiness: Integrate samples across batches using Harmony, RPCA, or other methods to produce a unified object ready for clustering and downstream analyses.
  • Real-World Use Case: Combine several patient samples with varied sequencing depth into a single Seurat object and perform joint clustering.

Quick Start

Load your scRNA-seq samples, apply QC, normalize or SCTransform, and integrate them with Seurat to get a ready-to-analyze object.

Frequently Asked Questions about seuratpreparing

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

FAQPage Schema
How do I load and preprocess multiple scRNA-seq samples for integration in Seurat?

Load multiple scRNA-seq samples from 10x Genomics, h5, loom, or Seurat formats, then apply per-sample QC filtering, normalization, and integration to produce a single analysis-ready Seurat object.

What is the best way to integrate multi-sample single-cell RNA-seq data with varying sequencing depths?

Integrate multi-sample single-cell RNA-seq data using Harmony, RPCA, or other methods to combine samples with varying sequencing depths into a unified Seurat object ready for joint clustering.

Can I use SCTransform for normalization during single-cell data preprocessing?

Yes, you can normalize single-cell data using standard pipelines or SCTransform, which also identifies variable features required for downstream clustering and cell-type annotation workflows.

Does this Seurat preprocessing workflow support configurable QC thresholds for scRNA-seq data?

Yes, the scRNA-seq preprocessing workflow supports configurable QC thresholds, allowing you to adjust per-sample quality control filtering parameters before normalization and cross-sample integration.

What input formats are supported for loading single-cell RNA-seq data into Seurat?

Supported input formats for loading scRNA-seq data include 10x Genomics outputs, h5 files, loom files, and pre-loaded Seurat objects, enabling flexible multi-sample data ingestion.