Description Usage Arguments Value Author(s)
Perform prephasing for study genotypes by SHAPEIT for the autosomal and sex chromosome haplotypes using a reference panel (pre-set). If ChrX is available then it is done differently by passing the flag –chrX to SHAPEIT.
1 2 | prePhasingByShapeit(shapeit, chrs, dataDIR, prefix4plinkEachChr, impRefDIR,
phaseDIR, nThread, effectiveSize, nCore)
|
shapeit |
an executable SHAPEIT program in either the current working directory or somewhere in the command path. |
chrs |
specifiy the chromosomes for phasing. |
dataDIR |
the directory where genotype PLINK files are located. |
prefix4plinkEachChr |
the prefix of PLINK files for each chromosome. |
impRefDIR |
the directory where the imputation reference files are located. |
phaseDIR |
the directory where resulting pre-phased files will be located. |
nThread |
the number of threads used for computation. |
effectiveSize |
this parameter controls the effective population size. |
nCore |
the number of cores used for computation. This can be tuned along with nThread. |
The pre-phased haplotypes for given chromosomes.
Junfang Chen <junfang.chen3@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.