-
In
comparison_heatmap_corr()
, the user can now choose the legend position through thelegend_position
parameter. -
Package here has been removed from dependencies (not needed).
-
where()
function now imported from tidyselect instead of dplyr (as it required a newer version of dplyr). -
Fixed typo in samples metadata file, samples with no value for "rnaseq_batch" variable now have
NA
rather than"BNA"
values. -
perf_splsda()
,run_splsda()
,diablo_tune()
,spls_tune()
andso2pls_crossval_sparsity()
now have aseed
argument (hopefully self-explanatory :)). Accordingly,feature_preselection_splsda_factory
now has argumentsseed_perf
andseed_run
to pass on seeds toperf_splsda()
andrun_splsda()
. -
create_multiomis_set()
now returns an error if some feature IDs are used across different omics sets. This is to prevent errors further down the line when visualising or subsetting the multi-omics data.