combine_p_gene.Rd
combine_p_gene
combines per-SNP p-values into per-gene p-values;
the method for doing so can be chosen via input
combine_p_gene(p_values, weights = NULL, method = "geometric", r = NULL)
Numeric vector. P-values to combine.
Numeric vector. Weights given to each observation (corresponds to how much an observation occurs, but can be non-integer as well).
String. Specifies the method for combining p-values, the options being "arithmetic" (mean), "geometric" (mean), "harmonic" (mean), "minimum" (p-value), "maximum" (p-value) or "GMP" (Generalized Mean P-value). In case of the latter, a value for r must be specified, and the GMP is then calculated as (sum(weights * p_values^r)/sum(weights))^(1/r), see (Wilson 2020) .
Numeric. r-value to be used in the calculation of the GMP, should that option be chosen as the method.
Combined p-value of a gene.
Wilson DJ (2020). “Generalized mean p-values for combining dependent tests: comparison of generalized central limit theorem and robust risk analysis.” Wellcome Open Research, 5.