aggrPvals {BioNet} | R Documentation |
The function aggregates several p-values into one p-value of p-values based on the order statistics of p-values. An overall p-value is given by the ith order statistic.
aggrPvals(pval.matrix, order, plot=TRUE)
pval.matrix |
Numeric matrix of p-values, columns represent different sets of p-values |
order |
Numeric constant, the order statistic that is used for the aggregation. |
plot |
Boolean value whether to plot p-value distributions. |
Aggregated p-value of the given order.
Daniela Beisser
data(pvaluesExample) aggrPvals(pval.matrix=pvaluesExample, order=2)