I am unable to control the heatmap ordering when using row_split and row_order even when specifying cluster_row_slices = FALSE. The row order is correct when I don't specify row_split. Heatmap(mat, row_order = topVar$gene_name, show_row_names = FALSE, row_split = factor(topVar$data...