-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
73 lines (73 loc) · 2.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
Package: STdeconvolve
Type: Package
Title: Reference-free Cell-Type Deconvolution of Multi-Cellular Spatially
Resolved Transcriptomics Data
Version: 1.3.1
Authors@R:
c(person(given = "Brendan",
family = "Miller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9559-4045")),
person(given = "Jean",
family = "Fan",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0212-5451"))
)
URL: https://jef.works/STdeconvolve/
BugReports: https://github.com/JEFworks-Lab/STdeconvolve/issues
Description: STdeconvolve as an unsupervised, reference-free approach to infer
latent cell-type proportions and transcriptional profiles within
multi-cellular spatially-resolved pixels from spatial transcriptomics (ST)
datasets. STdeconvolve builds on latent Dirichlet allocation (LDA), a
generative statistical model commonly used in natural language processing
for discovering latent topics in collections of documents. In the context of
natural language processing, given a count matrix of words in documents, LDA
infers the distribution of words for each topic and the distribution of
topics in each document. In the context of ST data, given a count matrix of
gene expression in multi-cellular ST pixels, STdeconvolve applies LDA to
infer the putative transcriptional profile for each cell-type and the
proportional representation of each cell-type in each multi-cellular ST
pixel.
biocViews: Transcriptomics, Visualization, RNASeq, Bayesian, Spatial, Software,
GeneExpression
License: GPL-3
Encoding: UTF-8
LazyData: FALSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
topicmodels,
BiocParallel,
Matrix,
methods,
mgcv,
ggplot2,
scatterpie,
viridis,
slam,
stats,
clue,
reshape2,
graphics,
grDevices,
utils
Remotes:
JEFworks/liger
Depends:
R (>= 4.1)
Suggests:
knitr,
BiocStyle,
rmarkdown,
testthat,
rcmdcheck,
gplots,
gridExtra,
hash,
dplyr,
parallel,
magick
VignetteBuilder:
knitr