Copy a subset of f2-statistics to a new directory

extract_f2_subset(from, to, pops, verbose = TRUE)

Arguments

from

Directory with f2-statistics

to

Target directory

pops

Populations to copy

verbose

Print progress updates

Examples

if (FALSE) {
pref = 'my/genofiles/prefix'
outdir = 'dir/for/afdata/'
extract_f2_subset(pref, outdir)
}