Talk:Monte Carlo Club: Difference between revisions

From QiuLab
Jump to navigation Jump to search
imported>Lab
imported>Lab
(Redirected page to Monte Carlo Club)
Line 1: Line 1:
#REDIRECT [[Monte Carlo Club]]
==Mar 18, 2017 "Wright-Fisher" (Due )==
==Mar 18, 2017 "Wright-Fisher" (Due )==
*Question: Try simulating Wright-Fisher model of genetic drift, as follows:
*Question: Try simulating Wright-Fisher model of genetic drift, as follows:

Revision as of 21:14, 18 March 2017

Redirect to:

Mar 18, 2017 "Wright-Fisher" (Due )

  • Question: Try simulating Wright-Fisher model of genetic drift, as follows:
  1. Begin with an allele frequency p=0.5, and a pop of N=100 haploid individuals
  2. Each individual produces 100 gametes, gives a total of 10,000 gametes
  3. Sample from the gamete pool another 100 to give rise to the next generation of individuals
  4. Recalculate allele frequency
  5. Repeat for a total generation of g=1000 generations
Submitted Codes