Git Product home page Git Product logo

intrigue's Introduction

INTRIGUE: Quantify and Control Reproducibility In high-throughput Experiments

Description

This repository contains the software implementations for INTRIGUE, a statistical method to quantify and control reproducibility in high-throughput experiments. The statistical models and the computational procedures are described in [1].

The repository includes source code (C/C++ and R) and necessary data/scripts to replicate all the analysis results described in [1]. A docker image that replicate the original computational environment for the analysis is also included.

License

Software distributed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See LICENSE for more details.

Source code

The computational methods are implemented in R and C/C++.

R source

Source code for R package INTRIGUE is included in R_src. To install, run

library(devtools)
install_github("ArtemisZhao/INTRIGUE/R_src")

The pdf manual for the R package is available in here.

C/C++ Source

C/C++ code for a standalone binary executable is in cpp_src. To compile, run

make

The command line options for running the binary are described in here.

Simulation and real data analysis

The necessary code and data for simulation and real data application described in the INTRIGUE paper are included in intrigue_paper. They should enable readers to fully reproduce our results.

Docker image

We provide a docker image to reproduce all our analysis described in the INTRIGUE paper. The detailed instructions are available in docker directory.

Contributors

  • Yi Zhao (University of Michigan)
  • Xiaoquan Wen (Univerisity of Michigan)

References and Citations

[1] INTRIGUE: Quantify and Control Reproducibility in High-throughput Experiments. Zhao, Y., Sampson, M., and Wen, X. (2020) [preprint]

intrigue's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.