al2na / methylKit

R package for DNA methylation analysis
https://bioconductor.org/packages/release/bioc/html/methylKit.html
210 stars 96 forks source link

filter by chromosome #315

Closed gevro closed 7 months ago

gevro commented 7 months ago

Hi, Is there a way to filter methylDB objects by chromosome? Thanks

alexg9010 commented 7 months ago

Hi @gevro

You can use selectByOverlap() to filter for specific ranges.

Best Alex