-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
61 lines (61 loc) · 2.03 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: SummarizedBenchmark
Type: Package
Title: Classes and methods for performing benchmark comparisons
Version: 2.11.1
Authors@R: c(person("Alejandro", "Reyes", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8717-6612")),
person("Patrick", "Kimes", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6819-9077")))
BugReports: https://github.com/areyesq89/SummarizedBenchmark/issues
URL: https://github.com/areyesq89/SummarizedBenchmark, http://bioconductor.org/packages/SummarizedBenchmark/
Description: This package defines the BenchDesign and SummarizedBenchmark classes for building,
executing, and evaluating benchmark experiments of computational methods. The SummarizedBenchmark
class extends the RangedSummarizedExperiment object, and is designed to provide infrastructure
to store and compare the results of applying different methods to a shared data set.
This class provides an integrated interface to store metadata such as method parameters and software
versions as well as ground truths (when these are available) and evaluation metrics.
biocViews: Software, Infrastructure
Depends: R (>= 3.6),
tidyr,
SummarizedExperiment,
S4Vectors,
BiocGenerics,
methods,
UpSetR,
rlang,
stringr,
utils,
BiocParallel,
ggplot2,
mclust,
dplyr,
digest,
sessioninfo,
crayon,
tibble
Suggests: iCOBRA,
BiocStyle,
rmarkdown,
knitr,
magrittr,
IHW,
qvalue,
testthat,
DESeq2,
edgeR,
limma,
tximport,
readr,
scRNAseq,
splatter,
scater,
rnaseqcomp,
biomaRt
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Config/testthat/edition: 3