This function is one of three methods to perform meta-analysis. Here, p-values are combined using either the Fisher's method or the Stouffer's method.
PerformPvalCombination(mSetObj = NA, method = "stouffer",
BHth = 0.05)
Input name of the created mSet Object.
Method of p-value combination. By default it is "stouffer", else it is "fisher".
Numeric input to set the significance level. By default it is 0.05.