Description Usage Arguments Value Author(s)
Merge all chunk-wise PLINK files into chromosome-wise PLINK files then assemble into one PLINK file set. Create a file containing a list chunk ped and map file names. At last, combine all chrs (combine the first 23 chrs; then Xpar).
1 | mergeImputeData(plink, chrs, prefix4plinkEachChr, prefix4imputedPlink, nCore)
|
plink |
an executable PLINK program in either the current working directory or somewhere in the command path. |
chrs |
specifiy the chromosomes to be merged. |
prefix4plinkEachChr |
the prefix of the input chunk-wise IMPUTE2 files. |
prefix4imputedPlink |
the prefix of the final imputed PLINK format files. |
nCore |
the number of cores used for computation. |
The merged PLINK format files.
Junfang Chen <junfang.chen3@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.