PopGen
(Difference between revisions)
(→Other software) |
m (categorization) |
||
| Line 14: | Line 14: | ||
Any notes (or discussion) about possible future developments should be restricted to the [[PopGen_dev|PopGen development]] page. | Any notes (or discussion) about possible future developments should be restricted to the [[PopGen_dev|PopGen development]] page. | ||
| + | [[Category:Wiki Documentation]] | ||
Revision as of 23:48, 16 April 2009
Population genetics in Biopython
Code pertaining population genetics in Bipython can be found in the PopGen module. Most documentation can be found on the PopGen Chapter in the Tutorial (PDF).
Currently, most code available wraps existing functionality provided by external programs, namely SimCoal2 for coalescent simulation and fdist for Fst based selection detection.
Other software
Python programmers might want to consider PyPop which includes intra-population frequentist statistics and simuPOP for foward-time population genetics.
CoaSim (coalescent simulation) also exposes a Python interface.
Future developments
Any notes (or discussion) about possible future developments should be restricted to the PopGen development page.