https://github.com/tansey/smoothfdr
Revision bc33a5cb241a7b016597a94077631f761801e04e authored by Wesley Tansey on 22 November 2014, 18:07:00 UTC, committed by Wesley Tansey on 22 November 2014, 18:07:00 UTC
1 parent 660f66e
Raw File
Tip revision: bc33a5cb241a7b016597a94077631f761801e04e authored by Wesley Tansey on 22 November 2014, 18:07:00 UTC
Initial commit of python implementation
Tip revision: bc33a5c
DESCRIPTION.rst
False Discovery Rate Smoothing
==============================

The smoothfdr package provides an implementation of false dicovery rate smoothing as presented in the paper by Tansey et al. (arxiv link).

The documentation is still being written. To-do list includes:

1) Basic usage

2) Examples

    - 2a) 1-d
    - 2b) 2-d (rectangular)
    - 2c) fMRI (non-rectangular)

All of these cases are covered by the code, but detailed examples still need to be written up.
back to top