-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
58 lines (58 loc) · 1.43 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
Package: CiteFuse
Type: Package
Title: CiteFuse: multi-modal analysis of CITE-seq data
Version: 1.11.2
Authors@R: c(
person("Yingxin", "Lin", email = "[email protected]", role = c("aut", "cre")
),
person("Hani", "Kim", email = "[email protected]", role = c("aut"))
)
Description: CiteFuse pacakage implements a suite of methods and tools for CITE-seq data from pre-processing to integrative analytics, including doublet detection, network-based modality integration, cell type clustering, differential RNA and protein expression analysis, ADT evaluation, ligand-receptor interaction analysis, and interactive web-based visualisation of the analyses.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 4.0)
Imports:
SingleCellExperiment (>= 1.8.0),
SummarizedExperiment (>= 1.16.0),
Matrix,
mixtools,
cowplot,
ggplot2,
gridExtra,
grid,
dbscan,
uwot,
Rtsne,
S4Vectors (>= 0.24.0),
igraph,
scales,
scran (>= 1.14.6),
graphics,
methods,
stats,
utils,
reshape2,
ggridges,
randomForest,
pheatmap,
ggraph,
grDevices,
rhdf5,
rlang,
Rcpp,
compositions
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
DT,
mclust,
scater,
ExPosition,
BiocStyle,
pkgdown
VignetteBuilder: knitr
LazyData: false
biocViews: SingleCell, GeneExpression
BugReports: https://github.com/SydneyBioX/CiteFuse/issues