-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 981 Bytes
/
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
Package: HDB
Type: Package
Title: Hausdorff Distance of Batches
Version: 0.0.900
Authors@R: c(person(given = "Giuseppe",
family = "D'Agostino",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8315-7406")),
person(given = "Sarah",
family = "Langley",
role = c("aut")),
person("Nanyang Technological University", role = "cph"))
Maintainer: Giuseppe D'Agostino <[email protected]>
Description: Uses the robust partial Hausdorff distance to preicsely estimate
symmetric and asymmetric batch effects in high-dimensional genomics data.
URL: https://github.com/langleylab/H?DB
BugReports: https://github.com/langleylab/HDB/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
SingleCellExperiment,
SummarizedExperiment,
BiocNeighbors,
BiocParallel,
ggplot2,
reshape2
RoxygenNote: 7.2.3