Description Usage Arguments Value Examples
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.
1 | hwHeatPlot(dataSet, nPermutations = 100, alpha = 0.05)
|
dataSet |
The set of attributes |
nPermutations |
number of permutations |
alpha |
Alpha value of p |
Returns Heatmap plot of all loci suspected of not being in HWE with p
1 2 3 4 | ## Not run:
hwHeatPlot(nancycats, 100, 0.05)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.