al2na / methylKit

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

Can I perform differential methylation analyses using quantitative traits instead of binary? #277

Closed mariazanti closed 1 year ago

mariazanti commented 1 year ago

Hello.

I am currently using methylkit to compare differential methylation between groups.

Can I perform differential methylation analyses using quantitative traits instead of binary? (linear regression instead of logistic)

Thank you in advance for the help.

alexg9010 commented 1 year ago

Hi @mariazanti,

this is not possible with methylKit. For using linear regression models I suggest checking out limma or searching among the methylation-array focused packages within bioconductor, like minfi.

Best, Alex