Qualifying Exam: Joseph Vitti Organismic & Evolutionary Biology

Size: px
Start display at page:

Download "Qualifying Exam: Joseph Vitti Organismic & Evolutionary Biology"

Transcription

1 Qualifying Exam: Joseph Vitti Organismic & Evolutionary Biology Time Friday March 28, :00 AM 1:00 PM Location Northwest Labs 52 Cambridge St Room 425 Cambridge, MA Committee Pardis Sabeti (advisor) Hopi Hoekstra Maryellen Ruvolo John Wakeley Contact Cell: Course syllabi follow for: I. Statistical Programming for Biology II. Population Genetics of Humans III. Natural Selection: Theoretical and Empirical Approaches These syllabi reflect the past three years transitioning to science from my undergraduate background in the humanities. Taken together, they represent a condensed form of that knowledge I believe would be most critical for a newcomer entering the field of human evolutionary genomics. Each course builds on the previous course, and each is a synthesis of courses I have taken and papers I have read. In particular, Statistical Programming for Biology draws inspiration from two extension school courses I took (STAT E-102, Fundamentals of Biostatistics; BIOS E-45, Introduction to Genomics) while applying to OEB, as well as two MIT courses (6.00x: Introduction to Computer Science and Programming, which I took online, and 6.878: Computational Biology, which I took this Fall with Manolis Kellis). Population Genetics of Humans combines OEB 242 with content from HEB 1463: Molecular Evolution of the Primates, as well as several additional papers I felt were relevant. Natural Selection: Theoretical and Empirical Approaches draws on my undergraduate background in philosophy of biology, together with last year s philosophically focused Evolutionary Genomics seminar (OEB 253r) as well as literature that I reviewed in a paper for Annual Reviews Genetics published this past November. J. Vitti Qualifying Exam Course Syllabi 1

2 Statistical Programming for Biology 1 The age of big data has changed the way that we generate and examine biological hypotheses. In this course, we develop the necessary foundations in math and computer science to pursue research in computational biology. We assume no background in statistics or programming and use an integrative approach, building up to analysis of real genomic datasets. Students will learn to program in Python, with a focus on related tools for analysis (NumPy, SciPy etc.). Prerequisites: At least one course in genome biology recommended. Assigned texts: Guttag, J. V. (2013). Introduction to Computation and Programming Using Python. MIT Press. Rosner, B. (2011). Fundamentals of Biostatistics. Boston: Brooks/Cole, Cengage Learning. Jones, N. C., & Pevzner, P. (2004). An Introduction to Bioinformatics Algorithms. Cambridge, MA: MIT Press. Recommended: Gibson, G., & Muse, S. V. (2009). A Primer of Genome Science. Sunderland, MA.: Sinauer. Ross, S. (2010). A First Course in Probability. Upper Saddle River, NJ: Pearson Prentice Hall. Grading: Homework (30%), take-home midterm (30%), take-home final (30%), section participation (10%). Students may submit an original research proposal for extra credit. Module Schedule Meeting Topic Assignments Introduction: biology and big data 0 Week 1 Descriptive statistics Rosner ch. 2, (Gibson pp ) Installing Python, genomics primer Jones ch. 3 1 Week 2 Week 3 Getting started with Python: basic math Guttag ch. 2 Introduction to algorithms, functions, and control flow Writing simple programs Data structures I: ints, floats, strings, lists, list comprehension, and iteration Guttag ch. 3 HW1: Python fundamentals Guttag ch. 4 Data structures II: dictionaries and tuples Guttag ch 5 2 Week 4 Practice with data manipulation HW2: Writing programs Data classes and inheritance Guttag ch. 8 Choosing data structures and file input/output Guttag ch. 6-7 Debugging HW3: Manipulating data Introduction to Probability Rosner ch Week 5 Conditional Probability and Bayes Theorem Classification and Clustering Rosner ch (Ross, ch. 3) HW4: Probabilistic programming Jones, ch (Gibson pp ) 1 To facilitate the oral exam, I provide a condensed version of this syllabus (essentially a topic list ) at the end of this document. J. Vitti Qualifying Exam Course Syllabi 2

3 Random Variables, Probability Distributions, Bernoulli Trials Rosner ch (Ross, ch. 4) Week 6 Discrete Distributions: Binomial, Poisson, Geometric Rosner ch (Ross, ch 4) 4 Plotting distributions with matplotlib Continuous Probability Distributions I: Uniform, Normal HW5: Analysing data distributions Rosner ch (Ross, ch 5) Week 7 Continuous Probability Distributions II: Exponential, Chi-Squared Rosner ch (Ross, ch. 5) Hypothesis testing HW6: More practice with data distributions Algorithmic complexity Guttag ch. 9 5 Week 8 Hash functions and memoization Guttag ch. 10 Applications: local alignment (BLAST) Take home midterm: modules 1-4 (Gibson pp ) Maximum likelihood estimation (MLE) Rosner ch Week 9 Expectation maximization (EM) Rosner ch Applications: motif discovery HW7: Improving algorithmic complexity (Gibson, pp ) Gibbs sampling Jones ch 12.2 Week 10 Monte Carlo Methods Guttag ch Week 11 Applications: phylogenetics HW8: Parameter estimation (Gibson, pp ) Recursion Guttag ch 18 Dynamic Programming Jones ch 6 Applications: global alignment Hidden Markov Models I: scoring and the Viterbi algorithm HW9: Recursive programming Jones ch 11 Week 12 Hidden Markov Models II: Forward and Backward algorithms, Baum-Welch (Gibson pp , ) Applications: genome annotation HW10: DP and HMMs Reading period Take home final and optional extra credit research proposal due on last day of reading period. J. Vitti Qualifying Exam Course Syllabi 3

