Calculate the Ralative Quantity from a qPCR analysis set.
- R 100%
| data | ||
| man | ||
| R | ||
| .gitignore | ||
| .Rbuildignore | ||
| DESCRIPTION | ||
| LICENSE.md | ||
| NAMESPACE | ||
| README.md | ||
| README.Rmd | ||
| rq.Rproj | ||
rq
The goal of rq is to calculate the Relative Quantity of qPCR sets.
Installation
You can install the latest version of rq by downloading the latest release from this repository and executing:
install.packages('rq_<version>.tar.gz', repos = NULL, type = 'source', dependencies = TRUE)
or directly from R with an internet connection using devtools:
devtools::install_github('godrigos/rq', dependencies = TRUE)
Example
This is an example on how to use rq:
library(rq)
RQ <- rq(qpcr, "pUC18", "WT", "ITS2")
RQ
For more details consult the package help files inside R.