Python, R and Matlab implementation of Brown's Method to combine dependent P-values
Author: William Poole ([email protected])
Ported to Matlab: Theo Knijnenburg ([email protected])
Ported to R: David L Gibbs ([email protected])
Created: June 2015
Updated: February 2016
Copyright 2015, Institute for Systems Biology.
Licensed under the Apache License, Version 2.0
The main script for combining P-values is EmpiricalBrownsMethod.py. To run some examples, set your working directory to [the Python folder in this repository] (../master/Python) and run WorkFlow.py (execfile('WorkFlow.py')).
The main script for combining P-values is ebm.R. To run some examples, set your working directory to [the R folder in this repository] (../master/R) and run WorkFlow.R (source('WorkFlow.R')).
The main script for combining P-values is EmpiricalBrownsMethod.m. To run some examples, set your working directory to [the Matlab folder in this repository] (../master/Matlab) and run WorkFlow.m (WorkFlow.m).