-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.72 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
Package: pipeComp
Type: Package
Title: pipeComp pipeline benchmarking framework
Version: 1.5.0
Depends: R (>= 4.1)
Authors@R: c(
person("Pierre-Luc", "Germain", email="[email protected]", role=c("cre","aut"), comment = c(ORCID = "0000-0003-3418-4218")),
person("Anthony", "Sonrel", email="[email protected]", role="aut", comment = c(ORCID = "0000-0002-2414-715X")),
person("Mark D.", "Robinson", email="[email protected]", role=c("aut","fnd"), comment = c(ORCID = "0000-0002-3048-5518")) )
Description: 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.
Imports: BiocParallel, S4Vectors, ComplexHeatmap, SingleCellExperiment, SummarizedExperiment, Seurat, matrixStats,
Matrix, cluster, aricode, methods, utils, dplyr, grid, scales, scran, viridisLite, clue, randomcoloR,
ggplot2, cowplot, intrinsicDimension, scater, knitr, reshape2, stats, Rtsne, uwot, circlize, RColorBrewer
Suggests: BiocStyle, rmarkdown
License: GPL
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://doi.org/10.1186/s13059-020-02136-7
BugReports: https://github.com/plger/pipeComp
biocViews: GeneExpression, Transcriptomics, Clustering, DataRepresentation