Description Usage Arguments Value Author(s)
Remove SNPs with difference in SNP missingness between cases and controls. To test for differential call rates between cases and controls for each SNP This only works for the genotype data set with cases and controls.
1 2 | removedSnpMissDiff(plink, inputPrefix, snpMissDifCutOff, outputPrefix,
caseControl)
|
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. |
snpMissDifCutOff |
the cutoff of the difference in missingness between cases and controls. |
outputPrefix |
the prefix of the output PLINK format files. |
caseControl |
a logical value indicating whether the data set contains both case-control subjects. |
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.