-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 1.97 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 1.97 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: cyCONDOR
Type: Package
Title: Flow Cytometry data analysis toolbox
Version: 0.3.1
Authors@R: c(
person(given = "Lorenzo", family = "Bonaguro", email = "lorenzo.bonaguro@dzne.de", role = c("aut", "cre")),
person(given = "Charlotte", family = "Kroeger", email = "charlotte.kroeger@dzne.de", role = "aut"),
person(given = "Sophie", family = "Mueller", email = "sophie.mueller@dzne.de", role = "aut"),
person(given = "Jacqueline", family = "Leidner", email = "jacqueline.leidner@dzne.de", role = "aut"),
person(given = "Aleksej", family = "Frolov", email = "aleksej.frolov@dzne.de", role = "aut"),
person(given = "Francesco", family = "Elli", email = "francesco.elli@dzne.de", role = "aut"),
person(given = "Nico", family = "Henschel", email = "nico.henschel@dzne.de", role = "aut")
)
Description: Flow cytometry analysis workflow. The aim of this project is to
provide an intuitive workflow for the analysis of high-dimensionality cytometry data in R.
URL: https://lorenzobonaguro.github.io/cyCONDOR, https://github.com/lorenzobonaguro/cyCONDOR
template:
License: GPL-3 + file LICENSE
Encoding: UTF-8
biocViews:
Imports:
ggplot2,
RColorBrewer,
Matrix,
pheatmap,
reshape2,
flowCore,
Rtsne,
Rphenograph,
devtools,
umap,
ggpubr,
readr,
readxl,
stringr,
harmony,
ggsci,
destiny,
SingleCellExperiment,
slingshot,
Rmisc,
ggrastr,
igraph,
uwot,
FlowSOM,
Rphenoannoy,
ggrepel,
caret,
randomForest,
flowWorkspace,
Biobase,
CytoML,
CytoDx,
Hmisc,
DelayedMatrixStats,
cowplot,
dplyr,
reticulate,
SummarizedExperiment,
diffcyt,
ggridges,
rstatix,
tidyr,
CytoNorm,
corrplot,
S4Vectors
Remotes:
JinmiaoChenLab/Rphenograph,
stuchly/Rphenoannoy,
saeyslab/CytoNorm@362ac08
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
here
Config/testthat/edition: 3