This function writes a .geno file fom a gen_tibble. Unless a file path is given, a file with suffix .geno is written in the same location as the .rds and .bk files that underpin the gen_tibble.

gt_as_geno_lea(x, file = NULL)

Arguments

x

a gen_tibble

file

the .geno filename with a path, or NULL (the default) to use the location of the backing files.

Value

the path of the .geno file