forked from samuel-marsh/scCustomize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.65 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
Package: scCustomize
Type: Package
Title: An R package for custom visualization & analyses of single cell sequencing.
Version: 0.7.0
Date: 2022-01-10
Authors@R: c(
person(given = "Samuel", family = "Marsh", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3012-6945")),
person(given = "Ming", family = "Tang", role = c("ctb"), email = "[email protected]"),
person(given = 'Velina', family = 'Kozareva', role = c('ctb'))
)
Description: Collection of functions created and/or curated to aid in the visualization and analysis of single-cell data using R.
URL: https://github.com/samuel-marsh/scCustomize, https://samuel-marsh.github.io/scCustomize, https://doi.org/10.5281/zenodo.5706431
BugReports: https://github.com/samuel-marsh/scCustomize/issues
Depends: Seurat (>= 4.0.6)
Imports:
circlize,
colorway,
cowplot,
data.table,
dittoSeq,
dplyr,
forcats,
ggbeeswarm,
ggplot2,
ggpubr,
ggprism,
ggrastr,
ggrepel,
glue,
grid,
janitor,
magrittr,
Matrix,
paletteer,
patchwork,
pbapply,
purrr,
remotes (>= 2.4.0),
scales,
scattermore (>= 0.7),
Seurat (>= 4.0.5),
SeuratObject (>= 4.0.3),
stringi,
stringr,
tibble,
tidyr,
tidyselect,
viridis
Remotes:
hypercompetent/colorway,
dtm2451/dittoSeq,
csdaw/ggprism
Suggests:
ComplexHeatmap,
DropletUtils,
knitr,
Nebulosa,
rliger,
rmarkdown,
tidyverse,
qs
VignetteBuilder: knitr, rmarkdown
License: GPL (>= 3) | file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2