-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.92 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
Package: SPOTlight
Version: 1.7.2
Type: Package
Title: `SPOTlight`: Spatial Transcriptomics Deconvolution
Description: `SPOTlight`provides a method to deconvolute spatial transcriptomics
spots using a seeded NMF approach along with visualization tools to assess
the results. Spatially resolved gene expression profiles are key to
understand tissue organization and function. However, novel spatial
transcriptomics (ST) profiling techniques lack single-cell resolution and
require a combination with single-cell RNA sequencing (scRNA-seq)
information to deconvolute the spatially indexed datasets. Leveraging the
strengths of both data types, we developed SPOTlight, a computational tool
that enables the integration of ST with scRNA-seq data to infer the location
of cell types and states within a complex tissue. SPOTlight is centered
around a seeded non-negative matrix factorization (NMF) regression,
initialized using cell-type marker genes and non-negative least squares
(NNLS) to subsequently deconvolute ST capture locations (spots).
Authors@R: c(
person("Marc", "Elosua-Bayes", email="[email protected]", role=c("aut", "cre")),
person("Helena L.", "Crowell", email="[email protected]", role="aut"))
Depends: R (>= 4.1)
Imports:
ggplot2,
NMF,
Matrix,
matrixStats,
nnls,
SingleCellExperiment,
sparseMatrixStats,
stats
Suggests:
BiocStyle,
colorBlindness,
DelayedArray,
DropletUtils,
ExperimentHub,
ggcorrplot,
grDevices,
grid,
igraph,
jpeg,
knitr,
methods,
png,
rmarkdown,
scater,
scatterpie,
scran,
SpatialExperiment,
SummarizedExperiment,
S4Vectors,
TabulaMurisSenisData,
TENxVisiumData,
testthat
biocViews:
SingleCell,
Spatial,
StatisticalMethod
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/MarcElosua/SPOTlight
BugReports: https://github.com/MarcElosua/SPOTlight/issues