-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
61 lines (61 loc) · 1.56 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
61
Package: FlowCT
Type: Package
Title: A semi-automated workflow for deconvolution of immunophenotypic data and objective reporting on large datasets
Version: 1.0.0
Authors@R: c(
person("Cirino", "Botta", email = "[email protected]", role = "aut"),
person("Juan José", "Garcés", email = "[email protected]", role = c("aut", "cre")))
Description: FlowCT is a semi-automated pipeline for flow cytometry data analysis.
Starting from compensated data obtained with standardized protocols, allows simultaneous analyses of multiple files, automated cell clustering and statistical analysis. It provides results in tabular format that can be exported into other databases for integrated analysis (e.g. clinical trials).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 4.0.0),
SingleCellExperiment (>= 1.10.1)
Imports:
flowCore (>= 2.0.0),
data.table,
dplyr,
ggplot2,
ggpubr,
methods,
ncdfFlow,
pheatmap,
progress,
RColorBrewer,
reticulate,
SummarizedExperiment,
scales,
filesstrings
Remotes:
immunogenomics/harmony,
exaexa/scattermore
Suggests:
flowStats (>= 4.0.0),
harmony (>= 1.0),
scattermore (>= 0.7),
flowAI (== 1.12.7),
ape,
ConsensusClusterPlus,
corrplot,
cowplot,
FlowSOM,
future,
ggrepel,
ggridges,
ggtree,
gridExtra,
Hmisc,
partykit,
plotly,
rpart,
rpart.plot,
Rphenograph,
Rtsne,
Seurat,
survminer,
uwot,
survival
BugReports: https://github.com/paiva-s-lab/FlowCT/issues