Loaded mixOmics 6.30.0
Thank you for using mixOmics!
Tutorials: http://mixomics.org
Bookdown vignette: https://mixomicsteam.github.io/Bookdown
Questions, issues: Follow the prompts at http://mixomics.org/contact-us
Cite us: citation('mixOmics')
Design matrix has changed to include Y; each block will be
linked to Y.
You have provided a sequence of keepX of length: 9 for block mRNA and 11 for block methylation and 5 for block proteomics.
This results in 495 models being fitted for each component and each nrepeat, this may take some time to run, be patient!
plotDiablo() is a diagnostic plot to check whether the correlations between components from each data set were maximised as specified in the design matrix. We specify the dimension to be assessed with the ncomp argument
Correlation circle plot from multiblock sPLS-DA performed on the glioblastoma data. The variable coordinates are defined according to their correlation with the first and second components for each data set. Variable types are indicated with different symbols and colours, and are overlaid on the same plot. The plot highlights the potential associations within and between different variable types when they are important in defining their own component.
Circos plot from multiblock sPLS-DA performed on the glioblastoma data. The plot represents the correlations greater than 0.6 between variables of different types, represented on the side quadrants. The internal connecting lines show the positive (negative) correlations. The outer lines show the expression levels of each variable in each sample group.
Relevance network for the variables selected by multiblock sPLS-DA performed on the glioblastoma data on component 1. Each node represents a selected variable with colours indicating their type. The colour of the edges represent positive or negative correlations.
$mRNA
$mRNA$comp1
AUC p-value
0 vs 1 0.7887 2.981e-05
$mRNA$comp2
AUC p-value
0 vs 1 0.8802 3.835e-08
$methylation
$methylation$comp1
AUC p-value
0 vs 1 0.764 0.0001346
$methylation$comp2
AUC p-value
0 vs 1 0.8722 7.335e-08
$protein
$protein$comp1
AUC p-value
0 vs 1 0.8134 5.842e-06
$protein$comp2
AUC p-value
0 vs 1 0.915 1.944e-09
# Prepare test set data: here one block (proteins) is missingdata.test.gbm <-list(mRNA = glioblastoma_data$data.test$mrna,protein = glioblastoma_data$data.test$protein)predict.diablo.gbm <-predict(diablo.gbm, newdata = data.test.gbm)
Warning in predict.block.spls(diablo.gbm, newdata = data.test.gbm): Some blocks
are missing in 'newdata'; the prediction is based on the following blocks only:
mRNA, protein
plotLoadings() visualises the loading weights of each selected variable on each component and each data set. The colour indicates the class in which the variable has the maximum level of expression (contrib = 'max') or minimum (contrib = 'min'), on average (method = 'mean') or using the median (method = 'median')
Warning in predict.block.spls(diablo.gbm, newdata = data.test.gbm): Some blocks
are missing in 'newdata'; the prediction is based on the following blocks only:
methylation, protein