forked from stevexniu/spots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.19 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
Package: spots
Title: Spatial Component Analysis
Version: 0.1.0
Authors@R:
person(given = "X. Steve",
family = "Niu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7689-0941"))
Description: The spots package is designed for spatial omics (10x Visium, etc.) data analysis. It performs various statistical analyses and tests, including spatial component analysis (SCA), both global and local spatial statistics, such as univariate and bivariate Moran's I, Getis-Ord Gi* statistics, etc. See Integrated protein and transcriptome high-throughput spatial profiling (2022) <doi:10.1101/2022.03.15.484516> for more details.
Maintainer: X. Steve Niu <[email protected]>
BugReports: https://github.com/stevexniu/spots/issues
Depends: R (>= 4.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Collate:
'data.R'
'stats.R'
'hnn.R'
'local.R'
'sca.R'
'moransi.R'
'zzz.R'
Imports:
Matrix,
RSpectra,
tools,
utils,
methods,
stats
Suggests:
ape,
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3