Copy a subset of f2-statistics to a new directory
extract_f2_subset(from, to, pops, verbose = TRUE)
Directory with f2-statistics
Target directory
Populations to copy
Print progress updates
if (FALSE) {
pref = 'my/genofiles/prefix'
outdir = 'dir/for/afdata/'
extract_f2_subset(pref, outdir)
}