-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.28 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: BERT
Title: High Performance Data Integration for Large-Scale Analyses of Incomplete Omic Profiles Using Batch-Effect Reduction Trees (BERT)
Version: 1.3.0
Authors@R:
c(person("Yannis", "Schumann", , "schumany@hsu-hh.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2379-200X")),
person("Simon", "Schlumbohm", , "schlumbohm@hsu-hh.de", role = c("aut"),
comment = c(ORCID = "0000-0002-0083-5142")))
Description: Provides efficient batch-effect adjustment of data with missing
values. BERT orders all batch effect correction to a tree of pairwise computations.
BERT allows parallelization over sub-trees.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews:
BatchEffect,
Preprocessing,
ExperimentalDesign
URL: https://github.com/HSU-HPC/BERT/
BugReports: https://github.com/HSU-HPC/BERT/issues
License: GPL-3
Depends: R (>= 4.3.0)
Imports:
cluster,
comprehenr,
foreach (>= 1.5.2),
invgamma,
iterators (>= 1.0.14),
janitor (>= 2.2.0),
limma (>= 3.46.0),
logging (>= 0.10-108),
sva (>= 3.38.0),
SummarizedExperiment,
methods,
BiocParallel
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
BiocStyle
Config/testthat/edition: 3
VignetteBuilder: knitr