-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.06 KB
/
DESCRIPTION
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
Type: Package
Package: easyqpcr2
Title: Custom package based on the abandoned EasyqpcR package
Version: 0.1.0
Date: 2023-04-02
Author: Daniel S. Rodríguez-Leon
Maintainer: Daniel S. Rodríguez-Leon
Description: 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.
License: GPL(>=3)
Imports:
broom (>= 1.0.4),
dplyr (>= 1.1.0),
matrixStats (>= 0.63.0),
plyr (>= 1.8.8),
purrr (>= 1.0.1),
stats (>= 4.2.2),
stringr (>= 1.5.0),
tidyr (>= 1.3.0),
utils (>= 4.2.2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3