Description Usage Arguments Value
Determine the frequency of
1 2 3 | removedMaleHetX(plink, inputPrefix, hhSubjCutOff, outputPrefix,
outputFile_subjHetFreqAll, outputFile_subjHetFreqRetained,
outputFile_SNPhhFreqAll)
|
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. |
hhSubjCutOff |
the cutoff for removing male subjects with haploid heterozygous SNPs on the chromosome X. |
outputPrefix |
the prefix of the output PLINK format files. |
outputFile_subjHetFreqAll |
the output pure text file that stores male subjects that have heterozygous SNPs with their frequency (if any), i.e. the number of .hh SNPs in this male. |
outputFile_subjHetFreqRetained |
the output pure text file that stores male subjects that have heterozygous SNPs with their frequency after 'improper' subject removal (if any). |
outputFile_SNPhhFreqAll |
the output pure text file that stores all heterozygous SNPs with their frequency (the number of males for this SNP), if any. |
The output PLINK format files and two pure text files (if any) with heterozygous SNPs and their respective frequency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.