forked from lmweber/nnSVG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.63 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
Package: nnSVG
Version: 1.5.4
Title: Scalable identification of spatially variable genes in
spatially-resolved transcriptomics data
Description: Method for scalable identification of spatially variable genes
(SVGs) in spatially-resolved transcriptomics data. The method is based on
nearest-neighbor Gaussian processes and uses the BRISC algorithm for model
fitting and parameter estimation. Allows identification and ranking of SVGs
with flexible length scales across a tissue slide or within spatial domains
defined by covariates. Scales linearly with the number of spatial locations
and can be applied to datasets containing thousands or more spatial
locations.
Authors@R: c(
person("Lukas M.", "Weber",
email = "lukas.weber.edu@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3282-1730")),
person("Stephanie C.", "Hicks",
email = "shicks19@jhu.edu",
role = c("aut"),
comment = c(ORCID = "0000-0002-7858-0231")))
URL: https://github.com/lmweber/nnSVG
BugReports: https://github.com/lmweber/nnSVG/issues
License: MIT + file LICENSE
Encoding: UTF-8
biocViews:
Spatial,
SingleCell,
Transcriptomics,
GeneExpression,
Preprocessing
Depends:
R (>= 4.0)
Imports:
SpatialExperiment,
SingleCellExperiment,
SummarizedExperiment,
BRISC,
BiocParallel,
Matrix,
matrixStats,
stats,
methods
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
STexampleData,
WeberDivechaLCdata,
scran,
ggplot2,
testthat
RoxygenNote: 7.2.3