scBFA
A dimensionality reduction tool using gene detection pattern to mitigate noisy expression profile of scRNA-seq
Bioconductor version: 3.23 · Package version: 1.26.0
This package is designed to model gene detection pattern of scRNA-seq through a binary factor analysis model. This model allows user to pass into a cell level covariate matrix X and gene level covariate matrix Q to account for nuisance variance(e.g batch effect), and it will output a low dimensional embedding matrix for downstream analysis.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scBFA") Details
| Maintainer | Ruoxin Li <uskli@ucdavis.edu> |
| Author | Ruoxin Li [aut, cre], Gerald Quon [aut] |
| License | GPL-3 + file LICENSE |
| URL | https://github.com/ucdavis/quon-titative-biology/BFA |
| Bug Reports | https://github.com/ucdavis/quon-titative-biology/BFA/issues |
| Downloads rank | 274 |
| Source branch | RELEASE_3_23 |
| biocViews | ATACSeq, BatchEffect, DimensionReduction, GeneExpression, KEGG, QualityControl, SingleCell, Software, Transcriptomics |