Description Usage Arguments Value Author(s)
Hardy weinberg equilibrium test for chromosome X SNPs in all female subjects. If only control data, then it's the same as the test with all female control subjects.
1 2 | removedSnpFemaleChrXhweAll(plink, inputPrefix, pval, outputFile_pVal,
outputSNPfile, outputPrefix)
|
plink |
an executable PLINK program in either the current working directory or somewhere in the command path. |
inputPrefix |
the prefix of the input PLINK format files. |
pval |
the p-value cutoff for controlling HWE test in female subjects. Only chromosome X SNPs are tested here. |
outputFile_pVal |
the output pure text file that stores chromosome X SNPs and their sorted HWE p-values. |
outputSNPfile |
the output pure text file that stores the removed SNPs. |
outputPrefix |
the prefix of the output PLINK format files. |
The output PLINK format files.
Junfang Chen <junfang.chen3@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.