Bioc2026 Registration Open!

omicsGMF

Dimensionality reduction of (single-cell) omics data in R using omicsGMF

Bioconductor version: 3.23 · Package version: 1.2.0

omicsGMF is a Bioconductor package that uses the sgdGMF-framework of the \code{sgdGMF} package for highly performant and fast matrix factorization that can be used for dimensionality reduction, visualization and imputation of omics data. It considers data from the general exponential family as input, and therefore suits the use of both RNA-seq (Poisson or Negative Binomial data) and proteomics data (Gaussian data). It does not require prior transformation of counts to the log-scale, because it rather optimizes the deviances from the data family specified. Also, it allows to correct for known sample-level and feature-level covariates, therefore enabling visualization and dimensionality reduction upon batch correction. Last but not least, it deals with missing values, and allows to impute these after matrix factorization, useful for proteomics data. This Bioconductor package allows input of SummarizedExperiment, SingleCellExperiment, and QFeature classes.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("omicsGMF")

Details

MaintainerAlexandre Segers <alexandresegers@outlook.com>
AuthorAlexandre Segers [aut, cre, fnd], Cristian Castiglione [ctb], Christophe Vanderaa [ctb], Davide Risso [ctb, fnd], Lieven Clement [ctb, fnd]
LicenseArtistic-2.0
URLhttps://github.com/statOmics/omicsGMF
Bug Reportshttps://github.com/statOmics/omicsGMF/issues
Downloads rank122
Source branchRELEASE_3_23
biocViewsDataRepresentation, DimensionReduction, GeneExpression, MassSpectrometry, Normalization, Preprocessing, Proteomics, QualityControl, RNASeq, Sequencing, SingleCell, Software, Transcriptomics, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.5.0), sgdGMF, SingleCellExperiment, scuttle, scater

Imports: stats, utils, Matrix, S4Vectors, SummarizedExperiment, DelayedArray, MatrixGenerics, BiocSingular, BiocParallel, beachmat, ggplot2, methods, QFeatures

Suggests: knitr, dplyr, testthat, BiocGenerics, BiocStyle, graphics, grDevices