What problem does it solve? Identifying which open chromatin peaks regulate which genes is a core question in single-cell multiome analysis. This Skill tests whether a peak's accessibility tracks a nearby gene's expression across cells in a paired 10x Multiome dataset, producing candidate cis-regulatory links without manual statistical plumbing. ## Core Features & Use Cases - Gene Activity Matrices: Collapse peak counts into per-gene scores using SnapATAC2's make_gene_matrix or muon's gene_activity, enabling label transfer from RNA and marker sanity checks in the ATAC modality. - Peak-Gene Correlation: Compute Pearson correlations between each peak and nearby genes within configurable windows (±2 kb promoter, ±100 kb standard cis, ±500 kb long-range), with pyranges for genome-wide interval arithmetic. - Use Case: Given a paired multiome MuData object, find which peaks within 100 kb of the MS4A1 gene correlate with its expression, filter by p-value, and rank candidate regulatory elements. ## Quick Start Correlate ATAC peaks within 100 kb of gene MS4A1 with its RNA expression in my paired multiome MuData object and return the significant peak-gene pairs.