Skip to content

rupambh/rupamb625

Repository files navigation

rupamb625

Build Status codecov

Hi! Welcome to our package for combining p-values from multiple experiments or multiple hypotheses testing problems. This package offers implementations of four different p-value aggregation methods in R, namely, the Fisher, Lancaster, Stouffer and Sidak methods. For more details on the methods and references, you can visit the individual help pages for the functions by calling something like the following on your R console.

?fisher

As usual, the /R folder contains the R codes, the /man folder contains the sources for the help pages, generated automatically using roxygen2, and the /tests folder contains the test files set up using the uesthis::use_testthat function.

If you want to check the package using more test cases, add them locally to the .R files in /tests/testthat following the format of the tests already included and then use devtools::test().

To install the latest version of the package, run the following on your R console.

devtools::install_github("rupambh/rupamb625",build_vignettes=TRUE)

We offer a short tutorial including example usages of each of the functions, verifications of correctness of the results and comparisons of performance against functions from the aggregation and metap packages available on CRAN. The tutorial can be accessed by typing the following on R once you have the package installed (make sure you include the build_vignettes=TRUE statement while installing).

browseVignettes("rupamb625")

If you have any further comments/queries, let us know here!