Hi Antoine,
> 1.How to know when wu should apply an over dispersion correction ?
Deciding when to apply overdispersion correction and which statistical
test to use depends on your data.
Overdispersion correction (overdispersion=TRUE) is necessary when
there’s a high level of variability across biological replicates,
which can inflate false positives.
This often happens in low-coverage WGBS or RRBS data where read counts
per site are low.
To check for overdispersion, you can look at dispersion estimates from
tools like edgeR (estimateDisp()) or examine the coefficient of
variation in methylation proportions across replicates.
> 2. Same question regarding the choice between CHI-seq and F-test
For statistical tests, the Chi-squared test (test="Chisq") is
typically used when sample sizes are small and overdispersion is not a
concern. It assesses whether methylation proportions differ between
groups.
The F-test (test="F"), on the other hand, is more robust in the
presence of overdispersion and is better suited for larger datasets.
If you’re unsure, a good approach is to check dispersion first—if it’s
high, apply overdispersion correction and opt for the F-test.
> My second question is about processBismarkAln :
> -Is Read.context option filter CpG ?
Yes, the read.context option in processBismarkAln() filters CpG sites
if you specify "CpG", though it can be omitted since this is also the
default value.
This option allows you to choose which methylation context to retain
from the Bismark alignment file; other options are "CHG" and "CHH."
Best,
Alex
> --
> You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
methylkit_discus...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/methylkit_discussion/6f2bdb27-5295-47ec-9156-050840e47aban%40googlegroups.com.