View source: R/haplotype_external.R
| input_known_haplotypes | R Documentation | 
Combine imputation results with external haplotype blocks
input_known_haplotypes(
  chrom_names,
  chrom,
  imputedHaplotypeFile,
  externalHaplotypeFile = NA,
  oldfilesuffix = "_noExt.txt"
)
| chrom_names | Names of the chromosomes | 
| chrom | chromosome for which to reconstruct haplotypes | 
| imputedHaplotypeFile | Full path to the imputed haplotyope file for the indexed chromosome | 
| externalHaplotypeFile | Full path to the vcf containing haplotype blocks for the indexed chromosome (Default: NA) | 
| oldfilesuffix | Suffix to be added to the original imputedHaplotypeFile (Default: _noExt.txt) | 
jdemeul
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.