accessibility-aggregat…
Build comprehensive chromatin accessibility maps by aggregating ATAC-seq and DNase-seq narrowPeak data across multiple ENCODE experiments, donors, and labs.…
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
$ npx -y skills add ammawla/encode-toolkit --skill multi-omics-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/multi-omics-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: multi-omics-integration description: 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, and cell type-specific regulatory element identification. Use for ANY multi-omic analysis, enhancer discovery, regulatory network construction, or epigenomic characterization using ENCODE data.
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.
**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 ChIP-seq tells you **who** is binding. Each assay provides one dimension; integrating them reveals the regulatory logic.
Mawla et al. (2023, BMC Genomics) demonstrated this integrative approach by comparing ATAC-seq chromatin accessibility between alpha, beta, and delta cells in mouse pancreatic islets. Key findings:
1. **Cell type-specific chromatin accessibility defines cell identity**: Differentially accessible regions between alpha, beta, and delta cells map to cell type-specific enhancers. Both alpha and delta cells appear poised, but repressed, from becoming beta cells.
2. **Distal-intergenic enrichment in beta cells**: Differential chromatin accessibility shows preferentially enriched distal-intergenic regions in beta cells compared to alpha or delta cells — indicating a larger enhancer repertoire.
3. **TF motif enrichment reveals regulatory logic**: Differentially accessible regions are enriched for binding motifs of known lineage-defining TFs, connecting chromatin structure to transcriptional regulation.
4. **Cross-validation with expression**: Common endocrine enhancers (accessible in all three cell types) map near genes expressed in all cell types, while cell type-specific enhancers map near differentially expressed genes.
5. **Enhancer databases as validation**: Previously discovered enhancer regions from the literature were confirmed and novel regions identified through chromatin accessibility analysis.
Search ENCODE, cross-reference 14 databases, run 7 analysis pipelines, and generate publication-ready methods — all from natural language in Claude Code.
Repo: ammawla/encode-toolkit
Build comprehensive chromatin accessibility maps by aggregating ATAC-seq and DNase-seq narrowPeak data across multiple ENCODE experiments, donors, and labs.…
Guide for multi-experiment batch operations: QC screening, batch download, comparison, and report generation across many ENCODE experiments simultaneously. Use…
Install bioinformatics tools for ENCODE data analysis. Covers CLI tools (BWA, STAR, samtools, MACS2), R/Bioconductor packages (DESeq2, Seurat, ChIPseeker),…
Guide for integrating CellxGene Census single-cell data with ENCODE bulk experiments. Use when users need cell-type-specific expression context for ENCODE…
Generate proper ENCODE citations for publications, grants, and presentations. Use when the user needs to cite ENCODE data, create bibliography entries, write…
Guide for annotating ENCODE regulatory variants with ClinVar clinical significance. Use when users need to check if variants in ENCODE peaks have clinical…