Draw an heatmap

h_map(
  mRList = NULL,
  column_ann = "class",
  data.use = c("data", "data_ann"),
  col_ann = NULL,
  col = NULL,
  scale_features = TRUE,
  features = NULL,
  samples = NULL,
  top = 200,
  ...
)

Arguments

mRList

mRList object

column_ann

sample_ann column for sample annotation

data.use

whether to use mRList$data (default) or mRList$data_ann, which is the annotated version obtained via metabolite_identification

col_ann

set of colors for sample annotation

col

set of color for data values

scale_features

whether to scale features or not

features

names of features to plot (optional)

samples

samples to consider (optional)

top

only the top most variable features are plotted (if features is NULL)

...

further arguments for ComplexHeatmap::Heatmap