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

  1. Download the following R script into whatever your working directory is going to be. This file defines all of the functions needed to do the exercises: Allele-A1-functions.R

  2. Go to the exercises here

Using Python

  1. Download the following Python script into whatever your working directory is going to be. This file defines all of the functions needed to do the exercises: Allele-A1-functions.py

  2. Go to the exercises here.