Entering edit mode
I have a MultiAssayExperiment (MAE) class that I would like to keep but I would like to use mixOmics::block.plsda with it. It has some methylation data, so if not correctly compressed the data can be quite big.
Is there a way to use block.plsda with MAE? I could convert the BSseq data to a matrix but I'm not sure if the performance and the memory required will be within limits.
I saw that during the submission it was mentioned that it was in the development plan. But has this landed at Bioconductor?