Report
Thanks for the great project!
I'm confused about the reported p-values from the mlm module.
The name of the value padj_mlm indicates that it's been FDR adjusted. But, the implementation looks like it does no such correction.
And, I saw this question in the R version of decoupleR, saying that mlm doesn't perform p-value adjustment. (And, I also see this unit test in this repo which appears to be explicitly applying the BH correction to the padj_mlm)
I'm mostly just confused by the name, and by the fact that the MethodMeta created for the mlm function hardcodes adj=True
Just want to make sure I'm interpreting that value correctly!
Versions
Report
Thanks for the great project!
I'm confused about the reported p-values from the mlm module.
The name of the value
padj_mlmindicates that it's been FDR adjusted. But, the implementation looks like it does no such correction.And, I saw this question in the R version of decoupleR, saying that mlm doesn't perform p-value adjustment. (And, I also see this unit test in this repo which appears to be explicitly applying the BH correction to the
padj_mlm)I'm mostly just confused by the name, and by the fact that the
MethodMetacreated for the mlm function hardcodesadj=TrueJust want to make sure I'm interpreting that value correctly!
Versions