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.
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
Returns the genotype counts for a certain population and locus.
Returns the heterozygosity info for a certain locus on a population.
Returns (Expected homozygotes, observed homozygotes, Expected heterozygotes, observed heterozygotes)
Returns the multilocus F stats.
Explain averaging. Returns Fis(CW), Fst, Fit