Description Usage Arguments Value Author(s) See Also Examples
This function displays HWE tables and shows Chi2 and exact HWE P-values
1 2 |
data |
object of class |
snpsubset |
Index, character or logical vector with subset of SNPs to run analysis on.
If missing, all SNPs from |
idsubset |
Index, character or logical vector with subset of IDs to run analysis on.
If missing, all people from |
Only screen output
Yurii Aulchenko
1 2 3 4 5 | require(GenABEL.data)
data(srdta)
mc <- check.marker(srdta,p.lev=0.01,ibs.mrk=0)
mc$nohwe
HWE.show(data=srdta,snps=mc$nohwe)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.