-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.11 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
Package: miloDE
Title: Sensitive DE testing using neighbourhoods instead of discrete clusters
Version: 0.0.0.9000
Authors@R:
person("Alsu", "Missarova", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Sensitive DE testing using neighbourhoods instead of discrete clusters.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Imports:
dplyr,
ggplot2,
ggpubr,
Matrix,
scuttle,
SingleCellExperiment,
SummarizedExperiment,
stats,
tibble,
RcppGreedySetCover,
igraph,
miloR,
edgeR,
Augur,
S4Vectors,
reshape2,
ggraph,
grDevices,
BiocParallel,
RColorBrewer,
methods,
ggbeeswarm,
limma
Remotes:
github::neurorestore/Augur,
github::Bioconductor/MatrixGenerics,
github::const-ae/sparseMatrixStats
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
scran,
Seurat,
scWGCNA,
uwot,
MouseGastrulationData,
viridis
VignetteBuilder: knitr
LazyData: true
Config/testthat/edition: 3