-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
20 lines (20 loc) · 1.86 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: IRIS
Type: Package
Title: Integrative and Reference-Informed Spatial Domain Detection for
Spatial Transcriptomics.
Version: 1.0
Date: 2023-01-15
Author: Ying Ma
Maintainer: Ying Ma <[email protected]>
Description: Briefly, IRIS is a reference-informed integrative method for detecting spatial domains on multiple tissue slices from spatial transcriptomics with spot-level, single-cell level, or subcellular level resolutions. IRIS builds upon the fact that each spatial domain on the tissue is characterized by a unique composition of cell types and that similar composition is observed for the same spatial domain across different slices of the same tissue 28,29. Consequently, IRIS integrates a reference scRNA-seq data to inform and characterize the cell type composition on the tissue of spatial transcriptomics for accurate and interpretable spatial domain detection. In the process, IRIS accommodates cell type compositional similarity across locations within the same slice and across different slices on the same domain to borrow information both within and between tissue slices for integrative and accurate spatial domain detection. Importantly, IRIS comes with an efficient optimization framework with multiple algebraic innovations for scalable computation and can easily handle multiple spatial transcriptomics datasets with millions of spatial locations and tens of thousands of genes. IRIS is implemented as an open-source R package, freely available at www.xzlab.org/software.html.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: Rcpp (>= 1.0.9), RcppArmadillo, SingleCellExperiment,
SummarizedExperiment, methods, Matrix, MCMCpack, fields,
wrMisc, RANN, stats, ggplot2, grDevices, reshape2, rliger
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-01-09 17:12:19 UTC; yingma