-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.59 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
Package: SpotSweeper
Title: Spatially-aware quality control for spatial transcriptomics
Version: 1.1.2
Date: 2024-4-10
Authors@R: c(
person("Michael", "Totty", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9292-8556")),
person("Stephanie", "Hicks", ,email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-7858-0231")),
person("Boyi", "Guo", ,email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2950-2349")))
Description: Spatially-aware quality control (QC) software for both spot-level
and artifact-level QC in spot-based spatial transcripomics, such as 10x
Visium. These methods calculate local (nearest-neighbors) mean and variance
of standard QC metrics (library size, unique genes, and mitochondrial
percentage) to identify outliers spot and large technical artifacts.
License: MIT + file LICENSE
URL: https://github.com/MicTott/SpotSweeper
BugReports: https://support.bioconductor.org/tag/SpotSweeper
biocViews:
Software,
Spatial,
Transcriptomics,
QualityControl,
GeneExpression,
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.4.0)
Imports:
SpatialExperiment,
SummarizedExperiment,
BiocNeighbors,
SingleCellExperiment,
stats,
escheR,
MASS,
ggplot2,
spatialEco,
grDevices
Suggests:
knitr,
BiocStyle,
rmarkdown,
scuttle,
STexampleData,
ggpubr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
LazyData: False