-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1021 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
53
54
Package: scbp
Type: Package
Title: Boilerplate functions for single cell rna-seq analysis
Version: 0.1.0
Authors@R: c(
person('Kent', 'Riemondy', role = c('cre', 'aut'),
email = '[email protected]',
comment = c(ORCID = '0000-0003-0750-1273'))
)
Maintainer: The package maintainer <[email protected]>
Description: Lightweight wrappers to customize various plotting routines and
analysis methods.
License: MIT
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
cowplot,
RColorBrewer,
ggplot2,
ggbeeswarm,
stringr,
tidyr,
Seurat (>= 4.0.0),
SeuratObject,
reticulate,
readxl,
readr,
rlang,
Gmisc,
tools,
openxlsx,
glue,
here,
tibble,
dplyr,
purrr,
DropletUtils,
BUSpaRse,
ComplexHeatmap,
S4Vectors,
RANN,
ggrepel (>= 0.9.0),
circlize,
viridis,
rmarkdown,
edgeR,
grDevices,
tximport,
Matrix
Suggests:
data.table
RoxygenNote: 7.2.3