Convert a gen_tibble
to a VCF
gt_as_vcf.Rd
This function write a VCF from a gen_tibble
.
Arguments
- x
a
gen_tibble
, with population coded as 'population'- file
the .vcf file name with a path, or NULL (the default) to use the location of the backing files.
- chunk_size
the number of loci processed at a time. Automatically set if left to NULL
- overwrite
logical, should the file be overwritten if it already exists?