BatchSVG

Identification of biased features from SVGs in spatial transcriptomics data

https://github.com/christinehou11/batchsvg

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary

Keywords

batch-effect bioconductor-package spatial-transcriptomics
Last synced: 6 months ago · JSON representation

Repository

Identification of biased features from SVGs in spatial transcriptomics data

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
batch-effect bioconductor-package spatial-transcriptomics
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Code of conduct Support

README.md

BatchSVG

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 experients, 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.

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.

``` r 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

r 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.

Owner

  • Login: christinehou11
  • Kind: user

GitHub Events

Total
  • Watch event: 4
  • Member event: 1
  • Push event: 53
Last Year
  • Watch event: 4
  • Member event: 1
  • Push event: 53

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 1,566 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
bioconductor.org: BatchSVG

Identify Batch-Biased Features in Spatially Variable Genes

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,566 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 30.3%
Average: 41.3%
Downloads: 93.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.4.0 depends
  • dplyr * depends
  • tibble * depends
  • RColorBrewer * imports
  • SummarizedExperiment * imports
  • ggplot2 * imports
  • ggrepel * imports
  • rlang * imports
  • scry * imports
  • stats * imports
  • BiocStyle * suggests
  • ExperimentHub * suggests
  • SpatialExperiment * suggests
  • humanHippocampus2024 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
  • tidyr * suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite