This plots normalization after CRISPR scores have been calculated
plot_crispr(.data = NULL, gimap_dataset, output_file = "crispr_norm_plot.png")
if (FALSE) { # \dontrun{
gimap_dataset <- get_example_data("gimap") %>%
gimap_filter() %>%
gimap_annotate(cell_line = "HELA") %>%
gimap_normalize(
timepoints = "day"
)
# Plot:
plot_crispr(gimap_dataset)
} # }