Agent skill · Data & Analytics

bio-workflows-multiome-pipeline

End-to-end multiome workflow for joint scRNA-seq + scATAC-seq analysis. Covers data loading, separate modality processing, and WNN integration with Seurat/Signac. Use when analyzing joint scRNA+scATAC data.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill multiome-pipeline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/bioskills/multiome-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Version Compatibility Reference examples tested with: ggplot2 3.5+ Before using code patterns, verify installed versions match. If versions differ: - R: `packageVersion('<pkg>')` then `?function_name` to verify parameters If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. # Multiome Pipeline **"Analyze my 10X Multiome data jointly"** → Orchestrate Cell Ranger ARC processing, Seurat/Signac scRNA+scATAC integration via WNN, chromatin accessibility peak calling, motif enrichment, and gene regulatory network inference. Complete workflow for 10X Multiome (joint scRNA + scATAC) analysis using Seurat and Signac. ## Workflow Overview ``` 10X Multiome data | v [1. Load Data] ---------> Read RNA + ATAC | v [2. RNA Processing] ----> Standard scRNA workflow | v [3. ATAC Processing] ---> Peak calling, LSI | v [4. WNN Integration] ---> Weighted nearest neighbors | v [5. Joint Analysis] ----> Clustering, markers | v [6. Linked Features] ---> Gene-peak links | v Integrated multiome object ``` ## Step 1: Load Multiome Data ```r library(Seurat) library(Signac) library(EnsDb.Hsapiens.v86) li

What's inside
Steps it walks through
  1. Version Compatibility
  2. Workflow Overview
  3. Step 1: Load Multiome Data
  4. Step 2: RNA Quality Control and Processing
  5. Step 3: ATAC Quality Control and Processing
  6. Step 4: Weighted Nearest Neighbors (WNN)
  7. Step 5: Visualization and Markers
  8. Step 6: Gene-Peak Linkage
  9. Complete Workflow Script
  10. Related Skills
Ships with 2 files
  • examples/multiome_workflow.R
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-workflows-multiome-pipeline skill do?

End-to-end multiome workflow for joint scRNA-seq + scATAC-seq analysis. Covers data loading, separate modality processing, and WNN integration with Seurat/Signac. Use when analyzing joint scRNA+scATAC data.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill multiome-pipeline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going