https://github.com/cran/PCRedux
Tip revision: 0dda7b254a36ceeb9f0757a42030af69eb5b8bfa authored by Stefan Roediger on 16 March 2021, 14:50:02 UTC
version 1.1
version 1.1
Tip revision: 0dda7b2
README.md
[![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/).