Description Usage Arguments Examples
This function interpolates the QTL mapping power for an experimental mapping population with replicates based on dense simulated power results in simulations with only a single observation per strain.
1 2 3 | interpolate.qtl.power(r1.results, qtl.effect.sizes,
strain.effect.sizes = 0, num.replicates, n.alleles,
use.window = TRUE, n.strains)
|
r1.results |
Data frame of power estimates from simulations based on a single observation per strain. r1.dat and r1.damb.dat are included in SPARCC for this purpose. |
qtl.effect.sizes |
The desired QTL effect sizes for which power estimates will be interpolated from dense single observation results. |
strain.effect.sizes |
The desired proportions of variance due to background strain effect for hypothetical population in which power is evaluated. |
num.replicates |
The desired number of replicates for a hypothetical study in which to evaluate power. |
n.alleles |
The number of functional alleles for the simulated QTL. |
use.window |
DEFAULT: TRUE. Whether the interpolated powers are based on denser power estimates using a window around a locus or just the actual locus. |
n.strains |
The number of CC strains for the desired interpolated power estimate. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.