- Home
- Bioconductor 3.22
- Software Packages
- BatchSVG
BatchSVG
This is the released version of BatchSVG; for the devel version, see BatchSVG.
Identify Batch-Biased Features in Spatially Variable Genes
Bioconductor version: Release (3.22)
`BatchSVG` is a feature-based Quality Control (QC) to identify SVGs on spatial transcriptomics data with specific types of batch effect. Regarding to the spatial transcriptomics data experiments, the batch can be defined as "sample", "sex", and etc.The `BatchSVG` method is based on binomial deviance model (Townes et al, 2019) and applies cutoffs based on the number of standard deviation (nSD) of relative change in deviance and rank difference as the data-driven thresholding approach to detect the batch-biased outliers.
Author: Christine Hou [aut] ORCID iD ORCID: 0009-0001-5350-0629 , Kinnary Shah [aut, cre], Jacqui Thompson [aut], Stephanie C. Hicks [aut, fnd] ORCID iD ORCID: 0000-0002-7858-0231
Maintainer: Kinnary Shah <kinnaryshahh at gmail.com>
citation("BatchSVG")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BatchSVG")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BatchSVG")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.