bio-splicing-pipeline

Orchestrate RNA-seq alternative splicing workflows from STAR alignment to rMATS-turbo results.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-splicing-pipeline-stellaromics
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bio-splicing-pipeline
Source: https://github.com/stellaromics/fast-bioinfo/tree/main/.claude/agents/spatial-analysis/skills/bio-workflows-splicing-pipeline
Command: npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-splicing-pipeline-stellaromics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end alternative splicing analysis from raw RNA-seq data to differential splicing results, aligning with STAR 2-pass mode, performing junction QC, running rMATS-turbo for differential analysis, and generating sashimi visualizations.

Core Features & Use Cases

  • STAR 2-pass alignment for robust junction discovery and accurate gene counts.
  • Junction QC checks to assess sequencing depth and data quality before differential analysis.
  • Differential splicing analysis using rMATS-turbo and filtering to identify significant events.
  • Sashimi visualizations to illustrate top differential splicing events for interpretation.
  • Optional isoform switching analysis with IsoformSwitchAnalyzeR for deeper transcript-level insights.

Quick Start

Run the full splicing pipeline on your RNA-seq data to generate differential splicing results and sashimi plots.

Frequently Asked Questions about bio-splicing-pipeline

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

FAQPage Schema
How do I run an end-to-end alternative splicing analysis from raw RNA-seq data?▼

To run alternative splicing analysis from raw RNA-seq data, this pipeline orchestrates STAR 2-pass alignment, junction QC, rMATS-turbo differential testing, and sashimi visualization automatically. It handles the full workflow from FASTQ files to final differential splicing results.

What is the best way to perform differential splicing analysis across multiple RNA-seq samples?▼

The best way to perform differential splicing analysis across multiple samples is using rMATS-turbo within this pipeline. It processes aligned reads to identify significant splicing events and filters results for robust differential testing across your sample groups.

How does STAR 2-pass alignment improve junction discovery for RNA-seq splicing analysis?▼

STAR 2-pass alignment improves junction discovery by performing an initial alignment to identify splice junctions, then realigning reads using these discovered junctions. This approach ensures robust junction mapping and accurate gene counts for downstream splicing analysis.

Can I visualize significant alternative splicing events identified by rMATS-turbo?▼

Yes, you can visualize significant alternative splicing events identified by rMATS-turbo using sashimi visualizations. This pipeline generates sashimi plots to illustrate top differential splicing events for clear biological interpretation of your RNA-seq data.

Does this splicing pipeline support isoform switching analysis for transcript-level insights?▼

Yes, this splicing pipeline supports optional isoform switching analysis using IsoformSwitchAnalyzeR. It provides deeper transcript-level insights by analyzing isoform switching events alongside the core differential splicing results from rMATS-turbo.

Why do I need junction QC before running differential splicing analysis?▼

Junction QC is required before differential splicing analysis to assess sequencing depth and data quality. This pipeline performs junction QC checks to ensure your RNA-seq data meets quality thresholds, preventing unreliable results from low-quality alignments in rMATS-turbo.