- Home
- Bioconductor 3.12
- Software Packages
- pipeComp
pipeComp
This package is for version 3.12 of Bioconductor; for the stable, up-to-date release version, see pipeComp.
pipeComp pipeline benchmarking framework
Bioconductor version: 3.12
A simple framework to facilitate the comparison of pipelines involving various steps and parameters. The `pipelineDefinition` class represents pipelines as, minimally, a set of functions consecutively executed on the output of the previous one, and optionally accompanied by step-wise evaluation and aggregation functions. Given such an object, a set of alternative parameters/methods, and benchmark datasets, the `runPipeline` function then proceeds through all combinations arguments, avoiding recomputing the same step twice and compiling evaluations on the fly to avoid storing potentially large intermediate data.
Author: Pierre-Luc Germain [cre, aut] , Anthony Sonrel [aut] , Mark D. Robinson [aut, fnd]
Maintainer: Pierre-Luc Germain <pierre-luc.germain at hest.ethz.ch>
citation("pipeComp")):
Installation
To install this package, start R (version "4.0") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("pipeComp")
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("pipeComp")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.