getDesign.MB | R Documentation |
Computes a new design matrix for the multi-block data by running individual PLS between all omics and calculating its correlation.
getDesign.MB(Xh)
Xh |
List of explanatory blocks. |
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.
A design matrix optimized for the X multi-omic data.
Pedro Salguero Garcia. Maintainer: pedsalga@upv.edu.es
data("X_multiomic")
X <- X_multiomic
design <- getDesign.MB(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.