4 Population Genetics of Humans The course combines foundations in the field of population genetics with frontiers in the study of human microevolution. We will examine mathematical frameworks for studying evolution and read current papers applying these frameworks to human populations. Prerequisites: At least one course in evolutionary biology. Statistical Programming for Biology recommended. Assigned texts: Hartl, D. L., & Clark, A. G. (2007). Principles of Population Genetics. Sunderland, Mass.: Sinauer Associates. Graur, D., & Li, W.-H. (2000). Fundamentals of Molecular Evolution. Sunderland, Mass.: Sinauer Associates. Plus papers available online (see reading list at end of document) Grading: weekly homework assignments (25%), midterm (25%), presentation (25%), take-home final (25%) Week Topic Foundations Frontiers Introduction: From the The 1000 Genomes Project Consortium, 1 modern synthesis to 1000 Hartl ch. 1, Graur ch Genomes 2 Variation: Hardy- Weinberg, LD Hartl ch. 2 Hartl Wigginton et al., Drift: Wright-Fisher, Intro to Coalescence Mutation: Neutral Theory, Infinite Alleles, Infinite Sites Models Hartl ch. 3 Li & Durbin, 2011 Hartl ch. 4 Conrad et al., Selection: Modeling Fitness and Equilibria Hartl ch 5 Hartl 10.7 Fu & Akey, Midterm: Weeks Population structure: inbreeding, F statistics Hartl ch Hartl 10.4, Rosenberg et al Migration and Admixture Hartl ch 6.5 Reich et al., Molecular clocks and rates of evolution Graur ch. 4, Hartl ch. 7 Kumar, Mechanisms of mutation Graur ch. 6-7 Kondrashov, Trait mapping and functional genomics Hartl ch Altshuler et al., Presentations: students will read a current paper and prepare a presentation (powerpoint optional) explaining population genetics methods and findings. Take-home final: due at the end of reading period. J. Vitti Qualifying Exam Course Syllabi 4

5 Reading list: Altshuler, D., Daly, M. J., & Lander, E. S. (2008). Genetic mapping in human disease. Science (New York, N.Y.), 322(5903), doi: /science Conrad, D. F., Keebler, J. E. M., DePristo, M. A., Lindsay, S. J., Zhang, Y., Casals, F., 1000 Genomes Project. (2011). Variation in genome-wide mutation rates within and between human families. Nature Genetics, 43(7), doi: /ng.862 Fu, W., & Akey, J. M. (2013). Selection and Adaptation in the Human Genome. Annual Review of Genomics and Human Genetics, 14(1), doi: /annurev-genom Kondrashov, F. A. (2012). Gene duplication as a mechanism of genomic adaptation to a changing environment. Proceedings. Biological Sciences / The Royal Society, 279(1749), doi: /rspb Kumar, S. (2005). Molecular clocks: four decades of evolution. Nature Reviews Genetics, 6(8), doi: /nrg1659 Li, H., & Durbin, R. (2011). Inference of human population history from individual whole-genome sequences. Nature, 475(7357), doi: /nature10231 Reich, D., Thangaraj, K., Patterson, N., Price, A.L., and Singh, L. (2009). Reconstructing Indian population history. Nature 461, Rosenberg, N. A., Pritchard, J. K., Weber, J. L., Cann, H. M., Kidd, K. K., Zhivotovsky, L. A., & Feldman, M. W. (2002). Genetic Structure of Human Populations. Science, 298(5602), doi: /science The 1000 Genomes Project Consortium. (2012). An integrated map of genetic variation from 1,092 human genomes. Nature, 491(7422), doi: /nature11632 Wigginton, J. E., Cutler, D. J., & Abecasis, G. R. (2005). A note on exact tests of Hardy-Weinberg equilibrium. American Journal of Human Genetics, 76(5), doi: / J. Vitti Qualifying Exam Course Syllabi 5

6 Natural Selection: Theoretical and Empirical Approaches It has been argued that natural selection is the most powerful natural theory because it bears enormous explanatory potential while only invoking a few simple assumptions. In this course, we will examine this theory in depth. Starting from historical and theoretical accounts, we will scrutinize what is meant by natural selection and discuss the various ways that this process manifests itself in nature. Then, following the molecular turn in biology, we will explore the ways that genome science is revolutionizing the study of selection. In particular, we will survey methods for analyzing patterns of genomic diversity in order to identify variants under positive selection. Prerequisites: Statistical Programming for Biology, Population Genetics of Humans recommended Required texts: Darwin, C. (1859). On the Origin of Species by Means of Natural Selection, or the Preservation of Favoured Races in the Struggle for Life. London: John Murray. 5 th Edition. Dawkins, R. (2006). The Selfish Gene. Oxford; New York: Oxford University Press. Godfrey-Smith, P. (2009). Darwinian Populations and Natural Selection. Oxford; New York: Oxford University Press. Plus papers available online (see reading list at end of document) Grading: 5-10 pg. paper on units 1-4 (20%), problem sets due at the ends of units 6, 8 and 10 (30%), final exam (25%), presentation (25%) Week Topic Reading 1 Historical foundations Darwin, ch. 3, 4, 14 Theoretical 2 Replicators and the gene s eye view Dawkins, ch Units of selection Lewontin, Selection at different levels Godfrey-Smith, ch Gene-based methods: K a /K s, McDonald-Kreitman Hurst, 2002 McDonald & Kreitman, Rate-based methods: Hudson- Kreitman-Aguade, lineage-specific acceleration Hudson, Kreitman & Aguade, 1987 Pollard et al., Differentiation methods: F st and derivatives 8 Frequency spectrum methods: Tajima s D, Fay and Wu s H Holsinger & Weir, 2009 Tajima, 1989 Fu & Li, 1993 Fay & Wu, 2000 Empirical 9 Linkage disequilibrium-based methods: EHH and derivatives, Identity-by-descent Sabeti et al., 2002 Voight et al., 2006 Han & Abney, Composite methods 11 Alternative modes of selection 12 Applying tests for selection Kim & Stephan, 2002 Grossman et al., 2010 Barrett & Schluter, 2008 Charlesworth 2006 Hancock et al Presentation: students should prepare a chalk talk (5-10 mins) on a results paper of their choice (e.g. Colosimo et al. 2005; Enard et al. 2002) J. Vitti Qualifying Exam Course Syllabi 6

