Fold-change forest plot
Arguments
- result
A
cr_result, a list ofcr_results (fromcr_test_all()), or a precomputed data frame with columnstreatment,median_log2_fc.
Examples
# \donttest{
exp <- cr_example_experiment(seed = 1, n_cells_per_well = 20)
res <- cr_test_all(exp, "marker_1", "Untreated", level = "replicate")
cr_plot_foldchange(res)
# }