R/haplotype_external.R
input_known_haplotypes.RdCombine imputation results with external haplotype blocks
input_known_haplotypes(
chrom_names,
chrom,
imputedHaplotypeFile,
externalHaplotypeFile = NA,
oldfilesuffix = "_noExt.txt"
)Names of the chromosomes
chromosome for which to reconstruct haplotypes
Full path to the imputed haplotyope file for the indexed chromosome
Full path to the vcf containing haplotype blocks for the indexed chromosome (Default: NA)
Suffix to be added to the original imputedHaplotypeFile (Default: _noExt.txt)