Heatmap of channel medians across groups
Usage
cr_plot_heatmap(
experiment,
channels,
group_by = "treatment",
scale = c("none", "row", "column")
)Examples
exp <- cr_example_experiment(seed = 1, n_cells_per_well = 30)
cr_plot_heatmap(exp, c("DAPI", "marker_1", "marker_2"))