biopython v1.71.0 Bio.PopGen.GenePop.EasyController.EasyController

Initializes the controller.

genepop_dir is the directory where GenePop is.

The binary should be called Genepop (capital G)

Link to this section Summary

Functions

Estimate Nm. Just a simple bridge

Returns the alleles for a certain population and locus

Returns the alleles for a certain population and locus

Returns F stats for a locus

Returns the Fis for a certain population and locus

Returns the genotype counts for a certain population and locus

Returns the heterozygosity info for a certain locus on a population

Returns the multilocus F stats

Link to this section Functions

Estimate Nm. Just a simple bridge.

Returns the alleles for a certain population and locus.

Link to this function get_alleles_all_pops()

Returns the alleles for a certain population and locus.

Returns F stats for a locus.

Returns Fis(CW), Fst, Fit, Qintra, Qinter

Returns the Fis for a certain population and locus.

Below CW means Cockerham and Weir and RH means Robertson and Hill.

Returns a pair:

  • dictionary [allele] = (repetition count, frequency, Fis CW ) with information for each allele
  • a triple with total number of alleles, Fis CW, Fis RH
Link to this function get_genotype_count()

Returns the genotype counts for a certain population and locus.

Link to this function get_heterozygosity_info()

Returns the heterozygosity info for a certain locus on a population.

Returns (Expected homozygotes, observed homozygotes, Expected heterozygotes, observed heterozygotes)

Link to this function get_multilocus_f_stats()

Returns the multilocus F stats.

Explain averaging. Returns Fis(CW), Fst, Fit