integrative-DMR-DEG

Integrate metilene DMR and DESeq2 DEG results to identify genes with correlated methylation and expression changes.

12|3|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/BIsnake2001/ChromSkills --skill integrative-dmr-deg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrative-DMR-DEG
Source: https://github.com/BIsnake2001/ChromSkills/tree/main/23.integrative-DMR-DEG
Command: npx skills add https://github.com/BIsnake2001/ChromSkills --skill integrative-dmr-deg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs correlation analysis between differential methylation and differential gene expression, identifying genes with coordinated epigenetic regulation. It provides preprocessing and integration workflows, using promoter-level methylation–expression relationships.

Core Features & Use Cases

  • Prepare the DMR regions into a 6-column standard BED file for HOMER annotation.
  • Annotate the differential methylation regions to the gene promoter.
  • Preprocess differential methylation and expression tables into a standard format.
  • Integrate methylation and expression data by promoter proximity.
  • Calculate the correlation between methylation change and expression fold change.
  • Classify patterns such as hypermethylation–downregulation or hypomethylation–upregulation.
  • Use cases include combining METILENE DMR results with DESeq2 DEG results to identify coordinated epigenetic regulation.

Quick Start

Prepare your dmr_results.txt and dge_result.csv files, then run the integrative-DMR-DEG workflow to generate correlation results.

Frequently Asked Questions about integrative-DMR-DEG

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

FAQPage Schema
How do I integrate DMR and DEG results to identify genes with correlated methylation and expression changes?

To integrate DMR and DEG results, the workflow annotates differential methylation regions to gene promoters and calculates the correlation between methylation change and expression fold change. It requires promoter-level methylation data, DMR results, and DEG results to output standardized integrated statistics and plots.

What is the relationship between promoter methylation and gene expression in epigenetic regulation?

Promoter methylation and gene expression are correlated in epigenetic regulation, often exhibiting patterns like hypermethylation–downregulation or hypomethylation–upregulation. Identifying these coordinated changes helps pinpoint genes under epigenetic control across your datasets.

Can I use metilene and DESeq2 output files for integrative methylation and expression analysis?

Yes, you can use metilene DMR results and DESeq2 DEG results for integrative methylation and expression analysis. The workflow specifically preprocesses these differential methylation and expression tables into a standard format to classify coordinated epigenetic regulation patterns.

How to annotate DMR regions to gene promoters using a standard BED file?

To annotate DMR regions to gene promoters, the workflow prepares your DMR regions into a 6-column standard BED file for HOMER annotation. This step maps the differential methylation regions directly to their corresponding gene promoter regions.

What patterns of coordinated epigenetic regulation can I classify from integrated methylation and expression data?

From integrated methylation and expression data, you can classify patterns of coordinated epigenetic regulation such as hypermethylation–downregulation or hypomethylation–upregulation. The workflow calculates correlations between methylation change and expression fold change to categorize these relationships.

Does the integrative DMR and DEG workflow support input files other than dmr_results.txt and dge_result.csv?

The workflow expects dmr_results.txt and dge_result.csv files as inputs to generate correlation results. It preprocesses these differential methylation and expression tables into a standard format before integrating the data by promoter proximity.