-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 980 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
42
43
44
45
46
47
48
49
50
51
52
Package: scMisc
Title: Utils for scRNA-seq
Version: 0.4.0
Authors@R:
person(given = "Michael",
family = "Heming",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9568-2790"))
Description: helper functions for scRNA-seq analysis based on Seurat.
URL: https://github.com/mihem/scMisc
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
hdf5r
Config/testthat/edition: 3
Imports:
Seurat,
readr,
glue,
viridis,
ggplot2,
pheatmap,
homologene,
dplyr,
tibble,
magrittr,
clustifyr,
ggrepel,
writexl,
ggsignif,
patchwork,
rstatix,
readxl,
tidyr,
speckle,
limma,
RColorBrewer,
factoextra,
FactoMineR,
Matrix,
ggpubr,
enrichR,
tidyselect,
methods,
stringr,
forcats
Remotes: wjawaid/enrichR