-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
49 lines (49 loc) · 1.3 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
Package: diffcyt
Version: 1.23.1
Title: Differential discovery in high-dimensional cytometry via high-resolution clustering
Description: Statistical methods for differential discovery analyses in high-dimensional cytometry data (including flow cytometry, mass cytometry or CyTOF, and oligonucleotide-tagged cytometry), based on a combination of high-resolution clustering and empirical Bayes moderated tests adapted from transcriptomics.
Authors@R: person("Lukas M.", "Weber", email = "lmweberedu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3282-1730"))
URL: https://github.com/lmweber/diffcyt
BugReports: https://github.com/lmweber/diffcyt/issues
License: MIT + file LICENSE
biocViews:
ImmunoOncology,
FlowCytometry,
Proteomics,
SingleCell,
CellBasedAssays,
CellBiology,
Clustering,
FeatureExtraction,
Software
Depends: R (>= 3.4.0)
Imports:
flowCore,
FlowSOM,
SummarizedExperiment,
S4Vectors,
limma,
edgeR,
lme4,
multcomp,
dplyr,
tidyr,
reshape2,
magrittr,
stats,
methods,
utils,
grDevices,
graphics,
ComplexHeatmap,
circlize,
grid
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
HDCytoData,
CATALYST
RoxygenNote: 7.1.1