Computer exercises
Here you will find computer exercises to reinforce some of the topics that we cover in class. There are two versions: one using Python, and one using R.
Using R
Download the following
Rscript into whatever your working directory is going to be. This file defines all of the functions needed to do the exercises: Allele-A1-functions.RGo to the exercises here
Using Python
Download the following
Pythonscript into whatever your working directory is going to be. This file defines all of the functions needed to do the exercises: Allele-A1-functions.pyGo to the exercises here.