View source: R/phasingImpute4.R
computeInfoByQctool | R Documentation |
Calculate the info score by QCTOOL for a set of SNPs from .GEN files.
computeInfoByQctool(qctool, inputSuffix, outputInfoFile)
qctool |
an executable program in either the current working directory or somewhere in the command path. |
inputSuffix |
the suffix of input .GEN files within current directory. |
outputInfoFile |
the output info scores file consisting of two columns: all SNPs from .GEN files and their info scores. |
These .GEN files may come from the output of impute4 results. The intermediate generated files are retained in the directory.
A pure text file contains the info scores of all SNPs from .GEN files with two columns: SNP names and the corresponding info scores.
Junfang Chen
## In the current working directory inputSuffix <- "noINDEL.gen" outputInfoFile <- "infoScore.txt" ## computeInfoByQctool(qctool, inputSuffix, outputInfoFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.