forked from zhanghao-njmu/SCP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
124 lines (124 loc) · 2.04 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Package: SCP
Type: Package
Title: Single Cell Pipeline
Version: 0.5.6
Author: Hao Zhang
Maintainer: Hao Zhang <haozhang@njmu.edu.cn>
Description: An end-to-end Single-Cell Pipeline designed to facilitate comprehensive analysis and exploration of single-cell data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: True
LazyDataCompression: xz
Depends:
R (>= 4.1.0)
biocViews: SingleCell, GeneExpression, SingleCellWorkflow, Visualization, ShinyApps
Imports:
AnnotationDbi,
biomaRt,
BiocParallel,
circlize,
clusterProfiler,
ComplexHeatmap (>= 2.13.0),
data.table,
dplyr (>= 1.1.0),
future,
future.apply,
ggnewscale,
ggplot2 (>= 3.4.0),
ggrepel,
ggforce,
GO.db,
GOSemSim,
grDevices,
grid,
gtable,
HDF5Array,
igraph,
intrinsicDimension,
methods,
mgcv,
Matrix,
patchwork,
pbapply,
png,
plotly,
proxyC,
R.cache,
R.utils,
reshape2,
reticulate,
rlang,
rhdf5,
scales,
simplifyEnrichment (>= 1.5.2),
slingshot,
Signac,
Seurat (>= 4.2.0),
SeuratObject,
uwot
Suggests:
AUCell,
batchelor,
Biobase,
BiocGenerics,
BiocManager,
concaveman,
conos,
covr,
cowplot,
dendextend,
destiny,
devtools,
DDRTree,
e1071,
ggpubr,
ggridges,
ggsignif,
ggupset,
ggVennDiagram,
ggwordcloud,
glmGamPoi,
glmpca,
harmony,
hexbin,
htmlwidgets,
httr,
metR,
monocle,
MatrixGenerics,
MASS,
NMF,
openxlsx,
org.Hs.eg.db,
org.Mm.eg.db,
promises,
purrr,
PFAM.db,
ragg,
reactome.db,
renv,
RcppParallel,
RcppML,
scattermore,
scds,
scDblFinder,
scmap,
sf,
shiny (>= 1.6.0),
styler,
stringr,
sva,
symphony,
S4Vectors,
SingleR,
SingleCellExperiment,
SummarizedExperiment,
testthat (>= 3.0.0),
tidyr,
umap,
UCell,
withr
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Config/testthat/edition: 3
URL: https://github.com/zhanghao-njmu/SCP