-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
54 lines (54 loc) · 1 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
Package: SuperCell
Type: Package
Title: Simplification of scRNA-seq data by merging together similar cells
Version: 1.0
Author: Mariia Bilous
Maintainer: The package maintainer <mariia.bilous@unil.ch>
Description: Aggregates large single-cell data into metacell dataset by merging together gene expression of very similar cells.
License: file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
biocViews:
Software
Imports:
igraph,
RANN,
WeightedCluster,
corpcor,
weights,
Hmisc,
Matrix,
matrixStats,
plyr,
irlba,
grDevices,
patchwork,
gtools,
ggplot2,
umap,
entropy,
Rtsne,
bluster,
dbscan,
cowplot,
scales,
plotfunctions,
proxy,
methods,
rlang,
RoxygenNote: 7.2.3
Suggests:
SingleCellExperiment,
SummarizedExperiment,
scater,
Seurat,
knitr,
rmarkdown,
remotes,
velocyto.R,
testthat (>= 3.0.0)
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
Config/testthat/edition: 3