This package implements a new Bayesian test for detecting differential gene expression over multiple dose groups in single cell gene expression studies.
scBT is an R package for differential gene expression (DGE) analysis in multiple group study designs for single-cell RNA sequencing data. scBT contains a new Bayesian test of the same name designed along with 9 other benchmarking algorithms frequently used for the DGE analysis in multiple group experimental designs. The tests present in scBT are:
Install dependencies
# brglm
install.packages('brglm')
# Seurat
install.packages('remotes')
remotes::install_github(repo = 'satijalab/seurat', ref = 'develop')
# limma
BiocManager::install("limma")
The developmental version of scBT can be installed from Github:
library("devtools")
devtools::install_github("satabdisaha1288/scBT")
Once installed the best place to get started is the vignette. The Quickstart vignette can be accessed as:
library(scBT)
DETest(sce, method = 'BAYES')
@article{nault2022benchmarking,
title={Benchmarking of a Bayesian single cell RNAseq differential gene expression test for dose--response study designs},
author={Nault, Rance and Saha, Satabdi and Bhattacharya, Sudin and Dodson, Jack and Sinha, Samiran and Maiti, Tapabrata and Zacharewski, Tim},
journal={Nucleic acids research},
volume={50},
number={8},
pages={e48--e48},
year={2022},
publisher={Oxford University Press}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.