forked from GIS-SP-Group/RCA
-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
46 lines (46 loc) · 1.18 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
Package: RCAv2
Type: Package
Title: Reference Component Analysis
Version: 2.0.0
Authors@R: c(person("Florian", "Schmidt", email = "florian_schmidt@gis.a-star.edu.sg", role = c("aut", "cre")), person("Bobby", "Ranjan", email = "ranjan_bobby@gis.a-star.edu.sg", role = c("aut")), person("Shyam", "Lab", email = "shyam_lab@gis.a-star.edu.sg", role = c("cph")))
Maintainer: Florian Schmidt <florian_schmidt@gis.a-star.edu.sg>
Description: Single-cell clustering by projection onto bulk reference transcriptomes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: Matrix, R (>= 3.5.0)
biocViews:
Imports: qlcMatrix, WGCNA, dynamicTreeCut, ComplexHeatmap, circlize, umap, gridExtra, methods, ggplot2, Seurat, irlba
Suggests:
dplyr,
ROCR,
randomcoloR,
fastcluster,
HiClimR,
htmlwidgets,
plotrix,
dbscan,
plotly,
graphics,
gplots,
future,
pbapply,
future.apply,
doParallel,
rlang,
parallel,
magrittr,
utils,
stringr,
foreach,
httr,
S4Vectors,
grDevices,
clusterProfiler,
edgeR,
knitr,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3