README.md

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.



Try the MOSS package in your browser

Any scripts or data that you put into this service are public.

MOSS documentation built on March 26, 2022, 1:10 a.m.