power_plots | R Documentation |
Returns a set of plots summarising the expected power to detect a significant effect given various allele fraction and effect size combinations.
power_plots(alignment_result, allele_min_reads = 100, WT_fraction = NA)
alignment_result |
Result from a call to alignment_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
alignment_analysis
# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result
power_plots(mul1_alignment_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.