-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
147 lines (147 loc) · 2.53 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Package: CellMembrane
Type: Package
Title: A package with high-level wrappers and pipelines for single-cell RNA-seq tools
Version: 1.0.0
Author: Bimber Lab
Maintainer: The package maintainer <[email protected]>
Description: The goal of this package is to provide high-level wrappers and pipelines to process single-cell RNA-seq data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.3.0)
Imports:
Seurat,
SeuratObject,
tidyr,
dplyr,
naturalsort,
Matrix,
ggplot2,
patchwork,
R.utils,
utils,
stats,
reshape2,
DropletUtils,
SingleR,
celldex,
DESeq2,
MAST,
SummarizedExperiment,
scDblFinder,
pheatmap,
ComplexHeatmap,
methods,
egg,
scuttle,
DT,
SingleCellExperiment,
dsb,
ggnewscale,
BiocParallel,
rlang,
magick,
pdftools,
reticulate,
SoupX,
hdf5r,
phytools,
rentrez,
RIRA,
UCell (>= 2.6.0),
grid,
ggplotify,
phateR,
magrittr,
edgeR,
limma,
future.apply,
ggrepel,
SDAtools,
dropsim,
RColorBrewer,
scales,
clusterProfiler,
ggforce,
compositions,
matrixStats,
RUVSeq,
lda,
parallel,
text2vec,
tibble,
readr,
mlr3verse,
mlr3,
glmnet,
flexmix,
jsonlite,
dbscan,
geometry,
CSCORE,
WGCNA,
escape (>= 1.99.0),
GSVA (>= 1.51.5),
dynamicTreeCut,
pacman,
circlize,
conover.test,
colorspace,
forcats,
presto,
decoupleR,
OmnipathR
Suggests:
devtools,
testthat (>= 2.1.0),
knitr,
rmdformats,
rmarkdown,
shiny,
pkgdown,
org.Hs.eg.db,
org.Mmu.eg.db
RoxygenNote: 7.3.2
URL: https://github.com/BimberLabInternal/CellMembrane
BugReports: https://github.com/BimberLabInternal/CellMembrane/issues
Remotes:
niaid/dsb,
bimberlab/RIRA,
marchinilab/SDAtools,
marchinilab/dropsim,
drisso/RUVSeq,
carmonalab/UCell,
davidcsterratt/geometry/pkg,
ChangSuBiostats/CS-CORE,
ncborcherding/escape,
rcastelo/GSVA,
immunogenomics/presto
Config/reticulate:
list(
packages = list(
list(package = "phate"),
list(package = "sctour")
)
)
Collate:
'Analysis.R'
'CSCore.R'
'Preprocessing.R'
'Utils.R'
'CiteSeq.R'
'CoNGA.R'
'Doublets.R'
'LDA.R'
'Phate.R'
'PseudoBulk.R'
'SDA.R'
'SeuratUtils.R'
'Seurat_III.R'
'SingleR_Seurat.R'
'Spatial.R'
'data.R'
'decoupleR.R'
'escape.R'
'sctour.R'
VignetteBuilder: knitr