forked from zhanghao-njmu/SCP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
102 lines (102 loc) · 1.7 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Package: SCP
Type: Package
Title: Single Cell Pipeline
Version: 0.3.0
Author: Hao Zhang
Maintainer: Hao Zhang <[email protected]>
Description: SCP provides a comprehensive set of tools for single cell data processing and downstream analysis.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: True
LazyDataCompression: xz
Depends:
R (>= 4.1.0)
biocViews: SingleCell, Visualization
Imports:
AnnotationDbi,
BiocParallel,
biomaRt,
ComplexHeatmap (>= 2.13.0),
circlize,
clusterProfiler,
cowplot,
dplyr (>= 1.1.0),
ggnewscale,
ggplot2 (>= 3.4.0),
ggtree (>= 3.6.1),
ggrepel,
GO.db,
GOSemSim,
grDevices,
grid,
gtable,
gtools,
graphics,
igraph,
intrinsicDimension,
Matrix (>= 1.5-3),
methods,
mgcv,
org.Hs.eg.db,
org.Mm.eg.db,
parallelDist,
png,
proxyC,
R.cache,
R.utils,
Rcpp,
reshape2,
reticulate,
rlang,
Signac,
Seurat (>= 4.2.0),
SeuratObject,
scales,
sf,
simplifyEnrichment (>= 1.5.2),
slingshot,
uwot
Remotes:
jokergoo/ComplexHeatmap,
jokergoo/simplifyEnrichment,
YuLab-SMU/ggtree
Suggests:
AUCell,
covr,
destiny,
devtools,
ggupset,
ggsignif,
ggwordcloud,
ggVennDiagram,
glmGamPoi,
hexbin,
htmlwidgets,
httr,
HDF5Array,
MASS,
Mfuzz,
metR,
monocle,
NMF,
plotly,
RcppParallel,
RcppML,
renv,
rhdf5,
rliger,
S4Vectors,
scattermore,
scds,
scDblFinder,
scmap,
styler,
sva,
SingleR,
testthat (>= 3.0.0),
UCell,
umap
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Config/testthat/edition: 3
URL: https://github.com/zhanghao-njmu/SCP