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

palVJ/CombiningDependentPvaluesUsingEBM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 32.1%
  • TeX 29.6%
  • Python 23.1%
  • MATLAB 15.1%
  • Shell 0.1%