MOSS: Multi-omic integration via sparse singular value decomposition.

CRAN status Travis-CI Build Status CRAN checks Downloads Downloads

Agustin Gonzalez-Reymundez, Alexander Grueneberg, and Ana I. Vazquez.

Installing and loading MOSS from CRAN.

install.packages("MOSS")
library("MOSS")

Installing and loading MOSS from GitHub.

if (require("remotes") == FALSE) install.packages("remotes")
install_github("agugonrey/MOSS")
library("MOSS")

Article

MOSS: Multi-omic integration with Sparse Value Decomposition

Documentation.

For a description of the package’s main function.

help(moss)

For more documentation, see:

supplementary information for Gonzalez-Reymundez et al (2022)

and

vignette.