In [1]:
# Add all necessary imports here
import matplotlib.pyplot as plt
%matplotlib inline
plt.style.reload_library()
plt.style.use("ggplot")
Student Thomas Dias Alves
Supervisor Michael Blum
Supervisor Julien Mairal
Humans are diploid. We have two copies of each chromosome. The genotype is the sum of these two copies. Given the genotype for a number of individuals, we can find the haplotypes by haplotype phasing techniques.