[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/PCRedux)](https://cran.r-project.org/package=PCRedux)
[![Downloads](http://cranlogs.r-pkg.org/badges/PCRedux)](https://cran.r-project.org/package=PCRedux)
[![Travis-CI Build Status](https://travis-ci.org/PCRuniversum/PCRedux.svg?branch=master)](https://travis-ci.org/PCRuniversum/PCRedux)
[![codecov.io](https://codecov.io/github/PCRuniversum/PCRedux/coverage.svg?branch=master)](https://codecov.io/github/PCRuniversum/PCRedux?branch=master)
![PCRedux](https://raw.githubusercontent.com/PCRuniversum/PCRedux/master/vignettes/Logo.png)
# PCRedux
Quantitative PCR Machine Learning Toolkit
## Installation
*PCRedux* is available [on CRAN](https://cran.r-project.org/package=PCRedux). However, you
can install the latest development version of the code using the following code:
```R
library("devtools")
install_github("PCRuniversum/PCRedux")
```
## Manual
The manual is available [online](https://PCRuniversum.github.io/PCRedux/).