-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 864 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
Package: CSFAtlasTools
Title: Helper functions for the CSF Immune Atlas analysis
Version: 2.0.0
Authors@R:
person("Michael", "Heming", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9568-2790"))
Description: This packages provides helper functions for the CSF Immune Atlas analysis.
URL: https://github.com/mihem/CSFAtlasTools
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
glue,
readr,
ggplot2,
tidyr,
RColorBrewer,
bestNormalize,
pheatmap,
recipes,
tibble,
grDevices,
viridis,
broom,
WRS2,
Seurat,
abind,
datathin,
mclust,
tune,
yardstick,
ggsignif
Suggests:
testthat (>= 3.0.0),
parsnip,
rsample
Config/testthat/edition: 3
Remotes: anna-neufeld/datathin