Skip to content

christinehou11/BatchSVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BatchSVG

BatchSVG is a method to identify batch-biased spatially variable genes (SVGs) in spatial transcriptomics data. The batch variable can be defined as "sample", "donor sex", or other batch effects of interest. The BatchSVG method is based on the binomial deviance model (Townes et al, 2019)).

Installation

BatchSVG is a R package available in Bioconductor version 3.19 and later. You can install BatchSVG by using the following commands in R session from Bioconductor.

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("BatchSVG")

## Check that you have a valid Bioconductor installation
BiocManager::valid()

The development version can be obtained by

BiocManager::install("christinehou11/BatchSVG")

Code of Conduct

Please note that the BatchSVG project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Identification of biased features from SVGs in spatial transcriptomics data

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages