Agent skill · Data & Analytics

multi-omics-integration

Integrate multiple ENCODE data types (RNA-seq, ATAC-seq, Histone ChIP-seq, TF ChIP-seq) for a tissue/cell type to build a comprehensive regulatory landscape. Use when the user wants to answer "what are the enhancers, promoters, and regulatory elements active in my tissue, and which transcription factors control them?" by layering expression, chromatin accessibility, histone marks, and TF binding data. Follows the Mawla et al. 2023 framework for cross-assay integration of islet cell type-specific data. Handles chromatin state annotation (ChromHMM), enhancer-gene linkage, TF motif enrichment, an

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill multi-omics-integration-ammawla-encode-toolkit --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 32 KB
Bundled scripts: none
Path: skills/ai-ml/multi-omics-integration-ammawla-encode-toolkit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Layer RNA-seq, ATAC-seq, Histone ChIP-seq, and TF ChIP-seq data from ENCODE to build a comprehensive regulatory landscape for a tissue or cell type, following Mawla et al. 2023 framework for cross-assay integration. Handles chromatin state annotation (ChromHMM), enhancer-gene linkage, TF motif enrichment, and cell type-specific regulatory element identification. Designed for ANY multi-omic analysis, enhancer discovery, regulatory network construction, or epigenomic characterization using ENCODE data.

How it works

The skill guides the user to define regulatory questions, then inventories available data across data layers (RNA-seq, ATAC-seq, Histone ChIP-seq for marks such as H3K27ac, H3K4me1, H3K4me3, H3K27me3, H3K36me3, and TF ChIP-seq). It prescribes search commands like encode_search_experiments and encode_list_files to gather data, produces a data availability matrix, and enforces quality gates per assay (e.g., mapping rate, FRiP, NSC/RSC/NRF). It then outlines integration approaches: ChromHMM for chromatin states, enhancer identification via convergence of signals (H3K27ac+, H3K4me1+, ATAC+, and NOT H3K4me3+ with promoter exclusion), defining poised enhancers (H3K4me1+ and H3K27ac-), and using ROSE for super-enhancers. It also details enhancer-gene linkage methods (nearest-gene, ABC Model, correlation, Hi-C, ENCODE links) and caveats about nearest-gene limitations. The stepwise workflows reference explicit data layers and state specific combinations for enhancer discovery and regulatory network inference.

When to use it

Use when you want to integrate multiple ENCODE data types to build a regulatory landscape for a tissue or cell type, especially to answer questions about active enhancers, promoters, and TF binding, and how these converge to define cell identity. The workflow is triggered by user questions about multi-omics integration, regulatory landscapes, enhancer discovery, or regulatory network construction.

What it can touch

It prescribes interacting with ENCODE data via commands:

  • encode_search_experiments(…) across RNA-seq, ATAC-seq, Histone ChIP-seq, and TF ChIP-seq data
  • encode_list_files(…) to download RNA-seq gene quantifications, ATAC-seq/Histone ChIP-seq IDR-thresholded peaks, and TF ChIP-seq peaks
  • References data types like narrowPeak, broadPeak, and BigWig files; applies ENCODE Blacklist filtering

Caveats

Addresses data quality gates per assay (mapping rate, FRiP, NSC/RSC/NRF, IDR). Highlights that multi-omics integration strength depends on data availability across layers; missing ATAC-seq or histone marks reduces reliability of enhancer validation. No outcomes promised beyond the described integration logic and data handling steps.

From the SKILL.md

# Multi-Omics Integration of ENCODE Data ## When to Use - User wants to integrate multiple ENCODE data types (RNA-seq + ATAC-seq + ChIP-seq) for a tissue - User asks about "multi-omics", "integrative analysis", "regulatory landscape", or "layer epigenomic data" - User needs to build a comprehensive view of active enhancers, promoters, and TF binding in a tissue - User wants to combine expression with chromatin state to identify cell-type-specific regulatory networks - Example queries: "integrate all ENCODE data for pancreas", "build a regulatory landscape for liver", "combine RNA-seq and ChIP-seq to find active enhancers" Layer RNA-seq, ATAC-seq, Histone ChIP-seq, and TF ChIP-seq data from ENCODE to build a comprehensive regulatory landscape for a tissue or cell type. ## Scientific Rationale **The question**: "What regulatory elements are active in my tissue, and how do expression, chromatin accessibility, histone marks, and TF binding converge to define cell identity?" No single assay captures the full picture of gene regulation. RNA-seq tells you **what** is expressed. ATAC-seq tells you **where** chromatin is open. Histone ChIP-seq tells you **how** chromatin is modified. TF ChI

What's inside
Steps it walks through
  1. When to Use
  2. Scientific Rationale
  3. The Framework (Mawla, van der Meulen & Huising 2023)
  4. Literature Support
  5. Step 1: Define the Regulatory Question
  6. Step 2: Inventory Available Data
  7. RNA-seq (Expression Layer)
  8. ATAC-seq (Accessibility Layer)
  9. Histone ChIP-seq (Modification Layer)
  10. TF ChIP-seq (Binding Layer)
  11. Summary Matrix
  12. Step 3: Quality-Gate and Download
  13. Quality Requirements Per Assay
  14. Download Strategy
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the multi-omics-integration skill do?

Integrate multiple ENCODE data types (RNA-seq, ATAC-seq, Histone ChIP-seq, TF ChIP-seq) for a tissue/cell type to build a comprehensive regulatory landscape. Use when the user wants to answer "what are the enhancers, promoters, and regulatory elements active in my tissue, and which transcription factors control them?" by layering expression, chromatin accessibility, histone marks, and TF binding data. Follows the Mawla et al. 2023 framework for cross-assay integration of islet cell type-specific data. Handles chromatin state annotation (ChromHMM), enhancer-gene linkage, TF motif enrichment, an

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill multi-omics-integration-ammawla-encode-toolkit --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 majiayu000/claude-skill-registry, a repository with 534 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