- Home
- Bioconductor 3.17
- Software Packages
- SummarizedBenchmark
SummarizedBenchmark
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see SummarizedBenchmark.
Classes and methods for performing benchmark comparisons
Bioconductor version: 3.17
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.
Author: Alejandro Reyes [aut] , Patrick Kimes [aut, cre]
Maintainer: Patrick Kimes <patrick.kimes at gmail.com>
citation("SummarizedBenchmark")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SummarizedBenchmark")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("SummarizedBenchmark")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.