View source: R/extend2genipe.R
mergeByGenipe | R Documentation |
Concatenate IMPUTE2 output files and retrieve some statistics. This is automatically called by the main genipe pipeline to merge IMPUTE2 files generated for all the genomic segments. For details, see Genipe IMPUTE2 merger options.
mergeByGenipe( inputImpute2, chr, probability, completionRate, info, outputPrefix )
inputImpute2 |
the output from IMPUTE2. |
chr |
specifiy the chromosome segment to be merged, on which the imputation was made. |
probability |
the probability threshold for no calls. [<0.9] |
completionRate |
the completion rate threshold for site exclusion. [<0.98] |
info |
the measure of the observed statistical information associated with the allele frequency estimate threshold for site exclusion. (<0.00) |
outputPrefix |
the prefix for the imputed output files. |
The merged imputed files using genipe.
Junfang Chen
Lemieux Perreault, L. P., et al. (2016). genipe: an automated genome-wide imputation pipeline with automatic reporting and statistical tools. Bioinformatics, 32(23), 3661-3663.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.