-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2 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
Package: BayesSpace
Version: 1.15.3
Date: 2024-10-21
Title: Clustering and Resolution Enhancement of Spatial Transcriptomes
Authors@R: c(
person("Edward", "Zhao", role=c("aut"), email="[email protected]"),
person("Senbai", "Kang", role=c("aut"), email="[email protected]"),
person("Matt", "Stone", role=c("aut", "cre"), email="[email protected]"),
person("Xing", "Ren", role=c("ctb"), email="[email protected]"),
person("Raphael", "Gottardo", role=c("ctb"), email="[email protected]"))
Description: Tools for clustering and enhancing the resolution of spatial gene
expression experiments. BayesSpace clusters a low-dimensional representation
of the gene expression matrix, incorporating a spatial prior to encourage
neighboring spots to cluster together. The method can enhance the resolution
of the low-dimensional representation into "sub-spots", for which features
such as gene expression or cell type composition can be imputed.
Depends:
R (>= 4.0.0),
SingleCellExperiment
Imports:
Rcpp (>= 1.0.4.6),
stats,
methods,
purrr,
scater,
scran,
SummarizedExperiment,
coda,
rhdf5,
S4Vectors,
Matrix,
magrittr,
assertthat,
arrow,
mclust,
RCurl,
DirichletReg,
xgboost,
utils,
dplyr,
rlang,
ggplot2,
tibble,
rjson,
tidyr,
scales,
microbenchmark,
BiocFileCache,
BiocSingular,
BiocParallel
License: MIT + file LICENSE
RoxygenNote: 7.3.2
LinkingTo:
Rcpp,
RcppArmadillo,
RcppDist,
RcppProgress
NeedsCompilation: yes
SystemRequirements: C++17
Encoding: UTF-8
Suggests:
testthat,
knitr,
rmarkdown,
igraph,
spatialLIBD,
viridis,
patchwork,
RColorBrewer,
Seurat
VignetteBuilder: knitr
biocViews:
Software,
Clustering,
Transcriptomics,
GeneExpression,
SingleCell,
ImmunoOncology,
DataImport
BugReports: https://github.com/edward130603/BayesSpace/issues
URL: edward130603.github.io/BayesSpace