https://github.com/tansey/smoothfdr
Revision 63bb32918020f6409a3f496efa2cb5962ebe0ee3 authored by Wesley Tansey on 29 September 2017, 13:19:35 UTC, committed by GitHub on 29 September 2017, 13:19:35 UTC
2 parent s 309eaaf + 0c2d670
Raw File
Tip revision: 63bb32918020f6409a3f496efa2cb5962ebe0ee3 authored by Wesley Tansey on 29 September 2017, 13:19:35 UTC
Merge pull request #2 from EQt/master
Tip revision: 63bb329
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