7 Reading list: Barrett RDH, Schluter D Adaptation from standing genetic variation. Trends Ecol. Evol.23(1):38 44 Charlesworth D Balancing selection and its effects on sequences in nearby genome regions. PLoS Genet. 2(4):e64 Colosimo PF, Hosemann KE, Balabhadra S, Villarreal G Jr, Dickson M, et al Widespread parallel evolution in sticklebacks by repeated fixation of ectodysplasin alleles. Science 307(5717): Enard W, Przeworski M, Fisher SE, Lai CSL, Wiebe V, et al Molecular evolution of FOXP2, a gene involved in speech and language. Nature 418(6900): Fay JC, Wu CI Hitchhiking under positive Darwinian selection. Genetics 155(3): Fu YX, Li WH Statistical tests of neutrality of mutations. Genetics 133(3): Grossman SR, Shylakhter I, Karlsson EK, Byrne EH, Morales S, et al A composite of multiple signals distinguishes causal variants in regions of positive selection. Science 327(5967): HanL,AbneyM.2012.Using identity by descent estimation with dense genotype data to detect positive selection. Eur. J. Hum. Genet. 21(2): Hancock AM, Witonsky DB, Ehler E, Alkorta-Aranburu G, Beall C, et al Colloquium paper: human adaptations to diet, subsistence, and ecoregion are due to subtle shifts in allele frequency. Proc. Natl. Acad. Sci. USA 107(Suppl. 2): HermissonJ,PenningsPS.2005.Soft sweeps: molecular population genetics of adaptation from standing genetic variation. Genetics 169(4): Holsinger, K.E., and Weir, B.S. (2009). Genetics in geographically structured populations: defining, estimating and interpreting FST. Nat. Rev. Genet. 10, Hudson RR, Kreitman M, Aguade M A test of neutral molecular evolution based on nucleotide data. Genetics 116(1): Hurst LD The Ka/Ks ratio: diagnosing the form of sequence evolution. Trends Genet. 18(9):486 Kim, Y., and Stephan, W. (2002). Detecting a local signature of genetic hitchhiking along a recombining chromosome. Genetics 160, Lewontin, R. C. (1970). The Units of Selection. Annual Review of Ecology and Systematics, 1(1), doi: /annurev.es McDonald JH, Kreitman M Adaptive protein evolution at the Adh locus in Drosophila. Nature 351(6328): Pollard KS, Salama SR, King B, Kern AD, Dreszer T, et al Forces shaping the fastest evolving regions in the human genome. PLoS Genet. 2(10):e168 Sabeti PC, Reich DE, Higgins JM, Levine HZP, Richter DJ, et al Detecting recent positive selection in the human genome from haplotype structure. Nature 419(6909): Tajima F Statistical method for testing the neutral mutation hypothesis by DNA polymorphism. Genetics 123(3): Voight BF, Kudaravalli S, Wen X, Pritchard JK A map of recent positive selection in the human genome. PLoS Biol. 4(3):e72 J. Vitti Qualifying Exam Course Syllabi 7

8 Statistical Programming for Biology (condensed) Module 1 Topic Writing Python programs: algorithms, objects, variables, functions, control flow 2 Manipulating data: abstract data types (ADTs), classes, inheritance, input/output, debugging 3 Fundamentals of probability: combinatorics, independence, conditional probability, Bayes Theorem Applications: classification, phylogenies 4 Probability distributions: random variables, probability density/mass functions (PDF/PMFs), cumulative density functions (CDFs), expected value, variance Bernoulli, Binomial, Poisson, Geometric Uniform, Normal, Exponential, χ 2 5 Algorithmic complexity: O-notation, hash functions, memoization, plotting data Applications: local alignment 6 Parameter estimation: maximum likelihood estimation (MLE), expectation maximization (EM), Gibbs sampling, Monte Carlo methods Applications: motif discovery, phylogenetics 7 More sophisticated methods: recursion, dynamic programming, (DP) Hidden Markov Models (HMMs) Applications: global alignment, genome annotation J. Vitti Qualifying Exam Course Syllabi 8

STRUCTURAL BIOINFORMATICS I. Fall 2015

STRUCTURAL BIOINFORMATICS I. Fall 2015 STRUCTURAL BIOINFORMATICS I Fall 2015 Info Course Number - Classification: Biology 5411 Class Schedule: Monday 5:30-7:50 PM, SERC Room 456 (4 th floor) Instructors: Vincenzo Carnevale - SERC, Room 704C;

More information

BIOL ch (3C) Winter 2017 Evolutionary Genetics

BIOL ch (3C) Winter 2017 Evolutionary Genetics BIOL 2013 3 ch (3C) Winter 2017 Evolutionary Genetics Instructors Jason Addison. Bailey Hall 211, ja.addison@gmail.com Denise Clark. Bailey Hall 243, clarkd@unb.ca René Malenfant. Bailey Hall 5C, rene.malenfant@unb.ca

More information

Statistical Tests for Detecting Positive Selection by Utilizing High. Frequency SNPs

Statistical Tests for Detecting Positive Selection by Utilizing High. Frequency SNPs Statistical Tests for Detecting Positive Selection by Utilizing High Frequency SNPs Kai Zeng *, Suhua Shi Yunxin Fu, Chung-I Wu * * Department of Ecology and Evolution, University of Chicago, Chicago,

More information

SWEEPFINDER2: Increased sensitivity, robustness, and flexibility

SWEEPFINDER2: Increased sensitivity, robustness, and flexibility SWEEPFINDER2: Increased sensitivity, robustness, and flexibility Michael DeGiorgio 1,*, Christian D. Huber 2, Melissa J. Hubisz 3, Ines Hellmann 4, and Rasmus Nielsen 5 1 Department of Biology, Pennsylvania

More information

Population Genetics I. Bio

Population Genetics I. Bio Population Genetics I. Bio5488-2018 Don Conrad dconrad@genetics.wustl.edu Why study population genetics? Functional Inference Demographic inference: History of mankind is written in our DNA. We can learn

More information

Neutral Theory of Molecular Evolution

Neutral Theory of Molecular Evolution Neutral Theory of Molecular Evolution Kimura Nature (968) 7:64-66 King and Jukes Science (969) 64:788-798 (Non-Darwinian Evolution) Neutral Theory of Molecular Evolution Describes the source of variation

More information

Introduction to population genetics & evolution

Introduction to population genetics & evolution Introduction to population genetics & evolution Course Organization Exam dates: Feb 19 March 1st Has everybody registered? Did you get the email with the exam schedule Summer seminar: Hot topics in Bioinformatics

More information

7. Tests for selection

7. Tests for selection Sequence analysis and genomics 7. Tests for selection Dr. Katja Nowick Group leader TFome and Transcriptome Evolution Bioinformatics group Paul-Flechsig-Institute for Brain Research www. nowicklab.info

More information

Bustamante et al., Supplementary Nature Manuscript # 1 out of 9 Information #

