get_fisher: get_fisher

Description Usage Arguments Examples

View source: R/Utils.R

Description

Uses fisher_method to calculate the fisher combined p.value of the provided numeric vectors in a pairwise manner.

Usage

1

Arguments

...

numeric vectors with the p.values to merge

Examples

1
circan_results$combined_pval <- get_fisher(as.numeric(circan_results$p.value.amp), as.numeric(circan_results$p.value.per))

AndreaRP/CircaN documentation built on Jan. 25, 2021, 5:49 a.m.