This function writes a table formatted as a vcf to the drive for beagle5 to run on
writevcf.beagle(vcf, filepath, vcfversion = "4.2", genomereference = "GRCh37")
Arguments
- vcf
data frame vcf-like for beagle
- filepath
character string for path to the file to write on disk
- vcfversion
character string for version for the vcf (default 4.2)
- genomereference
character string for genome build (default GRCh37)