https://github.com/tansey/smoothfdr
Revision 0e6b846c868639a70944bc0acbb93c63c4480e10 authored by Wesley Tansey on 25 August 2015, 18:27:29 UTC, committed by Wesley Tansey on 25 August 2015, 18:27:29 UTC
2 parent s 5fd7bb8 + fa2207c
Raw File
Tip revision: 0e6b846c868639a70944bc0acbb93c63c4480e10 authored by Wesley Tansey on 25 August 2015, 18:27:29 UTC
Merge branch 'master' of github.com:tansey/smoothfdr
Tip revision: 0e6b846
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