Package: SummarizedBenchmark
Type: Package
Title: Classes and methods for performing benchmark comparisons
Version: 2.12.0
Authors@R: c(person("Alejandro", "Reyes", role = "aut",
                    email = "alejandro.reyes.ds@gmail.com",
                    comment = c(ORCID = "0000-0001-8717-6612")),
             person("Patrick", "Kimes", role = c("aut", "cre"),
                    email = "patrick.kimes@gmail.com",
                    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
git_url: https://git.bioconductor.org/packages/SummarizedBenchmark
git_branch: RELEASE_3_14
git_last_commit: 78e1a22
git_last_commit_date: 2021-10-26
Date/Publication: 2021-10-26
NeedsCompilation: no
Packaged: 2021-10-27 04:21:05 UTC; biocbuild
Author: Alejandro Reyes [aut] (<https://orcid.org/0000-0001-8717-6612>),
  Patrick Kimes [aut, cre] (<https://orcid.org/0000-0001-6819-9077>)
Maintainer: Patrick Kimes <patrick.kimes@gmail.com>
Built: R 4.1.1; ; 2021-10-27 13:41:36 UTC; windows