Bustamante et al., Supplementary Nature Manuscript # 1 out of 9 Information # Bustamante et al., Supplementary Nature Manuscript # 1 out of 9 Details of PRF Methodology In the Poisson Random Field PRF) model, it is assumed that non-synonymous mutations at a given gene are either

More information

Lecture 22: Signatures of Selection and Introduction to Linkage Disequilibrium. November 12, 2012

Lecture 22: Signatures of Selection and Introduction to Linkage Disequilibrium. November 12, 2012 Lecture 22: Signatures of Selection and Introduction to Linkage Disequilibrium November 12, 2012 Last Time Sequence data and quantification of variation Infinite sites model Nucleotide diversity (π) Sequence-based

More information

Major questions of evolutionary genetics. Experimental tools of evolutionary genetics. Theoretical population genetics.

Major questions of evolutionary genetics. Experimental tools of evolutionary genetics. Theoretical population genetics. Evolutionary Genetics (for Encyclopedia of Biodiversity) Sergey Gavrilets Departments of Ecology and Evolutionary Biology and Mathematics, University of Tennessee, Knoxville, TN 37996-6 USA Evolutionary

More information

Q1) Explain how background selection and genetic hitchhiking could explain the positive correlation between genetic diversity and recombination rate.

Q1) Explain how background selection and genetic hitchhiking could explain the positive correlation between genetic diversity and recombination rate. OEB 242 Exam Practice Problems Answer Key Q1) Explain how background selection and genetic hitchhiking could explain the positive correlation between genetic diversity and recombination rate. First, recall

More information

Introduction to Human Evolution Anthropology 102 KY150

Introduction to Human Evolution Anthropology 102 KY150 Introduction to Human Evolution Anthropology 102 KY150 Professor: Kate Pechenkina, Ph. D. Office: Powdermaker Hall 312A Telephone: (718) 997-5529 Fax: (718) 997-2885 E-mail: ekaterina.pechenkina@qc.cuny.edu

More information

BIOL 502 Population Genetics Spring 2017

BIOL 502 Population Genetics Spring 2017 BIOL 502 Population Genetics Spring 2017 Lecture 1 Genomic Variation Arun Sethuraman California State University San Marcos Table of contents 1. What is Population Genetics? 2. Vocabulary Recap 3. Relevance

More information

Statistical Tests for Detecting Positive Selection by Utilizing. High-Frequency Variants

Statistical Tests for Detecting Positive Selection by Utilizing. High-Frequency Variants Genetics: Published Articles Ahead of Print, published on September 1, 2006 as 10.1534/genetics.106.061432 Statistical Tests for Detecting Positive Selection by Utilizing High-Frequency Variants Kai Zeng,*

More information

Fitness landscapes and seascapes

Fitness landscapes and seascapes Fitness landscapes and seascapes Michael Lässig Institute for Theoretical Physics University of Cologne Thanks Ville Mustonen: Cross-species analysis of bacterial promoters, Nonequilibrium evolution of

More information

10/4/ :31 PM Approved (Changed Course) BIO 10 Course Outline as of Summer 2017

10/4/ :31 PM Approved (Changed Course) BIO 10 Course Outline as of Summer 2017 10/4/2018 12:31 PM Approved (Changed Course) BIO 10 Course Outline as of Summer 2017 CATALOG INFORMATION Dept and Nbr: BIO 10 Title: INTRO PRIN BIOLOGY Full Title: Introduction to Principles of Biology

More information

There are 3 parts to this exam. Use your time efficiently and be sure to put your name on the top of each page.

There are 3 parts to this exam. Use your time efficiently and be sure to put your name on the top of each page. EVOLUTIONARY BIOLOGY EXAM #1 Fall 2017 There are 3 parts to this exam. Use your time efficiently and be sure to put your name on the top of each page. Part I. True (T) or False (F) (2 points each). Circle

More information

Learning ancestral genetic processes using nonparametric Bayesian models

Learning ancestral genetic processes using nonparametric Bayesian models Learning ancestral genetic processes using nonparametric Bayesian models Kyung-Ah Sohn October 31, 2011 Committee Members: Eric P. Xing, Chair Zoubin Ghahramani Russell Schwartz Kathryn Roeder Matthew

More information

Drosophila melanogaster and D. simulans, two fruit fly species that are nearly

Drosophila melanogaster and D. simulans, two fruit fly species that are nearly Comparative Genomics: Human versus chimpanzee 1. Introduction The chimpanzee is the closest living relative to humans. The two species are nearly identical in DNA sequence (>98% identity), yet vastly different

More information

Gene Genealogies Coalescence Theory. Annabelle Haudry Glasgow, July 2009

Gene Genealogies Coalescence Theory. Annabelle Haudry Glasgow, July 2009 Gene Genealogies Coalescence Theory Annabelle Haudry Glasgow, July 2009 What could tell a gene genealogy? How much diversity in the population? Has the demographic size of the population changed? How?

More information

Lecture 13: Population Structure. October 8, 2012

Lecture 13: Population Structure. October 8, 2012 Lecture 13: Population Structure October 8, 2012 Last Time Effective population size calculations Historical importance of drift: shifting balance or noise? Population structure Today Course feedback The

More information

Updated: 10/11/2018 Page 1 of 5

Updated: 10/11/2018 Page 1 of 5 A. Academic Division: Health Sciences B. Discipline: Biology C. Course Number and Title: BIOL1230 Biology I MASTER SYLLABUS 2018-2019 D. Course Coordinator: Justin Tickhill Assistant Dean: Melinda Roepke,

More information

Processes of Evolution

Processes of Evolution 15 Processes of Evolution Forces of Evolution Concept 15.4 Selection Can Be Stabilizing, Directional, or Disruptive Natural selection can act on quantitative traits in three ways: Stabilizing selection

More information

Taming the Beast Workshop

Taming the Beast Workshop Workshop and Chi Zhang June 28, 2016 1 / 19 Species tree Species tree the phylogeny representing the relationships among a group of species Figure adapted from [Rogers and Gibbs, 2014] Gene tree the phylogeny

More information

CSci 8980: Advanced Topics in Graphical Models Analysis of Genetic Variation

CSci 8980: Advanced Topics in Graphical Models Analysis of Genetic Variation CSci 8980: Advanced Topics in Graphical Models Analysis of Genetic Variation Instructor: Arindam Banerjee November 26, 2007 Genetic Polymorphism Single nucleotide polymorphism (SNP) Genetic Polymorphism

