Skip to content

Python, R and Matlab implementation of Brown's Method to combine dependent P-values

License

Notifications You must be signed in to change notification settings

IlyaLab/CombiningDependentPvaluesUsingEBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e1c13f · Feb 12, 2018

History

22 Commits
Jul 1, 2015
Feb 27, 2016
Feb 27, 2016
Dec 19, 2017
Jul 1, 2015
Feb 27, 2016

Repository files navigation

CombiningDependentPvaluesUsingEBM

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

Python

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')).

R

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')).

Matlab

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).