-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
42 lines (31 loc) · 1.06 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# easyqpcr2
<!-- badges: start -->
<!-- badges: end -->
Rebuild of the abandoned EasyqpcR package, from Bioconductor (V 2.12).
As EasyqpcR, this package is intended for the analysis of low-throughput
real-time quantitative PCR data, based on the qBase algorithms published by
Hellemans et al. in 2007.
Several functions were modyfied to be able to work with the newest version of R,
and/or to add extra functionalities to them. New versions of the original
functions state that they are modified of an original EasyqpcR function, and of
which, in their descriptions.
## Installation
You can install the development version of easyqpcr2 from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("dsrodriguezl/easyqpcr2"
, dependencies = TRUE
, build_vignettes = TRUE)
```