Description Usage Arguments Value Author(s)
Remove duplicated probes or SNPs that have same rs-names but different SNP-A IDs found in chip annotation information (only for Affymetrix chip). This chip annotation file is defined in the configuration folder.
1 2 | removedDoubleProbes(plink, inputPrefix, chipAnnoFile, chipType,
outputSNPdupFile, 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. |
chipAnnoFile |
a pure text file that stores the chip annotation information (Affymetrix, Illumination, PsychChip and so on). This file can be found http://www.well.ox.ac.uk/~wrayner/strand/. |
chipType |
a string name that defines the type of the chip annotation file: 'Illumina', 'affymetrix' or 'psychChip'. |
outputSNPdupFile |
a pure text file that stores the duplicated probe/SNP IDs, which can be found with the help of the chip annotation file. |
outputPrefix |
the prefix of the output PLINK format files. |
The output PLINK format files after removing duplicated probe IDs.
Junfang Chen <junfang.chen3@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.