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,
use_top_annotated_metab = FALSE,
test_method = "anova",
test_value = "q",
truncate_row_labels = FALSE,
rm_outliers = FALSE,
...
)
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)
if TRUE, it'll use the best name for the metabolite from the annotation, considering the level and also the top significant specified in the following arguments.
the name of the statistical test table contained in the mRlist object
the column of the statistical test table to consider (e.g.: p or q)
FALSE or a integer that specifies the number of characters to keep
remove outliers when setting colours
further arguments for ComplexHeatmap::Heatmap