Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

power_analysis

Performs estimates of power to detect effects of alleles at different read fractions, given the variance observed in the del_result replicates.


Description

Performs estimates of power to detect effects of alleles at different read fractions, given the variance observed in the del_result replicates.

Usage

power_analysis(del_result, allele_min_reads = 100, WT_fraction = NA)

Arguments

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

Value

Returns...

See Also

Examples

# 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]])

rgenie

Analysis of GenIE Experiments

v1.0.0
MIT + file LICENSE
Authors
Jeremy Schwartzentruber [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.