Giter Club home page Giter Club logo

multipletesting.jl's Introduction

MultipleTesting

The MultipleTesting package offers common algorithms for p-value adjustment and combination as well as the estimation of the proportion π₀ of true null hypotheses.

xkcd p-value guide

Features

Adjustment of p-values

  • Bonferroni
  • Benjamini-Hochberg
  • Adaptive Benjamini-Hochberg with known π₀ or π₀ estimation method (see section below)
  • Benjamini-Yekutieli
  • Benjamini-Liu
  • Hochberg
  • Holm
  • Hommel
  • Sidak
  • Forward Stop
  • Barber-Candès
adjust(pvals, Bonferroni())
adjust(pvals, BenjaminiHochberg())
adjust(pvals, BenjaminiHochbergAdaptive(0.9))
adjust(pvals, BenjaminiHochbergAdaptive(Storey()))
adjust(pvals, BenjaminiYekutieli())
adjust(pvals, BenjaminiLiu())
adjust(pvals, Hochberg())
adjust(pvals, Holm())
adjust(pvals, Hommel())
adjust(pvals, Sidak())
adjust(pvals, ForwardStop())
adjust(pvals, BarberCandes())

The adjustment can also be performed on the k smallest out of n p-values:

adjust(pvals, n, PValueAdjustmentMethod)

Estimation of π₀

  • Storey
  • Storey's closed-form bootstrap
  • Least Slope
  • Two Step
  • RightBoundary (Storey's estimate with dynamically chosen λ)
  • Beta-Uniform Mixture (BUM)
  • Censored BUM
  • Flat Grenander
  • Oracle for known π₀
estimate_pi0(pvals, Storey())
estimate_pi0(pvals, StoreyBootstrap())
estimate_pi0(pvals, LeastSlope())
estimate_pi0(pvals, TwoStep())
estimate_pi0(pvals, TwoStep(0.05))
estimate_pi0(pvals, TwoStep(0.05, BenjaminiHochbergAdaptive(0.9))
estimate_pi0(pvals, RightBoundary())
estimate_pi0(pvals, CensoredBUM())
estimate_pi0(pvals, BUM())
estimate_pi0(pvals, FlatGrenander())
estimate_pi0(pvals, Oracle(0.9))

Combination of p-values

  • Fisher
  • Stouffer, optionally with weights
  • Logit
  • Tippett
  • Simes
  • Wilkinson
  • Minimum of adjusted p-values
combine(pvals, FisherCombination())
combine(pvals, StoufferCombination())
combine(pvals, weights, StoufferCombination())
combine(pvals, LogitCombination())
combine(pvals, TippettCombination())
combine(pvals, SimesCombination())
combine(pvals, WilkinsonCombination(rank))
combine(pvals, MinimumCombination(PValueAdjustment()))

Higher criticism

  • Higher criticism scores
  • Higher criticism threshold
estimate(pvals, HigherCriticismScores())
estimate(pvals, HigherCriticismThreshold())

Installation

The MultipleTesting package is part of the Julia ecosphere and the latest release version can be installed with

Pkg.add("MultipleTesting")

More details on packages and how to manage them can be found in the package section of the Julia documentation.

Feedback and Contributions

Contributions of any kind are very welcome. Please feel free to open pull requests or issues with your questions or ideas.

Package Status

Documentation

DOI

Package Status

Linux/Mac Build Status Windows Build Status Coverage Status

The package uses semantic versioning.

multipletesting.jl's People

Contributors

juliangehring avatar nignatiadis avatar

Watchers

Morten Piibeleht avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.