-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·60 lines (60 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: cyCombine
Title: Robust integration of single-cell cytometry datasets within and across technologies
Version: 0.2.19
Authors@R:
c(person(given = "Christina Bligaard",
family = "Pedersen",
role = c("aut"),
email = "chrbl@dtu.dk",
comment = c(ORCID = "0000-0002-9895-0930")),
person(given = "Søren Helweg",
family = "Dam",
role = c("aut", "cre"),
email = "sohdam@dtu.dk",
comment = c(ORCID = "0000-0003-0755-0016")),
person(given = "Lars Rønn",
family = "Olsen",
role = c("aut"),
comment = c(ORCID = "0000-0002-6725-7850")))
Description: A package for combining single-cell cytometry datasets that increases the analytical flexibility and the statistical power of the analyses while minimizing technical noise.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
magrittr,
flowCore,
kohonen,
tibble,
sva,
dplyr,
readxl,
readr,
Biobase,
purrr,
stringr,
stats
Suggests:
rmarkdown,
testthat,
emdist,
ggridges,
uwot,
plyr,
graphics,
SingleCellExperiment,
SummarizedExperiment,
grDevices,
viridis,
tidyr,
Matrix,
outliers,
ggplot2,
RColorBrewer,
cowplot,
prettydoc,
knitr,
CATALYST
VignetteBuilder: knitr
Depends:
R (>= 4.0)