pValue {ASMap}R Documentation

P-value graph

Description

P-value graph to determine threshold for marker clustering

Usage

pValue(dist = seq(25,40, by = 5), pop.size = 100:500,
       map.function = "kosambi", LOD = FALSE)

Arguments

dist

Numeric range of genetic distances in cM.

pop.size

Numeric range of population sizes.

map.function

Character string of either "koasmbi", "haldane", "morgan" or "cf" defining the mapping function to be used.

LOD

If LOD = TRUE the LOD score of linkage is calculated or if LOD = FALSE then the minus log10 p-value used to threshold the hoeffding inequality is calculated (defaults to FALSE).

Details

This function provides the ability to create a user specified p-value plot similar to Figure 1.1 in the vignette for the package.

Value

A plot is displayed showing minus log10 pvalue (or LOD score) of linkage vs the range of specified population sizes for different specified genetic distances.

Author(s)

Julian Taylor

References

Taylor, J., Butler, D. (2017) R Package ASMap: Efficient Genetic Linkage Map Construction and Diagnosis. Journal of Statistical Software, 79(6), 1–29.

See Also

mstmap.cross and mstmap.data.frame

Examples


pValue(dist = seq(25, 40, by = 2))

[Package ASMap version 1.0-7 Index]