powered by
Evaluates Fst or related measures based on allele sizes, for all populations of for all pairs of populations. See this section of the Genepop executable documentation for more information on the statistical methods.
Fst( inputFile, sizes = FALSE, pairs = FALSE, outputFile = "", dataType = "Diploid", verbose = interactive() )
The path of the output file is returned invisibly.
The path of the input file, in Genepop format
logical: whether to estimate allele-size based statistics, or identity-based Fst
whether to estimate differentiation between all pairs of populations, or to compute a global estimate for all populations
character: The path of the output file
character: The haploid and diploid data
logical: whether to print some information
locinfile <- genepopExample('sample.txt') Fst(locinfile, outputFile= 'sample.txt.DIV') if ( ! interactive()) clean_workdir(otherfiles='sample.txt')
Run the code above in your browser using DataLab