-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.02 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
Package: CytoNorm
Type: Package
Title: Normalisation of cytometry data measured across multiple batches
Version: 2.0.9
Authors@R: c(person("Sofie", "Van Gassen", role = c("aut", "cre"),
email = "sofie.vangassen@ugent.be"),
person("Katrien", "Quintelier", role = c("aut"),
email = "KatrienL.Quintelier@UGent.be"))
Description: This package can be used to normalize cytometry samples when
a control sample is taken along in each of the batches.
This is done by first identifying multiple clusters/cell types,
learning the batch effects from the control samples and applying
quantile normalization on all markers of interest.
Depends:
R (>= 3.5)
Imports:
flowCore,
FlowSOM,
emdist,
dplyr,
stringr,
pheatmap,
ggplot2 (>= 3.5.1),
ggpubr,
methods,
gridExtra,
ggridges,
tidyr
Suggests:
BiocStyle,
knitr,
rmarkdown
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 7.3.2
VignetteBuilder: knitr