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 aestheticstune()
has been enhanced to support tuning of components or variables- New function
perf.assess()
evaluates final model performance
βοΈ Improved performance and reproducibility
tune()
andperf()
now support parallel processing using theBPPARAM
argument and accept aseed
argument to improve reproducibility
π§Ή Bug fixes and usability improvements
plotIndiv()
now correctly handlespch
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.