https://github.com/cran/PCRedux
Raw File
Tip revision: f003933185aec8cd46a8edc0faed1e80ba9ff9f5 authored by Stefan Roediger on 31 October 2019, 09:30:02 UTC
version 1.0-2
Tip revision: f003933
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)
[![Licence](https://github.com/PCRuniversum/PCRedux/blob/docs/vignettes/MIT.svg)](https://opensource.org/licenses/MIT)

![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
source("https://install-github.me/PCRuniversum/PCRedux")
```

## Manual

The manual is available [online](https://PCRuniversum.github.io/PCRedux/).
back to top