More information

Computational Biology Course Descriptions 12-14

Computational Biology Course Descriptions 12-14 Computational Biology Course Descriptions 12-14 Course Number and Title INTRODUCTORY COURSES BIO 311C: Introductory Biology I BIO 311D: Introductory Biology II BIO 325: Genetics CH 301: Principles of Chemistry

More information

4. In light of evolution do individuals evolve or do populations evolve? Explain your answer.

4. In light of evolution do individuals evolve or do populations evolve? Explain your answer. Chapter 22-26 Homework Questions Chapter 22 - Descent with Modification: A Darwinian View of Life 1. Why was Darwin s theory so controversial? Also, what is the value of a theory in science? 2. List and

More information

Genetic Drift in Human Evolution

Genetic Drift in Human Evolution Genetic Drift in Human Evolution (Part 2 of 2) 1 Ecology and Evolutionary Biology Center for Computational Molecular Biology Brown University Outline Introduction to genetic drift Modeling genetic drift

More information

Population Genetics. with implications for Linkage Disequilibrium. Chiara Sabatti, Human Genetics 6357a Gonda

Population Genetics. with implications for Linkage Disequilibrium. Chiara Sabatti, Human Genetics 6357a Gonda 1 Population Genetics with implications for Linkage Disequilibrium Chiara Sabatti, Human Genetics 6357a Gonda csabatti@mednet.ucla.edu 2 Hardy-Weinberg Hypotheses: infinite populations; no inbreeding;

More information

Hidden Markov models in population genetics and evolutionary biology

Hidden Markov models in population genetics and evolutionary biology Hidden Markov models in population genetics and evolutionary biology Gerton Lunter Wellcome Trust Centre for Human Genetics Oxford, UK April 29, 2013 Topics for today Markov chains Hidden Markov models

More information

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME MATHEMATICAL MODELING AND THE HUMAN GENOME Hilary S. Booth Australian National University, Australia Keywords: Human genome, DNA, bioinformatics, sequence analysis, evolution. Contents 1. Introduction:

More information

Code: ECTS Credits: 6. Degree Type Year Semester

Code: ECTS Credits: 6. Degree Type Year Semester 2017/2018 Evolution Code: 101961 ECTS Credits: 6 Degree Type Year Semester 2500890 Genetics OB 3 2 Contact Name: Francisco José Rodríguez-Trelles Astruga Email: FranciscoJose.RodriguezTrelles@uab.cat Prerequisites

More information

The genomic rate of adaptive evolution

The genomic rate of adaptive evolution Review TRENDS in Ecology and Evolution Vol.xxx No.x Full text provided by The genomic rate of adaptive evolution Adam Eyre-Walker National Evolutionary Synthesis Center, Durham, NC 27705, USA Centre for

More information

Curriculum Links. AQA GCE Biology. AS level

Curriculum Links. AQA GCE Biology. AS level Curriculum Links AQA GCE Biology Unit 2 BIOL2 The variety of living organisms 3.2.1 Living organisms vary and this variation is influenced by genetic and environmental factors Causes of variation 3.2.2

More information

p(d g A,g B )p(g B ), g B

p(d g A,g B )p(g B ), g B Supplementary Note Marginal effects for two-locus models Here we derive the marginal effect size of the three models given in Figure 1 of the main text. For each model we assume the two loci (A and B)

More information

Genotype Imputation. Biostatistics 666

Genotype Imputation. Biostatistics 666 Genotype Imputation Biostatistics 666 Previously Hidden Markov Models for Relative Pairs Linkage analysis using affected sibling pairs Estimation of pairwise relationships Identity-by-Descent Relatives

More information

Lassen Community College Course Outline

Lassen Community College Course Outline Lassen Community College Course Outline BIOL-1 Principles of Molecular and Cellular Biology 4.0 Units I. Catalog Description A course in principles of biology, with special emphasis given to molecular

More information

Homework Assignment, Evolutionary Systems Biology, Spring Homework Part I: Phylogenetics:

Homework Assignment, Evolutionary Systems Biology, Spring Homework Part I: Phylogenetics: Homework Assignment, Evolutionary Systems Biology, Spring 2009. Homework Part I: Phylogenetics: Introduction. The objective of this assignment is to understand the basics of phylogenetic relationships

More information

Introduction to Advanced Population Genetics

Introduction to Advanced Population Genetics Introduction to Advanced Population Genetics Learning Objectives Describe the basic model of human evolutionary history Describe the key evolutionary forces How demography can influence the site frequency

More information

Classical Selection, Balancing Selection, and Neutral Mutations

Classical Selection, Balancing Selection, and Neutral Mutations Classical Selection, Balancing Selection, and Neutral Mutations Classical Selection Perspective of the Fate of Mutations All mutations are EITHER beneficial or deleterious o Beneficial mutations are selected

More information

Chapter 22: Descent with Modification 1. BRIEFLY summarize the main points that Darwin made in The Origin of Species.

Chapter 22: Descent with Modification 1. BRIEFLY summarize the main points that Darwin made in The Origin of Species. AP Biology Chapter Packet 7- Evolution Name Chapter 22: Descent with Modification 1. BRIEFLY summarize the main points that Darwin made in The Origin of Species. 2. Define the following terms: a. Natural

More information

Central Maine Community College Auburn, Maine Course Syllabus: Introduction to General Biology Instructor Lloyd Crocker

Central Maine Community College Auburn, Maine Course Syllabus: Introduction to General Biology Instructor Lloyd Crocker Central Maine Community College Auburn, Maine 04210-6498 Course Syllabus: Introduction to General Biology Instructor Lloyd Crocker Life Science Bio 101-02 Lecture JAL 203 Spring 2018 Course Description:

More information

Effects of Gap Open and Gap Extension Penalties

Effects of Gap Open and Gap Extension Penalties Brigham Young University BYU ScholarsArchive All Faculty Publications 200-10-01 Effects of Gap Open and Gap Extension Penalties Hyrum Carroll hyrumcarroll@gmail.com Mark J. Clement clement@cs.byu.edu See

More information

6 Introduction to Population Genetics

6 Introduction to Population Genetics Grundlagen der Bioinformatik, SoSe 14, D. Huson, May 18, 2014 67 6 Introduction to Population Genetics This chapter is based on: J. Hein, M.H. Schierup and C. Wuif, Gene genealogies, variation and evolution,

