πŸš€ mixOmics v6.32.0 released on Bioconductor 3.21

mixOmics v6.32.0 is now available on Bioconductor 3.21, compatible with R 4.5.0. This update brings new features, bug fixes, and improvements based on your feedback.

What’s new since the last Bioconductor release:

πŸ”¬ New features and enhancements

  • plotLoadings() now supports ggplot2-style plots with fully customisable aesthetics
  • tune() has been enhanced to support tuning of components or variables
  • New function perf.assess() evaluates final model performance

βš™οΈ Improved performance and reproducibility

  • tune() and perf() now support parallel processing using the BPPARAM argument and accept a seed argument to improve reproducibility

🧹 Bug fixes and usability improvements

  • plotIndiv() now correctly handles pch ordering and ellipse colours
  • Better error message in perf() when a class has only one sample
  • Streamlined multiblock functions by removing unused arguments


πŸ“¦ Install this version:

if (!require("BiocManager", quietly = TRUE))
  install.packages("BiocManager") 
BiocManager::install("mixOmics")

πŸ” For a full list of changes, visit the README on our GitHub repo.