Changes since December 27, 2021:
- Added
complex_heatmap
function to more easily create annotated expression and correlation heatmaps from MSnSet objects. This is a wrapper around functions from the ComplexHeatmap package. - Added vignette for
complex_heatmap
. - Removed
plot_sample_correlation_heatmap
andplot_sample_correlation_pheatmap
. Functionality has been absorbed bycomplex_heatmap
. - Added
plot_upset
function to create labeled UpSet plots. This is a wrapper around functions from the ComplexHeatmap package. - Updated
limma_contrasts
to add the option to specify which test statistic to report (moderated t or F). Also add multi-dimensional scaling (MDS) plot to newlimma_diagnostics
helper function (not exported). - Removed row names from output of
msnset2txt
.