Hi all,
I’m using Diablo to integrate metabolomics, hormonomics and transcriptomics data, but i get this error
design
Transcriptomics Metabolomics Hormonomics
Transcriptomics             0.0          0.1         0.1
Metabolomics                0.1          0.0         0.1
Hormonomics                 0.1          0.1         0.0
summary(Y)
I-C I-D I-O NI-C NI-D NI-O
4 4 4 3 4 4
I used perf.diablo = perf(sgccda.res, validation = ‘Mfold’, folds = 3, nrepeat = 10) fold=3 because i have this unbalanced number of repetitions…
Error: Unexpected error while trying to choose the optimum number of components. Please check the inputs
I check everything (i think) and i did not see the problem…
Can you help me?