Skip to content

Commit 4810ba6

Browse files
committed
Add package description in the README
1 parent 32dedc1 commit 4810ba6

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

README.Rmd

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

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1+
2+
<!-- README.md is generated from README.Rmd. Please edit that file -->
3+
14
# easyqpcr2
5+
6+
<!-- badges: start -->
7+
<!-- badges: end -->
8+
9+
Rebuild of the abandoned EasyqpcR package, from Bioconductor (V 2.12).
10+
As EasyqpcR, this package is intended for the analysis of low-throughput
11+
real-time quantitative PCR data, based on the qBase algorithms published
12+
by Hellemans et al. in 2007.
13+
14+
Several functions were modyfied to be able to work with the newest
15+
version of R, and/or to add extra functionalities to them. New versions
16+
of the original functions state that they are modified of an original
17+
EasyqpcR function, and of which, in their descriptions.
18+
19+
## Installation
20+
21+
You can install the development version of easyqpcr2 from
22+
[GitHub](https://github.com/) with:
23+
24+
``` r
25+
# install.packages("devtools")
26+
devtools::install_github("dsrodriguezl/easyqpcr2"
27+
, dependencies = TRUE
28+
, build_vignettes = TRUE)
29+
```

0 commit comments

Comments
 (0)