Description Usage Arguments Value Author(s)
Remove SNPs which have a non missing value for less than a predefined number of instances.
1 2 | removedSnpMissPostImp(plink, inputPrefix, missCutoff, snpWithManyMissSNPfile,
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. |
missCutoff |
the cutoff of the least number of instances for a SNP that is not missing. |
snpWithManyMissSNPfile |
the output file of SNPs with pre-defined missing values. |
outputPrefix |
the prefix of the PLINK format files. |
The PLINK format files after post imputation quality control and a pure text file contains SNPs with pre-defined missing values.
Junfang Chen <junfang.chen3@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.