Skip to content
/ qvalue Public

Fast, lightweight Python implementation of Storey’s q-values with optional bagging for stable π₀ estimation.

Notifications You must be signed in to change notification settings

nadykl/qvalue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

qvalue

Fast, lightweight Python implementation of Storey’s q-values with optional bagging for stable π₀ estimation.

Method: J.D. Storey, & R. Tibshirani, Statistical significance for genomewide studies, Proc. Natl. Acad. Sci. U.S.A. 100 (16) 9440-9445, https://doi.org/10.1073/pnas.1530509100 (2003).

Install

pip install numpy scipy
# then clone or copy the single file into your project

API

See function docstrings.

About

Fast, lightweight Python implementation of Storey’s q-values with optional bagging for stable π₀ estimation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages