Skip to contents

Display top loadings from one integration block as a heatmap-like tile plot.

Usage

plot_crossomics_loading_heatmap(
  object,
  block = c("microbiome", "metabolome"),
  axes = NULL,
  top_n = 20
)

Arguments

object

A crossomics_integration object.

block

Which block should be plotted.

axes

Optional axes to include.

top_n

Number of features to display.

Value

A ggplot object.