forked from ImmuneDynamics/Spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·42 lines (41 loc) · 923 Bytes
/
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
Package: Spectre
Type: Package
Title: A computational toolkit in R for the integration, exploration, and analysis of high-dimensional single-cell cytometry data.
Version: 0.4.1
Author: Thomas Ashhurst, Felix Marsh-Wakefield, Givanna Putri
Maintainer: Thomas Ashhurst <thomas.ashhurst@sydney.edu.au>
Description: A computational toolkit in R for the integration, exploration, and analysis of high-dimensional single-cell cytometry data.
Depends: R (>= 3.6.0)
License: MIT Licence
Encoding: UTF-8
LazyData: true
Imports:
devtools,
plyr,
dplyr,
data.table,
tidyr,
rstudioapi,
Rtsne,
umap,
ggplot2,
ggthemes,
scales,
colorRamps,
RColorBrewer,
gridExtra,
pheatmap,
ggpubr,
caret,
FNN,
ggpointdensity,
factoextra,
gtools,
tidygraph,
ggraph,
stringr,
rsvd,
irlba
Suggests:
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)