Hi Robert,
Hope you are doing well!
I've noticed that when using PWMEnrich on human sequences, the p-value column in the report from groupReport() is actually "an average of log(P-values) of individual sequences" (from the vignette).
I have a few questions:
- Why not recompute the p-value after averaging the log(p-values)? The column is still labelled p.value, which is misleading. Also, -log10(p-value) is more commonly used than log(p-value).
- What is the base of the logarithm? I'm assuming it's base 10 (and not e=2.718282), but it's unclear from the vignette/documentation.
- How can I filter the MotifEnrichmentReport object to only show significant motifs (e.g. p-value < 0.05)?
Thank you!
Best,