from __future__ import division from assignment_5_util import get_genotype_counts, create_x2_distribution_plot #Use this call to calculate the values in question 3. Great_Britain = 'GBR.vcf' Finland = 'FIN.vcf' GBR_and_FIN = 'GBR_and_FIN.vcf' #Use this cell to help answer question 3 #Use this cell to answer question 4