Skip to content

mmosmond/popgen-notes

Repository files navigation

popgen-notes

Population genetics notes

This is the latex source, images, and R code for the population genetics notes by Graham Coop. A fuller description of this resource is available at my website http://gcbias.org/population-genetics-notes/

Theses notes, code, and all of the figures are released under the Creative Commons Attribution 3.0 Unported License. So if you do reuse these you don’t need my permission, you just need to acknowledge where oyu got them from. My intention is that these notes can provide a resource for others to write their own versions of these notes.

There are still many typos in these notes, but I hope to fix them over time, and feel free to contact me or leave a comment here.

I hope to develop these notes into a fuller resource over the coming years, to create an up to date open source population genetics textbook.

Graham

Notes on Building the Site

You need latexmk and pandoc. Then use:

$ make clean site

.eps images will not work — be sure to convert all .eps files to .png and use the .png versions in LaTeX files.

$ find  . -name '*.eps' -type f | xargs -n1 -I{} basename {} .eps | xargs -n1 -I{} convert {}.eps {}.png

About

Population genetics notes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PostScript 71.7%
  • TeX 19.6%
  • HTML 5.4%
  • R 3.2%
  • Shell 0.1%
  • CSS 0.0%