Description Usage Arguments Value Author(s)
Remove probes or SNPs that are not mapped to the chip annotation information. This chip annotation file is defined in the configuration folder.
1 2 | removedUnmapProbes(plink, inputPrefix, chipAnnoFile, outputPrefix,
outputSNPunmapFile)
|
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/. |
outputPrefix |
the prefix of the output PLINK format files. |
outputSNPunmapFile |
a pure text file that stores the probe/SNP IDs, which are not mapped to the chip annotation file. |
The output PLINK format files after removing unmapped 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.