-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.25 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
Package: censcyt
Version: 1.7.1
Title: Differential abundance analysis with a right censored covariate in high-dimensional cytometry
Description: Methods for differential abundance analysis in high-dimensional cytometry data when a covariate is subject to right censoring (e.g. survival time) based on multiple imputation and generalized linear mixed models.
Authors@R: person("Reto", "Gerber", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5414-8906"))
URL: https://github.com/retogerber/censcyt
BugReports: https://github.com/retogerber/censcyt/issues
License: MIT + file LICENSE
biocViews:
ImmunoOncology,
FlowCytometry,
Proteomics,
SingleCell,
CellBasedAssays,
CellBiology,
Clustering,
FeatureExtraction,
Software,
Survival
Depends:
R (>= 4.0),
diffcyt
Imports:
BiocParallel,
broom.mixed,
dirmult,
dplyr,
edgeR,
fitdistrplus,
lme4,
magrittr,
MASS,
methods,
mice,
multcomp,
purrr,
rlang,
S4Vectors,
stats,
stringr,
SummarizedExperiment,
survival,
tibble,
tidyr,
utils
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
ggplot2
RoxygenNote: 7.1.2