Learn R Programming

Coxmos (version 1.1.2)

getDesign.MB: getDesign.MB

Description

Computes a new design matrix for the multi-block data by running individual PLS between all omics and calculating its correlation.

Usage

getDesign.MB(Xh)

Value

A design matrix optimized for the X multi-omic data.

Arguments

Xh

List of explanatory blocks.

Author

Pedro Salguero Garcia. Maintainer: pedsalga@upv.edu.es

Details

The getDesign.MB function follows the suggestion made by the mixOmics group for computing design matrices for their algorithms. For more information, check https://mixomicsteam.github.io/mixOmics-Vignette/id_06.html#id_06:diablo-design.

Examples

Run this code
data("X_multiomic")
X <- X_multiomic
design <- getDesign.MB(X)

Run the code above in your browser using DataLab