anders-biostat / MethSCAn

Python package with CLI for the analysis of single cell methylation data.
https://anders-biostat.github.io/MethSCAn/
GNU General Public License v3.0
11 stars 3 forks source link

assess methylation differences in known genomic intervals (enhancers etc) #3

Open LKremer opened 1 month ago

LKremer commented 1 month ago

Currently, methscan scan finds DMRs and reports their genomic coordinates. To answer specific research questions like "which enhancers are differentially methylated between cell group A and cell group B?" one needs to intersect the DMR coordinates with enhancer coordinates and quantify the degree of overlap, etc.

A more direct approach would be to allow the user to provide a set of intervals to be tested for differential methylation directly, reporting a p-value for each. This would make it straightforward to find e.g. which enhancers are lowly methylated in a specific population of cells.