You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I have been using the ModKit tool for differential methylation analysis, specifically the dmr pair command. In my analysis, I compared a control sample (using -a) with a treatment sample (using -b) and obtained the following results:
I am particularly interested in understanding following points:
which columns to consider in order to infer hypermethylated and hypomethylated bases from the tabular output.
Effect Size: A positive effect size suggests hypermethylation in the treatment sample compared to the control, while a negative effect size indicates hypomethylation?
MAP-based P-value: <0.01 p-value entries can be considered as statistically significant and reliable?
Is it correct to consider effect size value of <-0.25 as hypomethylated entries with 25 percent read level methylation difference and >+0.25 as hypermethylated entries with 25 percent read level methylation difference between control and treatment sample?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
which columns to consider in order to infer hypermethylated and hypomethylated bases from the tabular output.
I would use the effect_size column.
Effect Size: A positive effect size suggests hypermethylation in the treatment sample compared to the control, while a negative effect size indicates hypomethylation?
Correct.
MAP-based P-value: <0.01 p-value entries can be considered as statistically significant and reliable?
I would visualize the distribution of MAP-based p-values to determine a threshold, but 0.01 sounds reasonable. This is the default value in the segmentation routine.
Is it correct to consider effect size value of <-0.25 as hypomethylated entries with 25 percent read level methylation difference and >+0.25 as hypermethylated entries with 25 percent read level methylation difference between control and treatment sample?
This is generally the correct interpretation. I'd just be careful since you could have low coverage and see this effect size, the MAP-based p-value is meant to qualify the effect size based on coverage, you can find the docs.
Hi @ArtRand,
I hope this message finds you well. I have been using the ModKit tool for differential methylation analysis, specifically the dmr pair command. In my analysis, I compared a control sample (using -a) with a treatment sample (using -b) and obtained the following results:
I am particularly interested in understanding following points:
which columns to consider in order to infer hypermethylated and hypomethylated bases from the tabular output.
Effect Size: A positive effect size suggests hypermethylation in the treatment sample compared to the control, while a negative effect size indicates hypomethylation?
MAP-based P-value: <0.01 p-value entries can be considered as statistically significant and reliable?
Is it correct to consider effect size value of <-0.25 as hypomethylated entries with 25 percent read level methylation difference and >+0.25 as hypermethylated entries with 25 percent read level methylation difference between control and treatment sample?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: