Biaxial scatter plot of two channels
Usage
cr_plot_scatter(
experiment,
channel_x,
channel_y,
color_by = "treatment",
log_x = TRUE,
log_y = TRUE
)Examples
exp <- cr_example_experiment(seed = 1, n_cells_per_well = 30)
cr_plot_scatter(exp, "DAPI", "marker_1")