tpSVG
Thin plate models to detect spatially variable genes
Bioconductor version: 3.23 · Package version: 1.8.0
The goal of `tpSVG` is to detect and visualize spatial variation in the gene expression for spatially resolved transcriptomics data analysis. Specifically, `tpSVG` introduces a family of count-based models, with generalizable parametric assumptions such as Poisson distribution or negative binomial distribution. In addition, comparing to currently available count-based model for spatially resolved data analysis, the `tpSVG` models improves computational time, and hence greatly improves the applicability of count-based models in SRT data analysis.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("tpSVG") Details
| Maintainer | Boyi Guo <boyi.guo.work@gmail.com> |
| Author | Boyi Guo [aut, cre] (ORCID: <https://orcid.org/0000-0003-2950-2349>), Lukas M. Weber [ctb] (ORCID: <https://orcid.org/0000-0002-3282-1730>), Stephanie C. Hicks [aut] (ORCID: <https://orcid.org/0000-0002-7858-0231>) |
| License | MIT + file LICENSE |
| URL | https://github.com/boyiguo1/tpSVG |
| Bug Reports | https://github.com/boyiguo1/tpSVG/issues |
| Downloads rank | 175 |
| Source branch | RELEASE_3_23 |
| biocViews | DimensionReduction, GeneExpression, Preprocessing, Regression, Software, Spatial, StatisticalMethod, Transcriptomics |
Documentation
Download
Dependencies
Depends: mgcv, R (>= 4.4)
Imports: stats, BiocParallel, MatrixGenerics, methods, SingleCellExperiment, SummarizedExperiment, SpatialExperiment
Suggests: BiocStyle, knitr, nnSVG, rmarkdown, scran, scuttle, STexampleData, escheR, ggpubr, colorspace, BumpyMatrix, sessioninfo, testthat (>= 3.0.0)