Description Usage Arguments Value See Also Examples
View source: R/genie_functions.R
Performs estimates of power to detect effects of alleles at different read fractions, given the variance observed in the del_result replicates.
1 | 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...
1 2 3 4 5 | # 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]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.