项目作者: nignatiadis

项目描述 :
Independent Hypothesis Weighting
高级语言: R
项目地址: git://github.com/nignatiadis/IHW.git
创建时间: 2015-08-06T14:11:21Z
项目社区:https://github.com/nignatiadis/IHW

开源协议:

下载


Independent Hypothesis Weighting

Independent hypothesis weighting (IHW) is a multiple testing procedure that increases power compared to the method of Benjamini and Hochberg by assigning
data-driven weights to each hypothesis. The input to IHW is a two-column
table of p-values and covariates. The covariate can be any continuous-valued
or categorical variable that is thought to be informative on the statistical
properties of each hypothesis test, while it is independent of the p-value
under the null hypothesis. IHW is described in the following paper:

N. Ignatiadis, B. Klaus, J.B. Zaugg, W. Huber. Data-driven hypothesis weighting increases detection power in genome-scale multiple testing. Nature methods. 2016 Jul;13(7):577-80.

Also see the following paper for the theoretical underpinning of the method:

N. Ignatiadis and W. Huber. Covariate-powered cross weighted multiple testing. [arXiv]

Software availability

The package is available on Bioconductor, and may be installed as follows:

  1. if (!requireNamespace("BiocManager", quietly=TRUE))
  2. install.packages("BiocManager")
  3. BiocManager::install("IHW")

The package can be installed as follows with devtools from the Github repository:

  1. devtools::install_github("nignatiadis/IHW")