R/utils.R
import_subsamples_fst.Rd
This function will import all the fst ranking from all the subsample runs inside an assignment folder.
import_subsamples_fst(dir.path)
A data frame of all the Fst and ranking.
if (FALSE) { # \dontrun{
subsamples.data <- import_subsamples_fst(
dir.path = "assignment_analysis_method_ranked_no_imputations_20160425@2321"
)
} # }