Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcruniversum/pcredux
quantitative PCR machine learning helper tool
https://github.com/pcruniversum/pcredux
Last synced: about 1 month ago
JSON representation
quantitative PCR machine learning helper tool
- Host: GitHub
- URL: https://github.com/pcruniversum/pcredux
- Owner: PCRuniversum
- License: other
- Created: 2017-08-23T06:53:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T15:11:16.000Z (5 months ago)
- Last Synced: 2024-07-29T13:22:19.226Z (5 months ago)
- Language: TeX
- Size: 93.4 MB
- Stars: 7
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![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)
[![R-CMD-check](https://github.com/PCRuniversum/PCRedux/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/PCRuniversum/PCRedux/actions/workflows/R-CMD-check.yaml)![PCRedux](https://raw.githubusercontent.com/PCRuniversum/PCRedux/master/vignettes/Logo.png)
# PCRedux
Quantitative PCR Machine Learning Toolkit
The software extracts features from amplification curve data of quantitative Polymerase Chain Reactions (qPCR) ([Pabinger S. et al., 2014]( https://doi.org/10.1016%2Fj.bdq.2014.08.002)) for machine learning purposes. Helper functions prepare the amplification curve data for processing as functional data (e.g., Hausdorff distance) or enable the plotting of amplification curve classes (negative, ambiguous, positive). The hookreg() and hookregNL() functions ([Burdukiewicz M. et al., 2018](https://doi.org/10.1016%2Fj.bdq.2018.08.001)) can be used to predict amplification curves with an hook effect-like curvature. The pcrfit_single() function can be used to extract features from an amplification curve.
## 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/).