Skip to content

wwang-chcn/idr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Irreproducible Discovery Rate (IDR)

The IDR (Irreproducible Discovery Rate) framework is a unified approach to measure the reproducibility of findings identified from replicate experiments and provide highly stable thresholds based on reproducibility. Unlike the usual scalar measures of reproducibility, the IDR approach creates a curve, which quantitatively assesses when the findings are no longer consistent across replicates. In layman's terms, the IDR method compares a pair of ranked lists of identifications (such as ChIP-seq peaks). These ranked lists should not be pre-thresholded i.e. they should provide identifications across the entire spectrum of high confidence/enrichment (signal) and low confidence/enrichment (noise). The IDR method then fits the bivariate rank distributions over the replicates in order to separate signal from noise based on a defined confidence of rank consistency and reproducibility of identifications i.e the IDR threshold.

The method was developed by Qunhua Li and Peter Bickel's group and is extensively used by the ENCODE and modENCODE projects and is part of their ChIP-seq guidelines and standards.

Building IDR

  • Get the current repo
git clone --recursive https://github.com/nboley/idr.git
* Then follow the commands below 

(sudo) python setup.py install


### Usage

List all the options
 

idr


Sample idr run using test peak files in the repo

idr -a ../idr/test/data/peak1 -b ../idr/test/data/peak2


### Usage

The main contributors of IDR code:

  * Nathan Boleu        - Kundaje Lab, Dept. of Genetics, Stanford University
  * Anshul Kundaje      - Assistant Professor, Dept. of Genetics, Stanford University
  * Qunhua Li           - Assistant Professor, Dept. of Statistics, Pennsylvania State University
  * Peter J. Bickel     - Professor, Dept. of Statistics, University of California at Berkeley
  * Nikhil R Podduturi  - J. Michael Cherry Lab, Dept. of Genetics, Stanford University
  * J. Seth Strattan    - J. Michael Cherry Lab, Dept. of Genetics, Stanford University

### Issues

If you notice any problem with the code, please file an issue over [here](https://github.com/nboley/idr/issues)

Packages

No packages published

Languages

  • Python 88.2%
  • C 11.8%