DifferentialRegulation
Differentially regulated genes from scRNA-seq data
Bioconductor version: 3.23 · Package version: 2.10.0
DifferentialRegulation is a method for detecting differentially regulated genes between two groups of samples (e.g., healthy vs. disease, or treated vs. untreated samples), by targeting differences in the balance of spliced and unspliced mRNA abundances, obtained from single-cell RNA-sequencing (scRNA-seq) data. From a mathematical point of view, DifferentialRegulation accounts for the sample-to-sample variability, and embeds multiple samples in a Bayesian hierarchical model. Furthermore, our method also deals with two major sources of mapping uncertainty: i) 'ambiguous' reads, compatible with both spliced and unspliced versions of a gene, and ii) reads mapping to multiple genes. In particular, ambiguous reads are treated separately from spliced and unsplced reads, while reads that are compatible with multiple genes are allocated to the gene of origin. Parameters are inferred via Markov chain Monte Carlo (MCMC) techniques (Metropolis-within-Gibbs).
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DifferentialRegulation") Details
| Maintainer | Simone Tiberi <simone.tiberi@unibo.it> |
| Author | Simone Tiberi [aut, cre] (ORCID: <https://orcid.org/0000-0002-3054-9964>), Charlotte Soneson [aut] (ORCID: <https://orcid.org/0000-0003-3833-2169>) |
| License | GPL-3 |
| URL | https://github.com/SimoneTiberi/DifferentialRegulation |
| Bug Reports | https://github.com/SimoneTiberi/DifferentialRegulation/issues |
| System Requirements | C++17 |
| Downloads rank | 223 |
| Source branch | RELEASE_3_23 |
| biocViews | Bayesian, DifferentialExpression, DifferentialSplicing, GeneExpression, GeneTarget, Genetics, MultipleComparison, RNASeq, Sequencing, SingleCell, Software, StatisticalMethod, Transcription, Visualization |
Documentation
Download
Dependencies
Depends: R (>= 4.3.0)
Imports: methods, Rcpp, doRNG, MASS, data.table, doParallel, parallel, foreach, stats, BANDITS, Matrix, SingleCellExperiment, SummarizedExperiment, ggplot2, tximport, gridExtra
LinkingTo: Rcpp, RcppArmadillo