I am trying to calculate a global Fst for a genomic dataset of 5560 SNPs with four populations. I am not only interested in the value itself but also in the confidence interval. I have tried with the function diffCalc of the R package diveRsity:
diveRsity::diffCalc("data_genepop.txt", bs_locus = TRUE, boots = 1000, fst = TRUE, pairwise = FALSE, para = TRUE)
However my computer either freezes or returns an error after hours.