-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.7 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: SpotClean
Version: 1.7.1
Date: 2024/06/08
Title: SpotClean adjusts for spot swapping in spatial transcriptomics data
Authors@R: c(
person("Zijian", "Ni", email="zni25@wisc.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1181-8337")),
person("Christina", "Kendziorski", role = "ctb")
)
Depends:
R (>= 4.2.0),
Imports:
stats,
methods,
utils,
dplyr,
S4Vectors,
SummarizedExperiment,
SpatialExperiment,
Matrix,
rhdf5,
ggplot2,
grid,
readbitmap,
rjson,
tibble,
viridis,
grDevices,
RColorBrewer,
Seurat,
rlang
Suggests:
testthat (>= 2.1.0),
knitr,
BiocStyle,
rmarkdown,
R.utils,
spelling
biocViews:
DataImport,
RNASeq,
Sequencing,
GeneExpression,
Spatial,
SingleCell,
Transcriptomics,
Preprocessing
Description:
SpotClean is a computational method to adjust for spot swapping in spatial
transcriptomics data. Recent spatial transcriptomics experiments utilize
slides containing thousands of spots with spot-specific barcodes that bind
mRNA. Ideally, unique molecular identifiers at a spot measure spot-specific
expression, but this is often not the case due to bleed from nearby spots,
an artifact we refer to as spot swapping. SpotClean is able to estimate the
contamination rate in observed data and decontaminate the spot swapping
effect, thus increase the sensitivity and precision of downstream analyses.
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://github.com/zijianni/SpotClean
BugReports: https://github.com/zijianni/SpotClean/issues
Language: en-US