Description Usage Arguments Value Author(s)
Remove SNP information including SNP name, genomic position, chromosome location and the strand information, with the help of the chip annotation file. This chip annotation file is defined in the configuration folder.
1 | updatedSnpInfo(plink, inputPrefix, chipAnnoFile, chipType, 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'. |
outputPrefix |
the prefix of the output PLINK format files. |
The output PLINK format files after updating SNP information.
Junfang Chen <junfang.chen3@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.