dreamlet
Scalable differential expression analysis of single cell transcriptomics datasets with complex study designs
Bioconductor version: 3.23 · Package version: 1.10.0
Recent advances in single cell/nucleus transcriptomic technology has enabled collection of cohort-scale datasets to study cell type specific gene expression differences associated disease state, stimulus, and genetic regulation. The scale of these data, complex study designs, and low read count per cell mean that characterizing cell type specific molecular mechanisms requires a user-frieldly, purpose-build analytical framework. We have developed the dreamlet package that applies a pseudobulk approach and fits a regression model for each gene and cell cluster to test differential expression across individuals associated with a trait of interest. Use of precision-weighted linear mixed models enables accounting for repeated measures study designs, high dimensional batch effects, and varying sequencing depth or observed cells per biosample.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dreamlet") Details
| Maintainer | Gabriel Hoffman <gabriel.hoffman@mssm.edu> |
| Author | Gabriel Hoffman [aut, cre] (ORCID: <https://orcid.org/0000-0002-0957-0224>) |
| License | Artistic-2.0 |
| URL | https://DiseaseNeurogenomics.github.io/dreamlet |
| Bug Reports | https://github.com/DiseaseNeurogenomics/dreamlet/issues |
| System Requirements | C++11 |
| Downloads rank | 391 |
| Source branch | RELEASE_3_23 |
| biocViews | BatchEffect, DifferentialExpression, Epigenetics, FunctionalGenomics, GeneExpression, GeneRegulation, GeneSetEnrichment, ImmunoOncology, Normalization, Preprocessing, QualityControl, RNASeq, Regression, Sequencing, SingleCell, Software, Transcriptomics |
Documentation
- Dreamlet analysis of single cell RNA-seq
- Error handling
- Handling large H5AD datasets
- mashr analysis after dreamlet
- Modeling continuous cell-level covariates
- Testing non-linear effects
Download
Dependencies
Depends: R (>= 4.3.0), variancePartition (>= 1.36.1), SingleCellExperiment, ggplot2
Imports: edgeR, SummarizedExperiment, DelayedMatrixStats, sparseMatrixStats, MatrixGenerics, Matrix, methods, purrr, GSEABase, data.table, zenith (>= 1.1.2), mashr (>= 0.2.52), ashr, dplyr, reformulas, BiocParallel, ggbeeswarm, S4Vectors, IRanges, irlba, limma, metafor, remaCor, broom, tidyr, rlang, BiocGenerics, S4Arrays, SparseArray, DelayedArray, gtools, reshape2, ggrepel, scattermore, Rcpp, MASS, Rdpack, utils, stats
Suggests: BiocStyle, knitr, pander, rmarkdown, muscat, ExperimentHub, RUnit, muscData, scater, scuttle
Reverse dependencies
Suggests Me (1): crumblr