Agent skill · Data & Analytics

bio-gene-regulatory-networks-multiomics-grn

Build enhancer-driven gene regulatory networks by integrating single-cell RNA-seq and ATAC-seq data using SCENIC+ to identify eRegulons linking transcription factors to enhancers and target genes. Use when analyzing 10x multiome or paired scRNA+scATAC data to infer cis-regulatory GRNs.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill multiomics-grn --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 9 KB
Bundled scripts: yes
Path: skills/bioskills/multiomics-grn/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: Cell Ranger 8.0+, MACS3 3.0+, matplotlib 3.8+, pandas 2.2+, scanpy 1.10+ Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show <package>` then `help(module.function)` to check signatures - 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. # Multiomics GRN Inference **"Build an enhancer-driven gene regulatory network from my multiome data"** → Integrate scRNA-seq and scATAC-seq to identify eRegulons: transcription factor-enhancer-target gene triplets linking TF binding to chromatin accessibility and gene expression changes. - Python: SCENIC+ pipeline with `scenicplus` for eRegulon assembly - Python: `pycisTopic` for topic modeling of scATAC-seq regions Build enhancer-driven gene regulatory networks from paired single-cell RNA-seq and ATAC-seq data. SCENIC+ extends SCENIC by linking TFs to their enhancers and target genes through eRegulons. ## SCENIC+ Overview | Component | Tool | Purpose | |-----------|

What's inside
Steps it walks through
  1. Version Compatibility
  2. SCENIC+ Overview
  3. Input Preparation
  4. From 10x Multiome (CellRanger ARC)
  5. Call Peaks with MACS3
  6. Create cisTopic Object
  7. SCENIC+ Workflow
  8. eRegulon Interpretation
  9. eRegulon Activity Scoring
  10. Visualization
  11. FigR Alternative
  12. Resource Requirements
  13. Related Skills
Ships with 3 files
  • examples/figr_paired.R
  • examples/scenicplus_multiome.py
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-gene-regulatory-networks-multiomics-grn skill do?

Build enhancer-driven gene regulatory networks by integrating single-cell RNA-seq and ATAC-seq data using SCENIC+ to identify eRegulons linking transcription factors to enhancers and target genes. Use when analyzing 10x multiome or paired scRNA+scATAC data to infer cis-regulatory GRNs.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill multiomics-grn --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