Performs estimates of power to detect effects of alleles at different read fractions, given the variance observed in the del_result replicates.
Performs estimates of power to detect effects of alleles at different read fractions, given the variance observed in the del_result replicates.
power_analysis(del_result, allele_min_reads = 100, WT_fraction = NA)
del_result |
The result from 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...
# Note: First run deletion_analysis() # mul1_del_results is a pre-loaded result pwr = power_analysis(mul1_del_results[[1]]) power_plots(mul1_del_results[[1]])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.