项目作者: agugonrey

项目描述 :
MOSS: Multi-Omic integration via Sparse Singular Decomposition
高级语言: R
项目地址: git://github.com/agugonrey/MOSS.git
创建时间: 2020-05-27T23:41:32Z
项目社区:https://github.com/agugonrey/MOSS

开源协议:

下载


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.

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

Installing and loading MOSS from GitHub.

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

Article

MOSS: Multi-omic integration with Sparse Value Decomposition

Documentation.

For a description of the package’s main function.

  1. help(moss)

For more documentation, see:

supplementary information for Gonzalez-Reymundez et al (2022)

and

vignette.