DIC_thresh | R Documentation |
delta DIC thresholds for scan1
DIC_thresh(genome.size, num.parents, ploidy, alpha = 0.05, dominance = 1)
genome.size |
Genome size in Morgans (not centiMorgans) |
num.parents |
Number of parents (2 to 10) |
ploidy |
2 or 4 |
alpha |
significance level (0.01, 0.05, 0.10, or 0.20) |
dominance |
1 (additive) or 2 (digenic dominance) |
Thresholds to control the genome-wide false positive rate at alpha
were determined for half-diallel mating designs with up to 10 parents.
-deltaDIC threshold
## Not run:
DIC_thresh(genome.size=10,
num.parents=4,
ploidy=4,
dominance=1,
alpha=0.05)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.