- Home
- Bioconductor 3.22
- Software Packages
- pipeComp
pipeComp
This is the released version of pipeComp; for the devel version, see pipeComp.
pipeComp pipeline benchmarking framework
Bioconductor version: Release (3.22)
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] ORCID iD ORCID: 0000-0003-3418-4218 , Anthony Sonrel [aut] ORCID iD ORCID: 0000-0002-2414-715X , Mark D. Robinson [aut, fnd] ORCID iD ORCID: 0000-0002-3048-5518
Maintainer: Pierre-Luc Germain <pierre-luc.germain at hest.ethz.ch>
citation("pipeComp")):
Installation
To install this package, start R (version "4.5") 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.