hwHeatPlot: Hardy Weinberg Heatplot

Description Usage Arguments Value Examples

View source: R/hwHeatPlot.R

Description

This function will display a heatmap showing significant departures from HWE where the pink values are where p are less than or equal to alpha.

Usage

1
hwHeatPlot(dataSet, nPermutations = 100, alpha = 0.05)

Arguments

dataSet

The set of attributes

nPermutations

number of permutations

alpha

Alpha value of p

Value

Returns Heatmap plot of all loci suspected of not being in HWE with p

Examples

1
2
3
4
## Not run: 
hwHeatPlot(nancycats, 100, 0.05)

## End(Not run)

Heffley/PopGenAnalysis documentation built on Dec. 17, 2021, 10:32 p.m.