Returns a set of plots summarising the expected power to detect a significant effect given various allele fraction and effect size combinations.
Returns a set of plots summarising the expected power to detect a significant effect given various allele fraction and effect size combinations.
power_plots(del_result, allele_min_reads = 100, WT_fraction = NA)
del_result |
Result from a call to deletion_analysis. |
allele_min_reads |
The minimum number of reads that a deletion allele must have across all replicates to be included. |
WT_fraction |
If specified, then the model will assume this fraction of WT reads |
Returns a list with three ggplot objects:
cv_plot
power_plot
replicate_allocation_plot
# Note: First run deletion_analysis() # mul1_del_results is a pre-loaded result power_plots(mul1_del_results[[1]])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.