DIC_thresh: delta DIC thresholds for scan1

View source: R/DIC_thresh.R

DIC_threshR Documentation

delta DIC thresholds for scan1

Description

delta DIC thresholds for scan1

Usage

DIC_thresh(genome.size, num.parents, ploidy, alpha = 0.05, dominance = 1)

Arguments

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)

Details

Thresholds to control the genome-wide false positive rate at alpha were determined for half-diallel mating designs with up to 10 parents.

Value

-deltaDIC threshold

Examples

## Not run: 
  DIC_thresh(genome.size=10, 
             num.parents=4,
             ploidy=4,
             dominance=1,
             alpha=0.05)
  
## End(Not run) 
  

jendelman/diaQTL documentation built on Jan. 27, 2024, 6:39 a.m.