What problem does it solve?
Answering quantitative epigenomics questions—such as counting differentially methylated CpGs, computing chromosome-level CpG density, or annotating ChIP-seq peaks—requires careful statistical handling (FDR correction, genome-build awareness, rows-vs-unique-sites disambiguation) that is easy to get wrong when hand-rolling analysis code.
Core Features & Use Cases
- Methylation Analysis: Load beta/M-value matrices, filter CpG probes, run differential methylation (t-test/Wilcoxon + FDR), identify age-related CpGs, and compute chromosome density statistics via the bundled methylation_density.py script.
- ChIP-seq & ATAC-seq Processing: Load BED/narrowPeak files, compute peak statistics, annotate peaks to genes and promoter regions, and detect nucleosome-free regions.
- Multi-Omics & Clinical Integration: Correlate methylation with expression, analyze missing data across modalities, and annotate genes using ToolUniverse tools (Ensembl, SCREEN, ChIPAtlas, ENCODE, GTEx).
- Use Case: Given a long-format methylation CSV and chromosome lengths, ask how many sites are removed when filtering extreme methylation values—the skill runs the deterministic script and reports the correct row-level count.
Quick Start
Ask the agent to compute the genome-wide average chromosomal density of filtered CpG sites from your methylation CSV and chromosome-length file using the epigenomics skill.