More information

Honors Biology 9. Dr. Donald Bowlin Ext. 1220

Honors Biology 9. Dr. Donald Bowlin Ext. 1220 Honors Biology 9 Instructor Dr. Donald Bowlin Phone 412-571-6000 Ext. 1220 Email bowlin@kosd.org Classroom Location Room 220 Mission Statement The KOSD s mission is to provide a safe learning environment

More information

Tutorial on Theoretical Population Genetics

Tutorial on Theoretical Population Genetics Tutorial on Theoretical Population Genetics Joe Felsenstein Department of Genome Sciences and Department of Biology University of Washington, Seattle Tutorial on Theoretical Population Genetics p.1/40

More information

The neutral theory of molecular evolution

The neutral theory of molecular evolution The neutral theory of molecular evolution Introduction I didn t make a big deal of it in what we just went over, but in deriving the Jukes-Cantor equation I used the phrase substitution rate instead of

More information

Virginia Western Community College BIO 101 General Biology I

Virginia Western Community College BIO 101 General Biology I BIO 101 General Biology I Prerequisites Successful completion of MTE 1, 2, 3, 4, and 5; and a placement recommendation for ENG 111, co-enrollment in ENF 3/ENG 111, or successful completion of all developmental

More information

CISC 889 Bioinformatics (Spring 2004) Hidden Markov Models (II)

CISC 889 Bioinformatics (Spring 2004) Hidden Markov Models (II) CISC 889 Bioinformatics (Spring 24) Hidden Markov Models (II) a. Likelihood: forward algorithm b. Decoding: Viterbi algorithm c. Model building: Baum-Welch algorithm Viterbi training Hidden Markov models

More information

Using phylogenetics to estimate species divergence times... Basics and basic issues for Bayesian inference of divergence times (plus some digression)

Using phylogenetics to estimate species divergence times... Basics and basic issues for Bayesian inference of divergence times (plus some digression) Using phylogenetics to estimate species divergence times... More accurately... Basics and basic issues for Bayesian inference of divergence times (plus some digression) "A comparison of the structures

More information

The Wright-Fisher Model and Genetic Drift

The Wright-Fisher Model and Genetic Drift The Wright-Fisher Model and Genetic Drift January 22, 2015 1 1 Hardy-Weinberg Equilibrium Our goal is to understand the dynamics of allele and genotype frequencies in an infinite, randomlymating population

More information

Algorithmic Methods Well-defined methodology Tree reconstruction those that are well-defined enough to be carried out by a computer. Felsenstein 2004,

Algorithmic Methods Well-defined methodology Tree reconstruction those that are well-defined enough to be carried out by a computer. Felsenstein 2004, Tracing the Evolution of Numerical Phylogenetics: History, Philosophy, and Significance Adam W. Ferguson Phylogenetic Systematics 26 January 2009 Inferring Phylogenies Historical endeavor Darwin- 1837

More information

I. Short Answer Questions DO ALL QUESTIONS

I. Short Answer Questions DO ALL QUESTIONS EVOLUTION 313 FINAL EXAM Part 1 Saturday, 7 May 2005 page 1 I. Short Answer Questions DO ALL QUESTIONS SAQ #1. Please state and BRIEFLY explain the major objectives of this course in evolution. Recall

More information

GENERAL BOTANY, BIO 1311, & BIO 1111, FALL 2016 Sul Ross State University/Alpine High School Dual Credit Syllabus

GENERAL BOTANY, BIO 1311, & BIO 1111, FALL 2016 Sul Ross State University/Alpine High School Dual Credit Syllabus Instructor: Email: Phone: 432 448 3179 Textbooks: GENERAL BOTANY, BIO 1311, & BIO 1111, FALL 2016 Sul Ross State University/Alpine High School Dual Credit Syllabus Barbara Scown bscown@alpine.esc18.net

More information

Introduction to Molecular Evolution (BIOL 3046) Course website:

Introduction to Molecular Evolution (BIOL 3046) Course website: Introduction to Molecular Evolution (BIOL 3046) Course website: www.biol3046.info What is evolution? Evolution: from Latin evolvere, to unfold broad sense, to change e.g., stellar evolution, cultural evolution,

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.utstat.utoronto.ca/~rsalakhu/ Sidney Smith Hall, Room 6002 Lecture 11 Project

More information

Big Idea #1: The process of evolution drives the diversity and unity of life

Big Idea #1: The process of evolution drives the diversity and unity of life BIG IDEA! Big Idea #1: The process of evolution drives the diversity and unity of life Key Terms for this section: emigration phenotype adaptation evolution phylogenetic tree adaptive radiation fertility

More information

An Introduction to Bioinformatics Algorithms Hidden Markov Models

An Introduction to Bioinformatics Algorithms   Hidden Markov Models Hidden Markov Models Outline 1. CG-Islands 2. The Fair Bet Casino 3. Hidden Markov Model 4. Decoding Algorithm 5. Forward-Backward Algorithm 6. Profile HMMs 7. HMM Parameter Estimation 8. Viterbi Training

More information

What is the expectation maximization algorithm?

What is the expectation maximization algorithm? primer 2008 Nature Publishing Group http://www.nature.com/naturebiotechnology What is the expectation maximization algorithm? Chuong B Do & Serafim Batzoglou The expectation maximization algorithm arises

More information

O 3 O 4 O 5. q 3. q 4. Transition

O 3 O 4 O 5. q 3. q 4. Transition Hidden Markov Models Hidden Markov models (HMM) were developed in the early part of the 1970 s and at that time mostly applied in the area of computerized speech recognition. They are first described in

More information

1 Springer. Nan M. Laird Christoph Lange. The Fundamentals of Modern Statistical Genetics

1 Springer. Nan M. Laird Christoph Lange. The Fundamentals of Modern Statistical Genetics 1 Springer Nan M. Laird Christoph Lange The Fundamentals of Modern Statistical Genetics 1 Introduction to Statistical Genetics and Background in Molecular Genetics 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

More information

Estimating effective population size from samples of sequences: inefficiency of pairwise and segregating sites as compared to phylogenetic estimates

Estimating effective population size from samples of sequences: inefficiency of pairwise and segregating sites as compared to phylogenetic estimates Estimating effective population size from samples of sequences: inefficiency of pairwise and segregating sites as compared to phylogenetic estimates JOSEPH FELSENSTEIN Department of Genetics SK-50, University

