-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.08 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
Type: Package
Package: phenomenalist
Title: Analysis Toolkit for PhenoCycler (CODEX) Data in R
Version: 0.0.0.9003
Authors@R:
person("Igor", "Dolgalev", , "igor.dolgalev@nyumc.org", role = c("aut", "cre"))
Description: A collection of tools for cleaning, clustering, and plotting
PhenoCycler (CODEX) data.
License: MIT + file LICENSE
URL: https://igordot.github.io/phenomenalist/
BugReports: https://github.com/igordot/phenomenalist/issues
Depends:
ggplot2,
R (>= 4.1),
SpatialExperiment
Imports:
ComplexHeatmap,
cowplot,
data.table,
dplyr,
FNN,
ggsci,
glue,
igraph (>= 1.2.7),
janitor (>= 1.2.0),
methods,
RColorBrewer,
readr,
rlang (>= 0.4.11),
scattermore,
scran,
scuttle,
SingleCellExperiment,
stringr,
SummarizedExperiment,
tibble,
tidyr,
tidyselect,
uwot
Suggests:
covr,
knitr,
remotes,
rmarkdown,
roxygen2,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
biocViews:
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)