-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
executable file
·80 lines (80 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Type: Package
Package: Spectre
Title: High-dimensional cytometry and imaging analysis
Version: 1.2.0
Date: 2023-11-12
Authors@R: c(
person("Thomas", "Ashhurst", , "thomas.ashhurst@sydney.edu.au", role = c("aut", "cre")),
person("Felix", "Marsh-Wakefield", , "felix.marsh-wakefield@sydney.edu.au", role = "aut"),
person("Givanna", "Putri", , "putri.g@wehi.edu.au", role = "aut")
)
Description: A computational toolkit in R for the integration,
exploration, and analysis of high-dimensional single-cell cytometry
and imaging data.
License: `use_mit_license()` + file LICENSE
URL: https://github.com/ImmuneDynamics/Spectre
BugReports: https://github.com/ImmuneDynamics/Spectre/issues
Depends:
R (>= 3.6.0)
biocViews:
Imports:
colorRamps,
data.table,
dendsort,
factoextra,
flowCore,
FlowSOM,
ggplot2,
ggpointdensity,
ggpubr,
ggthemes,
gridExtra,
gtools,
irlba,
parallel,
patchwork,
pheatmap,
RColorBrewer,
rstudioapi,
rsvd,
Rtsne,
scales,
scattermore,
umap,
uwot,
viridis
Suggests:
Biobase,
caret,
CytofRUV,
CytoNorm,
devtools,
EnhancedVolcano,
exactextractr,
FNN,
formatR,
harmony,
HDF5Array,
limma,
qs,
raster,
Rcpp,
rgdal,
rgeos,
rhdf5,
Rphenograph,
s2,
Seurat,
SeuratObject,
sf,
SingleCellExperiment,
sp,
stars,
testthat (>= 3.0.0),
tiff,
usethis
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1