h_map.Rd
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,
...
)
mRList object
sample_ann column for sample annotation
whether to use mRList$data (default) or mRList$data_ann, which is the annotated version obtained via metabolite_identification
set of colors for sample annotation
set of color for data values
whether to scale features or not
names of features to plot (optional)
samples to consider (optional)
only the top most variable features are plotted (if features is NULL)
further arguments for ComplexHeatmap::Heatmap