The multiple_testing_operator
allows one to correct for multiple testing by computing an adjusted p-value.
Input projection | . |
---|---|
y-axis |
numeric, p-values to adjust |
Input parameters | . |
---|---|
method |
any of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", or "qvalue" |
Output relations | . |
---|---|
p_adjusted |
adjusted p-value |
neglog10_p_adjusted |
-log10(p_adjusted) |
Based on the methods implemented in the R function p.adjust. The qvalue
method is based on the qvalue
function from the qvalue Bioconductor package.