More information

A fast estimate for the population recombination rate based on regression

A fast estimate for the population recombination rate based on regression Genetics: Early Online, published on April 15, 213 as 1.1534/genetics.113.21 A fast estimate for the population recombination rate based on regression Kao Lin, Andreas Futschik, Haipeng Li CAS Key Laboratory

More information

Learning gene regulatory networks Statistical methods for haplotype inference Part I

Learning gene regulatory networks Statistical methods for haplotype inference Part I Learning gene regulatory networks Statistical methods for haplotype inference Part I Input: Measurement of mrn levels of all genes from microarray or rna sequencing Samples (e.g. 200 patients with lung

More information

6 Introduction to Population Genetics

6 Introduction to Population Genetics 70 Grundlagen der Bioinformatik, SoSe 11, D. Huson, May 19, 2011 6 Introduction to Population Genetics This chapter is based on: J. Hein, M.H. Schierup and C. Wuif, Gene genealogies, variation and evolution,

More information

A A A A B B1

A A A A B B1 LEARNING OBJECTIVES FOR EACH BIG IDEA WITH ASSOCIATED SCIENCE PRACTICES AND ESSENTIAL KNOWLEDGE Learning Objectives will be the target for AP Biology exam questions Learning Objectives Sci Prac Es Knowl

More information

Graduate Funding Information Center

Graduate Funding Information Center Graduate Funding Information Center UNC-Chapel Hill, The Graduate School Graduate Student Proposal Sponsor: Program Title: NESCent Graduate Fellowship Department: Biology Funding Type: Fellowship Year:

More information

ECE 3800 Probabilistic Methods of Signal and System Analysis

ECE 3800 Probabilistic Methods of Signal and System Analysis ECE 3800 Probabilistic Methods of Signal and System Analysis Dr. Bradley J. Bazuin Western Michigan University College of Engineering and Applied Sciences Department of Electrical and Computer Engineering

More information

UNIVERSIDADE ESTADUAL PAULISTA PLANO DE ENSINO DA DISCIPLINA

UNIVERSIDADE ESTADUAL PAULISTA PLANO DE ENSINO DA DISCIPLINA Data Aprovação: 10/07/2013 Data Desativação: Nº Créditos : 5 Carga Horária Total: Carga Horária Teórica: Carga Horária Prática: Carga Horária Teórica/Prátical: Carga Horária Seminário: Carga Horária Laboratório:

More information

Chapter 23 The Evolution Of Populations

Chapter 23 The Evolution Of Populations CHAPTER 23 THE EVOLUTION OF POPULATIONS PDF - Are you looking for chapter 23 the evolution of populations Books? Now, you will be happy that at this time chapter 23 the evolution of populations PDF is

More information

Prerequisite: STATS 7 or STATS 8 or AP90 or (STATS 120A and STATS 120B and STATS 120C). AP90 with a minimum score of 3

Prerequisite: STATS 7 or STATS 8 or AP90 or (STATS 120A and STATS 120B and STATS 120C). AP90 with a minimum score of 3 University of California, Irvine 2017-2018 1 Statistics (STATS) Courses STATS 5. Seminar in Data Science. 1 Unit. An introduction to the field of Data Science; intended for entering freshman and transfers.

More information

Divergence Pattern of Duplicate Genes in Protein-Protein Interactions Follows the Power Law

Divergence Pattern of Duplicate Genes in Protein-Protein Interactions Follows the Power Law Divergence Pattern of Duplicate Genes in Protein-Protein Interactions Follows the Power Law Ze Zhang,* Z. W. Luo,* Hirohisa Kishino,à and Mike J. Kearsey *School of Biosciences, University of Birmingham,

More information

On the limiting distribution of the likelihood ratio test in nucleotide mapping of complex disease

On the limiting distribution of the likelihood ratio test in nucleotide mapping of complex disease On the limiting distribution of the likelihood ratio test in nucleotide mapping of complex disease Yuehua Cui 1 and Dong-Yun Kim 2 1 Department of Statistics and Probability, Michigan State University,

More information

Peddie Summer Day School

Peddie Summer Day School Peddie Summer Day School Course Syllabus: BIOLOGY Teacher: Mr. Jeff Tuliszewski Text: Biology by Miller and Levine, Prentice Hall, 2010 edition ISBN 9780133669510 Guided Reading Workbook for Biology ISBN

More information

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse Tutorial Outline Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse exams. Biology Tutorials offer targeted instruction,

More information

Group activities: Making animal model of human behaviors e.g. Wine preference model in mice

Group activities: Making animal model of human behaviors e.g. Wine preference model in mice Lecture schedule 3/30 Natural selection of genes and behaviors 4/01 Mouse genetic approaches to behavior 4/06 Gene-knockout and Transgenic technology 4/08 Experimental methods for measuring behaviors 4/13

More information

Use of hidden Markov models for QTL mapping

Use of hidden Markov models for QTL mapping Use of hidden Markov models for QTL mapping Karl W Broman Department of Biostatistics, Johns Hopkins University December 5, 2006 An important aspect of the QTL mapping problem is the treatment of missing

More information

Undergraduate Curriculum in Biology

Undergraduate Curriculum in Biology Fall Courses *114: Principles of Biology *116: Introduction to Anatomy and Physiology I 302: Human Learning and the Brain (o, DS) 336: Aquatic Biology (p/e) 339: Aquatic Biology Lab (L) 351: Principles

More information

Evolutionary Theory. Sinauer Associates, Inc. Publishers Sunderland, Massachusetts U.S.A.

Evolutionary Theory. Sinauer Associates, Inc. Publishers Sunderland, Massachusetts U.S.A. Evolutionary Theory Mathematical and Conceptual Foundations Sean H. Rice Sinauer Associates, Inc. Publishers Sunderland, Massachusetts U.S.A. Contents Preface ix Introduction 1 CHAPTER 1 Selection on One

More information

Adaptation and genetics. Block course Zoology & Evolution 2013, Daniel Berner

Adaptation and genetics. Block course Zoology & Evolution 2013, Daniel Berner Adaptation and genetics Block course Zoology & Evolution 2013, Daniel Berner 2 Conceptual framework Evolutionary biology tries to understand the mechanisms that lead from environmental variation to biological

More information

How Populations Evolve Chapter 13 Exercise 4 Answers

How Populations Evolve Chapter 13 Exercise 4 Answers HOW POPULATIONS EVOLVE CHAPTER 13 EXERCISE 4 ANSWERS PDF - Are you looking for how populations evolve chapter 13 exercise 4 answers Books? Now, you will be happy that at this time how populations evolve

More information

Population Genetics II (Selection + Haplotype analyses)

Population Genetics II (Selection + Haplotype analyses) 26 th Oct 2015 Poulation Genetics II (Selection + Halotye analyses) Gurinder Singh Mickey twal Center for Quantitative iology Natural Selection Model (Molecular Evolution) llele frequency Embryos Selection

More information

1. What is the definition of Evolution? a. Descent with modification b. Changes in the heritable traits present in a population over time c.

1. What is the definition of Evolution? a. Descent with modification b. Changes in the heritable traits present in a population over time c. 1. What is the definition of Evolution? a. Descent with modification b. Changes in the heritable traits present in a population over time c. Changes in allele frequencies in a population across generations

More information

Computational Molecular Biology (

Computational Molecular Biology ( Computational Molecular Biology (http://cmgm cmgm.stanford.edu/biochem218/) Biochemistry 218/Medical Information Sciences 231 Douglas L. Brutlag, Lee Kozar Jimmy Huang, Josh Silverman Lecture Syllabus

More information

MOLECULAR PHYLOGENY AND GENETIC DIVERSITY ANALYSIS. Masatoshi Nei"

MOLECULAR PHYLOGENY AND GENETIC DIVERSITY ANALYSIS. Masatoshi Nei MOLECULAR PHYLOGENY AND GENETIC DIVERSITY ANALYSIS Masatoshi Nei" Abstract: Phylogenetic trees: Recent advances in statistical methods for phylogenetic reconstruction and genetic diversity analysis were

More information

Map of AP-Aligned Bio-Rad Kits with Learning Objectives

Map of AP-Aligned Bio-Rad Kits with Learning Objectives Map of AP-Aligned Bio-Rad Kits with Learning Objectives Cover more than one AP Biology Big Idea with these AP-aligned Bio-Rad kits. Big Idea 1 Big Idea 2 Big Idea 3 Big Idea 4 ThINQ! pglo Transformation

More information

Unit 9: Evolution Guided Reading Questions (80 pts total)

Unit 9: Evolution Guided Reading Questions (80 pts total) Name: AP Biology Biology, Campbell and Reece, 7th Edition Adapted from chapter reading guides originally created by Lynn Miriello Unit 9: Evolution Guided Reading Questions (80 pts total) Chapter 22 Descent

More information

Endowed with an Extra Sense : Mathematics and Evolution

Endowed with an Extra Sense : Mathematics and Evolution Endowed with an Extra Sense : Mathematics and Evolution Todd Parsons Laboratoire de Probabilités et Modèles Aléatoires - Université Pierre et Marie Curie Center for Interdisciplinary Research in Biology

More information

Mathematical models in population genetics II

Mathematical models in population genetics II Mathematical models in population genetics II Anand Bhaskar Evolutionary Biology and Theory of Computing Bootcamp January 1, 014 Quick recap Large discrete-time randomly mating Wright-Fisher population

More information

The Lander-Green Algorithm. Biostatistics 666 Lecture 22

The Lander-Green Algorithm. Biostatistics 666 Lecture 22 The Lander-Green Algorithm Biostatistics 666 Lecture Last Lecture Relationship Inferrence Likelihood of genotype data Adapt calculation to different relationships Siblings Half-Siblings Unrelated individuals

More information

BIOLOGY (BIOL) Biology (BIOL) 1. BIOL 155 Introductory Microbiology Laboratory 1 credits

BIOLOGY (BIOL) Biology (BIOL) 1. BIOL 155 Introductory Microbiology Laboratory 1 credits Biology (BIOL) 1 BIOLOGY (BIOL) BIOL 101 Perspectives in Biology Open only to majors. Intro to the disciplines in the fields of biology; current research topics. BIOL 102 Biology and Society Not open to

More information

Space Time Population Genetics

Space Time Population Genetics CHAPTER 1 Space Time Population Genetics I invoke the first law of geography: everything is related to everything else, but near things are more related than distant things. Waldo Tobler (1970) Spatial

More information

Hidden Markov Models

Hidden Markov Models Hidden Markov Models Outline 1. CG-Islands 2. The Fair Bet Casino 3. Hidden Markov Model 4. Decoding Algorithm 5. Forward-Backward Algorithm 6. Profile HMMs 7. HMM Parameter Estimation 8. Viterbi Training

More information

Algorithms in Computational Biology (236522) spring 2008 Lecture #1

Algorithms in Computational Biology (236522) spring 2008 Lecture #1 Algorithms in Computational Biology (236522) spring 2008 Lecture #1 Lecturer: Shlomo Moran, Taub 639, tel 4363 Office hours: 15:30-16:30/by appointment TA: Ilan Gronau, Taub 700, tel 4894 Office hours:??

More information

Course information. Required Text

Course information. Required Text Course information EHS 101: Fundamentals of Chemistry for Environmental Health UCLA School of Public Health https://ccle.ucla.edu/course/view/16f-envhlt101-1 Syllabus Fall 2016 Thursdays, 1-2:50 pm, in

More information

Molecular and Cellular Biology

Molecular and Cellular Biology You Do Not Need to write down the following infos because all the following slides and all lecture notes will be uploaded at the link: http://itbe.hanyang.ac.kr This/today s file will be uploaded next

More information

Genetic Association Studies in the Presence of Population Structure and Admixture

Genetic Association Studies in the Presence of Population Structure and Admixture Genetic Association Studies in the Presence of Population Structure and Admixture Purushottam W. Laud and Nicholas M. Pajewski Division of Biostatistics Department of Population Health Medical College

More information

122 9 NEUTRALITY TESTS

122 9 NEUTRALITY TESTS 122 9 NEUTRALITY TESTS 9 Neutrality Tests Up to now, we calculated different things from various models and compared our findings with data. But to be able to state, with some quantifiable certainty, that

More information

Master of Science in Statistics A Proposal

Master of Science in Statistics A Proposal 1 Master of Science in Statistics A Proposal Rationale of the Program In order to cope up with the emerging complexity on the solutions of realistic problems involving several phenomena of nature it is

More information