This calculates the log fold change for a gimap dataset based on the annotation and metadata provided.
calc_crispr(.data = NULL, gimap_dataset)
if (FALSE) { # \dontrun{
gimap_dataset <- get_example_data("gimap")
# Highly recommended but not required
run_qc(gimap_dataset)
gimap_dataset <- gimap_dataset %>%
gimap_filter() %>%
gimap_annotate(cell_line = "HELA") %>%
gimap_normalize(
timepoints = "day"
) %>%
calc_crispr()
# To see results
gimap_dataset$crispr_score
} # }