Gene mapping, linkage analysis and computational challenges. Konstantin Strauch

Size: px
Start display at page:

Download "Gene mapping, linkage analysis and computational challenges. Konstantin Strauch"

Transcription

1 Gene mapping, linkage analysis an computational challenges Konstantin Strauch Institute for Meical Biometry, Informatics, an Epiemiology (IMBIE) University of Bonn

2 Genetics an inheritance 23 chromosomes in humans (22 autosomes, 1 sex chro.), an iniviual carries two copies of each sort (father/mother) Genetic locus: refers to certain position on a chromosome Alleles: ifferent possible DNA variants at a certain locus Inheritance at single locus: Two genetic loci on ifferent chromosomes: Alleles at both loci segregate inepenently (Menel s thir law)

3 Meiosis an recombination Two homologous chromosomes in a parent A1 A2 A1 A2 A1 A2 B1 B2 B1 B2 B1 B2 C1 C2 C2 C1 C2 C1 Chiasmata (i.e., crossovers) lea to recombinations between loci (e.g., here, between loci B an C). A recombination becomes more likely if two genetic loci are more istant. inherite to chil

4 Linkage analysis: the basic concepts Look for co-segregation between marker(s) an trait locus within families Parametric (moel-base) analysis or LOD-score analysis: calculation of likelihoo L = P (observe ata moel), isease moel parameters must be explicitly specifie. Simplest case of one iallelic trait locus (alleles +, m): - isease allele frequency p - three penetrances {f +/+,f Het,f m/m } Penetrance: Probability of an iniviual being affecte given a certain genotype at isease locus

5 Mapping a isease locus by linkage analysis Typing of polymorphic markers an analysis of co-segregation of marker alleles an isease m m m m1 + 3 NR NR R NR NR NR Parametric analysis uner a ominant moel {f +/+,f Het,f m/m } = {0,1,1} 5 meioses nonrecombinant, 1 meiosis recombinant recombination fraction estimate: θ = 1/6 = The result strongly epens on the assume trait moel. - Simple situation! Nee likelihoo calculation if ifmore complex.

6 Multi-marker analysis Multi-marker analysis, multipoint analysis Jointly use several markers on a chromosome for an analysis; all genetic istances between the marker loci must be known. Goal: mapping of the isease locus (with unknown position) relative to the fixe map of markers (known positions) Avantage over single-marker analysis: If Ifa person is uninformative for a marker, linkage information can at least partly reconstructe by ajacent markers. This is particularly important for genetic markers for which the information content is small, such as single nucleotie polymorphisms (SNPs).

7 Likelihoo calculation General formulation of the likelihoo: L = g G Sum over all possible genotype combinations! i P ( xi gi) P( gi) Pθ penetrances i F i F genotype frequencies ( g x i : phenotypes (marker an trait) for person i g i : orere multilocus genotype for person i Calculation becomes extremely complicate, especially with many iniviuals, many genetic loci, an in case of missing information. i g p i, transmission probabilities g m i )

8 Complexity of the calculations Example: 10 possible genotypes at each locus 4 loci 10,000 multilocus genotypes 8 loci 100,000,000 multilocus genotypes Proceure: combination of ientical terms omission of terms equal to zero Different algorithmic approaches an computational nees: Elston-Stewart algorithm (Hum Here 21: , 1971) linear in # of persons, exponential in # of markers Laner-Green algorithm (PNAS 84: , 1987) linear in # of markers, exponential in # of persons Bayesian networks: flexibly orer calculations (Fishelson & Geiger, Bioinformatics 18 Suppl:S189-S198, 2002)

9 The principle of GENEHUNTER (Kruglyak et al., AJHG 1996) I. Extract the inheritance information from the markers; fin the probability istribution of the inheritance vectors (given all marker ata) for many positions along the II. chromosome P ( V ( x) = w) inheritance vector: contains one bit for each meiosis, etermines whether the paternally ( 0 ) or maternally ( 1 ) inherite allele has been transmitte Score the ifferent positions (for the putative trait locus) accoring to the trait phenotypes ( S w, φ ) S: isease locus likelihoo for parametric linkage analysis; yiels the LOD score III. Take the expecte value ( S( x) S w, φ ) P( V ( x) = w) = w V

10 Complex traits: two-trait-locus analysis Parametric (LOD-score) analysis with two isease loci: tests specific two-trait-locus moels Many parameters: - 2 isease allele frequencies - 9 penetrances Two-locus penetrances First locus +/+ Het m/m Secon locus +/+ Het m/m f 00 f 01 f 02 f 10 f 11 f 12 f 20 f 21 f 22 Two-trait-locus analysis has higher power to etect linkage Genetic regions can be localize more accurately Information can be gaine about how two loci act / interact

11 GENEHUNTER (written in C) with one an two trait loci Complete formulation for a single trait locus: ( ) S( x) = S φ ( w, ) P( V ( x) = w) - with S w, φ efine as the isease-locus likelihoo, this yiels the stanar LOD score (one trait locus). Extension for two trait loci: GENEHUNTER-TWOLOCUS (Strauch et al., Am J Hum Genet 66: ): S( x1, x 2 ) = = w1, w2 V w1, w2 V Assumption: both isease loci are unlinke (inepenence) w V ( ) 1, w2, φ PV ( ( x1) = w1, V( x2) = w2) S w ( ) 1, w2, φ PV ( ( x1) = w1 ) PV ( ( x2) = w2) S w

12 GENEHUNTER-TWOLOCUS: optimization of the coe Since the scoring function S(w 1,w 2 ) now is a matrix, calculation takes longer than with the single-trait-locus GENEHUNTER versions (uses >95% of computing time!) - up to now, # of effective meioses (i.e., bits ) 12 13, even on machines like the SunFire SMP Cluster Aachen Technical optimization of critical parts of the algorithm: Extraction of loop-invariant coe Replacement of case constructs by bit operations Loop interchange to improve loop unrolling Subroutine inlining Spee-up by a factor of 14 (one orer of magnitue!)

13 GENEHUNTER-TWOLOCUS: parallelization The two-trait-locus LOD score is calculate as: ( w ) 1, w2, φ P( V ( x1) = w1) P( V ( x2 = 2) S( x1, x2) = S ) w w1, w2 V S( x1, x2) = S w1, w2, P V ( x1) w1 P V ( x2 φ = ) = w w2 V w 1 V ( ) ( ) ( 2) Calculate w 1 V ' ( w1, w2, φ ) P( V ( x1) = w1) : S ( w2) x 1 S = in parallel! No inter-processor communication, ieal loa balancing linear spee-up; 1/n time with n processors GH-TWOLOCUS: now analyze peigrees with 17 bits

14 GENEHUNTER-TWOLOCUS: application to hypercholesterolemia Family of of consierable size (17 effective meioses, bits ) Estimate computation time with ol version: 3 years Computation time with new version: ays Computations one with the SunFire SMP Cluster Aachen Only if if two mutant alleles are present both at at a locus on on chromosome 1 an at at a locus on on chromosome 13, the person will express hypercholesterolemia. (multiplicative moe of of interaction)

15 GENEHUNTER-TWOLOCUS: optimize an parallelize version Johannes Dietter, Alexaner Spiegel, Dieter an an Mey, Hans-Joachim Pflug, Hussam Al-Kateb, Katrin Hoffmann, Thomas F Wienker, Konstantin Strauch: Efficient two-trait-locus linkage analysis through program optimization an parallelization: application to to hypercholesterolemia. European Journal of of Human Genetics 12: , 2004.

16 GENEHUNTER-TWOLOCUS: application to high factor VIII levels

17 People Johannes Dietter Dieter an Mey Alexaner Spiegel Hans-Joachim Pflug (IMBIE, Bonn) (Center for Computing an Communication, RWTH Aachen) Thank you!

Calculation of IBD probabilities

Calculation of IBD probabilities Calculation of IBD probabilities David Evans University of Bristol This Session Identity by Descent (IBD) vs Identity by state (IBS) Why is IBD important? Calculating IBD probabilities Lander-Green Algorithm

More information

Calculation of IBD probabilities

Calculation of IBD probabilities Calculation of IBD probabilities David Evans and Stacey Cherny University of Oxford Wellcome Trust Centre for Human Genetics This Session IBD vs IBS Why is IBD important? Calculating IBD probabilities

More information

The phenotype of this worm is wild type. When both genes are mutant: The phenotype of this worm is double mutant Dpy and Unc phenotype.

The phenotype of this worm is wild type. When both genes are mutant: The phenotype of this worm is double mutant Dpy and Unc phenotype. Series 1: Cross Diagrams There are two alleles for each trait in a diploid organism In C. elegans gene symbols are ALWAYS italicized. To represent two different genes on the same chromosome: When both

More information

Tutorial Session 2. MCMC for the analysis of genetic data on pedigrees:

Tutorial Session 2. MCMC for the analysis of genetic data on pedigrees: MCMC for the analysis of genetic data on pedigrees: Tutorial Session 2 Elizabeth Thompson University of Washington Genetic mapping and linkage lod scores Monte Carlo likelihood and likelihood ratio estimation

More information

MCMC IN THE ANALYSIS OF GENETIC DATA ON PEDIGREES

MCMC IN THE ANALYSIS OF GENETIC DATA ON PEDIGREES MCMC IN THE ANALYSIS OF GENETIC DATA ON PEDIGREES Elizabeth A. Thompson Department of Statistics, University of Washington Box 354322, Seattle, WA 98195-4322, USA Email: thompson@stat.washington.edu This

More information

When one gene is wild type and the other mutant:

When one gene is wild type and the other mutant: Series 2: Cross Diagrams Linkage Analysis There are two alleles for each trait in a diploid organism In C. elegans gene symbols are ALWAYS italicized. To represent two different genes on the same chromosome:

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

UNIT 8 BIOLOGY: Meiosis and Heredity Page 148

UNIT 8 BIOLOGY: Meiosis and Heredity Page 148 UNIT 8 BIOLOGY: Meiosis and Heredity Page 148 CP: CHAPTER 6, Sections 1-6; CHAPTER 7, Sections 1-4; HN: CHAPTER 11, Section 1-5 Standard B-4: The student will demonstrate an understanding of the molecular

More information

1. The diagram below shows two processes (A and B) involved in sexual reproduction in plants and animals.

1. The diagram below shows two processes (A and B) involved in sexual reproduction in plants and animals. 1. The diagram below shows two processes (A and B) involved in sexual reproduction in plants and animals. Which statement best explains how these processes often produce offspring that have traits not

More information

F1 Parent Cell R R. Name Period. Concept 15.1 Mendelian inheritance has its physical basis in the behavior of chromosomes

F1 Parent Cell R R. Name Period. Concept 15.1 Mendelian inheritance has its physical basis in the behavior of chromosomes Name Period Concept 15.1 Mendelian inheritance has its physical basis in the behavior of chromosomes 1. What is the chromosome theory of inheritance? 2. Explain the law of segregation. Use two different

More information

Solutions to Problem Set 4

Solutions to Problem Set 4 Question 1 Solutions to 7.014 Problem Set 4 Because you have not read much scientific literature, you decide to study the genetics of garden peas. You have two pure breeding pea strains. One that is tall

More information

A Unified Framework Integrating Parent-of-Origin Effects for Association Study

A Unified Framework Integrating Parent-of-Origin Effects for Association Study Unifie Framework Integrating Parent-of-Origin Effects for ssociation Stuy Feifei Xiao, Jianzhong Ma, hristopher I. mos * epartment of Genetics, The University of Texas M.. nerson ancer enter, Houston,

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

Objectives. Announcements. Comparison of mitosis and meiosis

Objectives. Announcements. Comparison of mitosis and meiosis Announcements Colloquium sessions for which you can get credit posted on web site: Feb 20, 27 Mar 6, 13, 20 Apr 17, 24 May 15. Review study CD that came with text for lab this week (especially mitosis

More information

Statistical Methods for Mapping Quantitative Trait Loci From a Dense Set of Markers

Statistical Methods for Mapping Quantitative Trait Loci From a Dense Set of Markers Copyright 1999 by the Genetics Society of America Statistical Methos for Mapping Quantitative Trait Loci From a Dense Set of Markers Josée Dupuis* an Davi Siegmun *Genome Therapeutics Corporation, Waltham,

More information

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences.

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences. S 63 Lecture 8 2/2/26 Lecturer Lillian Lee Scribes Peter Babinski, Davi Lin Basic Language Moeling Approach I. Special ase of LM-base Approach a. Recap of Formulas an Terms b. Fixing θ? c. About that Multinomial

More information

Linkage and Linkage Disequilibrium

Linkage and Linkage Disequilibrium Linkage and Linkage Disequilibrium Summer Institute in Statistical Genetics 2014 Module 10 Topic 3 Linkage in a simple genetic cross Linkage In the early 1900 s Bateson and Punnet conducted genetic studies

More information

Introduc)on to Gene)cs How to Analyze Your Own Genome Fall 2013

Introduc)on to Gene)cs How to Analyze Your Own Genome Fall 2013 Introduc)on to Gene)cs 02-223 How to Analyze Your Own Genome Fall 2013 Overview Primer on gene

More information

BIOLOGY - CLUTCH CH.13 - MEIOSIS.

BIOLOGY - CLUTCH CH.13 - MEIOSIS. !! www.clutchprep.com CONCEPT: SEXUAL REPRODUCTION Meiosis is a special type of cell division that occurs as part of the sexual life cycle of eukaryotes Sexual reproduction parents donate a unique mixture

More information

CELL BIOLOGY - CLUTCH CH MEIOSIS AND SEXUAL REPRODUCTION.

CELL BIOLOGY - CLUTCH CH MEIOSIS AND SEXUAL REPRODUCTION. !! www.clutchprep.com CONCEPT: BASICS OF MEIOTIC GENETICS Sexual reproduction involves mixing DNA from individuals to produce genetically distinct offspring Beneficial because it allows for genetic diversity

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

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013 Survey Sampling Kosuke Imai Department of Politics, Princeton University February 19, 2013 Survey sampling is one of the most commonly use ata collection methos for social scientists. We begin by escribing

More information

Lecture 9. QTL Mapping 2: Outbred Populations

Lecture 9. QTL Mapping 2: Outbred Populations Lecture 9 QTL Mapping 2: Outbred Populations Bruce Walsh. Aug 2004. Royal Veterinary and Agricultural University, Denmark The major difference between QTL analysis using inbred-line crosses vs. outbred

More information

Statistical Genetics I: STAT/BIOST 550 Spring Quarter, 2014

Statistical Genetics I: STAT/BIOST 550 Spring Quarter, 2014 Overview - 1 Statistical Genetics I: STAT/BIOST 550 Spring Quarter, 2014 Elizabeth Thompson University of Washington Seattle, WA, USA MWF 8:30-9:20; THO 211 Web page: www.stat.washington.edu/ thompson/stat550/

More information

Natural Selection. Population Dynamics. The Origins of Genetic Variation. The Origins of Genetic Variation. Intergenerational Mutation Rate

Natural Selection. Population Dynamics. The Origins of Genetic Variation. The Origins of Genetic Variation. Intergenerational Mutation Rate Natural Selection Population Dynamics Humans, Sickle-cell Disease, and Malaria How does a population of humans become resistant to malaria? Overproduction Environmental pressure/competition Pre-existing

More information

The universal validity of the possible triangle constraint for Affected-Sib-Pairs

The universal validity of the possible triangle constraint for Affected-Sib-Pairs The Canadian Journal of Statistics Vol. 31, No.?, 2003, Pages???-??? La revue canadienne de statistique The universal validity of the possible triangle constraint for Affected-Sib-Pairs Zeny Z. Feng, Jiahua

More information

Concept 15.1 Mendelian inheritance has its physical basis in the behavior of chromosomes

Concept 15.1 Mendelian inheritance has its physical basis in the behavior of chromosomes r Chapter 15: The Chromosomal Basis of Inheritance Name Period Chapter 15: The Chromosomal Basis of Inheritance Concept 15.1 Mendelian inheritance has its physical basis in the behavior of chromosomes

More information

Statistics 246 Spring 2006

Statistics 246 Spring 2006 Statistics 246 Spring 2006 Meiosis and Recombination Week 3, Lecture 1 1 - the process which starts with a diploid cell having one set of maternal and one of paternal chromosomes, and ends up with four

More information

Agenda. 1. Lesson Learning Goals 2. Meiosis 3. Meiosis Bingo

Agenda. 1. Lesson Learning Goals 2. Meiosis 3. Meiosis Bingo Meiosis SBI 3U Agenda 1. Lesson Learning Goals 2. Meiosis 3. Meiosis Bingo Learning Goals By the end of today s lesson, you will be able: To use proper vocabulary related to this unit, including meiosis,

More information

Heredity Variation Genetics Meiosis

Heredity Variation Genetics Meiosis Genetics Warm Up Exercise: -Using your previous knowledge of genetics, determine what maternal genotype would most likely yield offspring with such characteristics. -Use the genotype that you came up with

More information

A Modification of the Jarque-Bera Test. for Normality

A Modification of the Jarque-Bera Test. for Normality Int. J. Contemp. Math. Sciences, Vol. 8, 01, no. 17, 84-85 HIKARI Lt, www.m-hikari.com http://x.oi.org/10.1988/ijcms.01.9106 A Moification of the Jarque-Bera Test for Normality Moawa El-Fallah Ab El-Salam

More information

Linear Regression (1/1/17)

Linear Regression (1/1/17) STA613/CBB540: Statistical methods in computational biology Linear Regression (1/1/17) Lecturer: Barbara Engelhardt Scribe: Ethan Hada 1. Linear regression 1.1. Linear regression basics. Linear regression

More information

Mapping QTL to a phylogenetic tree

Mapping QTL to a phylogenetic tree Mapping QTL to a phylogenetic tree Karl W Broman Department of Biostatistics & Medical Informatics University of Wisconsin Madison www.biostat.wisc.edu/~kbroman Human vs mouse www.daviddeen.com 3 Intercross

More information

Unit 6 Reading Guide: PART I Biology Part I Due: Monday/Tuesday, February 5 th /6 th

Unit 6 Reading Guide: PART I Biology Part I Due: Monday/Tuesday, February 5 th /6 th Name: Date: Block: Chapter 6 Meiosis and Mendel Section 6.1 Chromosomes and Meiosis 1. How do gametes differ from somatic cells? Unit 6 Reading Guide: PART I Biology Part I Due: Monday/Tuesday, February

More information

Chapter 13 Meiosis and Sexual Reproduction

Chapter 13 Meiosis and Sexual Reproduction Biology 110 Sec. 11 J. Greg Doheny Chapter 13 Meiosis and Sexual Reproduction Quiz Questions: 1. What word do you use to describe a chromosome or gene allele that we inherit from our Mother? From our Father?

More information

State-Space Model for a Multi-Machine System

State-Space Model for a Multi-Machine System State-Space Moel for a Multi-Machine System These notes parallel section.4 in the text. We are ealing with classically moele machines (IEEE Type.), constant impeance loas, an a network reuce to its internal

More information

Ch 11.Introduction to Genetics.Biology.Landis

Ch 11.Introduction to Genetics.Biology.Landis Nom Section 11 1 The Work of Gregor Mendel (pages 263 266) This section describes how Gregor Mendel studied the inheritance of traits in garden peas and what his conclusions were. Introduction (page 263)

More information

Ch 11.4, 11.5, and 14.1 Review. Game

Ch 11.4, 11.5, and 14.1 Review. Game Ch 11.4, 11.5, and 14.1 Review Game What happens to the chromosome number during meiosis? A It doubles B It stays the same C It halves D It becomes diploid Ans: C Gametes are A Sex cells B Sperm and eggs

More information

Affected Sibling Pairs. Biostatistics 666

Affected Sibling Pairs. Biostatistics 666 Affected Sibling airs Biostatistics 666 Today Discussion of linkage analysis using affected sibling pairs Our exploration will include several components we have seen before: A simple disease model IBD

More information

Robust Forward Algorithms via PAC-Bayes and Laplace Distributions. ω Q. Pr (y(ω x) < 0) = Pr A k

Robust Forward Algorithms via PAC-Bayes and Laplace Distributions. ω Q. Pr (y(ω x) < 0) = Pr A k A Proof of Lemma 2 B Proof of Lemma 3 Proof: Since the support of LL istributions is R, two such istributions are equivalent absolutely continuous with respect to each other an the ivergence is well-efine

More information

Biol. 303 EXAM I 9/22/08 Name

Biol. 303 EXAM I 9/22/08 Name Biol. 303 EXAM I 9/22/08 Name -------------------------------------------------------------------------------------------------------------- This exam consists of 40 multiple choice questions worth 2.5

More information

Lecture 2 Lagrangian formulation of classical mechanics Mechanics

Lecture 2 Lagrangian formulation of classical mechanics Mechanics Lecture Lagrangian formulation of classical mechanics 70.00 Mechanics Principle of stationary action MATH-GA To specify a motion uniquely in classical mechanics, it suffices to give, at some time t 0,

More information

Heredity Variation Genetics Meiosis

Heredity Variation Genetics Meiosis Genetics Warm Up Exercise: -Using your previous knowledge of genetics, determine what maternal genotype would most likely yield offspring with such characteristics. -Use the genotype that you came up with

More information

Meiosis and Sexual Reproduction. Chapter 10. Halving the Chromosome Number. Homologous Pairs

Meiosis and Sexual Reproduction. Chapter 10. Halving the Chromosome Number. Homologous Pairs Meiosis and Sexual Reproduction Chapter 10 Outline Reduction in Chromosome Number Homologous Pairs Meiosis Overview Genetic Recombination Crossing-Over Independent Assortment Fertilization Meiosis I Meiosis

More information

Lecture 6: Generalized multivariate analysis of variance

Lecture 6: Generalized multivariate analysis of variance Lecture 6: Generalize multivariate analysis of variance Measuring association of the entire microbiome with other variables Distance matrices capture some aspects of the ata (e.g. microbiome composition,

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

Lesson Overview Meiosis

Lesson Overview Meiosis 11.4 As geneticists in the early 1900s applied Mendel s laws, they wondered where genes might be located. They expected genes to be carried on structures inside the cell, but which structures? What cellular

More information

MEIOSIS, THE BASIS OF SEXUAL REPRODUCTION

MEIOSIS, THE BASIS OF SEXUAL REPRODUCTION MEIOSIS, THE BASIS OF SEXUAL REPRODUCTION Why do kids look different from the parents? How are they similar to their parents? Why aren t brothers or sisters more alike? Meiosis A process where the number

More information

theta H H H H H H H H H H H K K K K K K K K K K centimorgans

theta H H H H H H H H H H H K K K K K K K K K K centimorgans Linkage Phase Recall that the recombination fraction ρ for two loci denotes the probability of a recombination event between those two loci. For loci on different chromosomes, ρ = 1=2. For loci on the

More information

Statistical issues in QTL mapping in mice

Statistical issues in QTL mapping in mice Statistical issues in QTL mapping in mice Karl W Broman Department of Biostatistics Johns Hopkins University http://www.biostat.jhsph.edu/~kbroman Outline Overview of QTL mapping The X chromosome Mapping

More information

Genetics (patterns of inheritance)

Genetics (patterns of inheritance) MENDELIAN GENETICS branch of biology that studies how genetic characteristics are inherited MENDELIAN GENETICS Gregory Mendel, an Augustinian monk (1822-1884), was the first who systematically studied

More information

Experiment 2, Physics 2BL

Experiment 2, Physics 2BL Experiment 2, Physics 2BL Deuction of Mass Distributions. Last Upate: 2009-05-03 Preparation Before this experiment, we recommen you review or familiarize yourself with the following: Chapters 4-6 in Taylor

More information

Meiosis vs Mitosis. How many times did it go through prophase-metaphase-anaphase-telophase?

Meiosis vs Mitosis. How many times did it go through prophase-metaphase-anaphase-telophase? Meiosis vs Mitosis Mitosis produces identical copies of cells for growth or repair. Meiosis produces egg cells or sperm cells. Look at the diagram of meiosis: What happened during prophase I? How many

More information

Heredity and Genetics WKSH

Heredity and Genetics WKSH Chapter 6, Section 3 Heredity and Genetics WKSH KEY CONCEPT Mendel s research showed that traits are inherited as discrete units. Vocabulary trait purebred law of segregation genetics cross MAIN IDEA:

More information

Outline. P o purple % x white & white % x purple& F 1 all purple all purple. F purple, 224 white 781 purple, 263 white

Outline. P o purple % x white & white % x purple& F 1 all purple all purple. F purple, 224 white 781 purple, 263 white Outline - segregation of alleles in single trait crosses - independent assortment of alleles - using probability to predict outcomes - statistical analysis of hypotheses - conditional probability in multi-generation

More information

Chapter 6 Linkage Disequilibrium & Gene Mapping (Recombination)

Chapter 6 Linkage Disequilibrium & Gene Mapping (Recombination) 12/5/14 Chapter 6 Linkage Disequilibrium & Gene Mapping (Recombination) Linkage Disequilibrium Genealogical Interpretation of LD Association Mapping 1 Linkage and Recombination v linkage equilibrium ²

More information

Segregation and the Principle of independent assortment

Segregation and the Principle of independent assortment . Segregation and the Principle of independent assortment The Principle of Independent Assortment describes how different genes independently separate from one another when reproductive cells develop.

More information

Computation of Multilocus Prior Probability of Autozygosity for Complex Inbred Pedigrees

Computation of Multilocus Prior Probability of Autozygosity for Complex Inbred Pedigrees Genetic Epidemiology 14:1 15 (1997) Computation of Multilocus Prior Probability of Autozygosity for Complex Inbred Pedigrees Sun-Wei Guo* Department of Biostatistics, University of Michigan, Ann Arbor

More information

Chromosome Chr Duplica Duplic t a ion Pixley

Chromosome Chr Duplica Duplic t a ion Pixley Chromosome Duplication Pixley Figure 4-6 Molecular Biology of the Cell ( Garland Science 2008) Figure 4-72 Molecular Biology of the Cell ( Garland Science 2008) Interphase During mitosis (cell division),

More information

Meiosis -> Inheritance. How do the events of Meiosis predict patterns of heritable variation?

Meiosis -> Inheritance. How do the events of Meiosis predict patterns of heritable variation? Meiosis -> Inheritance How do the events of Meiosis predict patterns of heritable variation? Mendel s peas 1. Genes determine appearance (phenotype) 2. Genes vary and they are inherited 3. Their behavior

More information

Meiosis and Mendel. Chapter 6

Meiosis and Mendel. Chapter 6 Meiosis and Mendel Chapter 6 6.1 CHROMOSOMES AND MEIOSIS Key Concept Gametes have half the number of chromosomes that body cells have. Body Cells vs. Gametes You have body cells and gametes body cells

More information

Life Cycles, Meiosis and Genetic Variability24/02/2015 2:26 PM

Life Cycles, Meiosis and Genetic Variability24/02/2015 2:26 PM Life Cycles, Meiosis and Genetic Variability iclicker: 1. A chromosome just before mitosis contains two double stranded DNA molecules. 2. This replicated chromosome contains DNA from only one of your parents

More information

Dropping Your Genes. A Simulation of Meiosis and Fertilization and An Introduction to Probability

Dropping Your Genes. A Simulation of Meiosis and Fertilization and An Introduction to Probability Dropping Your Genes A Simulation of Meiosis and Fertilization and An Introduction to To fully understand Mendelian genetics (and, eventually, population genetics), you need to understand certain aspects

More information

SYNCHRONOUS SEQUENTIAL CIRCUITS

SYNCHRONOUS SEQUENTIAL CIRCUITS CHAPTER SYNCHRONOUS SEUENTIAL CIRCUITS Registers an counters, two very common synchronous sequential circuits, are introuce in this chapter. Register is a igital circuit for storing information. Contents

More information

The Quantitative TDT

The Quantitative TDT The Quantitative TDT (Quantitative Transmission Disequilibrium Test) Warren J. Ewens NUS, Singapore 10 June, 2009 The initial aim of the (QUALITATIVE) TDT was to test for linkage between a marker locus

More information

Chapter 13: Meiosis and Sexual Life Cycles Overview: Hereditary Similarity and Variation

Chapter 13: Meiosis and Sexual Life Cycles Overview: Hereditary Similarity and Variation Chapter 13: Meiosis and Sexual Life Cycles Overview: Hereditary Similarity and Variation Living organisms Are distinguished by their ability to reproduce their own kind Biology, 7 th Edition Neil Campbell

More information

Outline for today s lecture (Ch. 13)

Outline for today s lecture (Ch. 13) Outline for today s lecture (Ch. 13) Sexual and asexual life cycles Meiosis Origins of Genetic Variation Independent assortment Crossing over ( recombination ) Heredity Transmission of traits between generations

More information

Constructing a Pedigree

Constructing a Pedigree Constructing a Pedigree Use the appropriate symbols: Unaffected Male Unaffected Female Affected Male Affected Female Male carrier of trait Mating of Offspring 2. Label each generation down the left hand

More information

For 5% confidence χ 2 with 1 degree of freedom should exceed 3.841, so there is clear evidence for disequilibrium between S and M.

For 5% confidence χ 2 with 1 degree of freedom should exceed 3.841, so there is clear evidence for disequilibrium between S and M. STAT 550 Howework 6 Anton Amirov 1. This question relates to the same study you saw in Homework-4, by Dr. Arno Motulsky and coworkers, and published in Thompson et al. (1988; Am.J.Hum.Genet, 42, 113-124).

More information

Lesson Overview 11.4 Meiosis

Lesson Overview 11.4 Meiosis Lesson Overview 11.4 Meiosis THINK ABOUT IT As geneticists in the early 1900s applied Mendel s laws, they wondered where genes might be located. They expected genes to be carried on structures inside the

More information

Lecture WS Evolutionary Genetics Part I 1

Lecture WS Evolutionary Genetics Part I 1 Quantitative genetics Quantitative genetics is the study of the inheritance of quantitative/continuous phenotypic traits, like human height and body size, grain colour in winter wheat or beak depth in

More information

The Chromosomal Basis of Inheritance

The Chromosomal Basis of Inheritance The Chromosomal Basis of Inheritance Mitosis and meiosis were first described in the late 800s. The chromosome theory of inheritance states: Mendelian genes have specific loci (positions) on chromosomes.

More information

An Analytical Expression of the Probability of Error for Relaying with Decode-and-forward

An Analytical Expression of the Probability of Error for Relaying with Decode-and-forward An Analytical Expression of the Probability of Error for Relaying with Decoe-an-forwar Alexanre Graell i Amat an Ingmar Lan Department of Electronics, Institut TELECOM-TELECOM Bretagne, Brest, France Email:

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

Resultants in genetic linkage analysis

Resultants in genetic linkage analysis Journal of Symbolic Computation 41 (2006) 125 137 www.elsevier.com/locate/jsc Resultants in genetic linkage analysis Ingileif B. Hallgrímsdóttir a,, Bernd Sturmfels b a Department of Statistics, University

More information

Drosophila Mapping Homework

Drosophila Mapping Homework Drosophila Mapping Homework In Drosophila, the genes stubble bristle (S), vestigial wings (V) and black body (B) are autosomally linked. The mutant alleles are all recessive to wild type. Determine the

More information

More from Lesson 6 The Limit Definition of the Derivative and Rules for Finding Derivatives.

More from Lesson 6 The Limit Definition of the Derivative and Rules for Finding Derivatives. Math 1314 ONLINE More from Lesson 6 The Limit Definition of the Derivative an Rules for Fining Derivatives Eample 4: Use the Four-Step Process for fining the erivative of the function Then fin f (1) f(

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

Chapter 13 Meiosis and Sexual Life Cycles

Chapter 13 Meiosis and Sexual Life Cycles Chapter 13 Meiosis and Sexual Life Cycles Question? Does Like really beget Like? The offspring will resemble the parents, but they may not be exactly like them. This chapter deals with reproduction of

More information

Name Class Date. KEY CONCEPT Gametes have half the number of chromosomes that body cells have.

Name Class Date. KEY CONCEPT Gametes have half the number of chromosomes that body cells have. Section 1: Chromosomes and Meiosis KEY CONCEPT Gametes have half the number of chromosomes that body cells have. VOCABULARY somatic cell autosome fertilization gamete sex chromosome diploid homologous

More information

that does not happen during mitosis?

that does not happen during mitosis? Review! What is a somatic cell?! What is a sex cell?! What is a haploid cell?! What is a diploid cell?! Why is cell division important?! What are the different types of cell division?! What are these useful

More information

Biology Kevin Dees. Chapter 13 Meiosis and Sexual Life Cycles

Biology Kevin Dees. Chapter 13 Meiosis and Sexual Life Cycles Chapter 13 Meiosis and Sexual Life Cycles Reproduction Characteristic of all living things Reproduction also involves the transmission of traits from one generation to the next; inheritance Heredity Latin

More information

Chapter 13 Meiosis and Sexual Life Cycles. Reproduction

Chapter 13 Meiosis and Sexual Life Cycles. Reproduction Chapter 13 Meiosis and Sexual Life Cycles Reproduction Characteristic of all living things Reproduction also involves the transmission of traits from one generation to the next; inheritance Heredity Latin

More information

Patterns of inheritance

Patterns of inheritance Patterns of inheritance Learning goals By the end of this material you would have learnt about: How traits and characteristics are passed on from one generation to another The different patterns of inheritance

More information

Evolution of phenotypic traits

Evolution of phenotypic traits Quantitative genetics Evolution of phenotypic traits Very few phenotypic traits are controlled by one locus, as in our previous discussion of genetics and evolution Quantitative genetics considers characters

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

Meiosis and Sexual Life Cycles

Meiosis and Sexual Life Cycles Chapter 13 Meiosis and Sexual Life Cycles Lecture Outline Overview: Variations on a Theme Living organisms are distinguished by their ability to reproduce their own kind. Offspring resemble their parents

More information

EXERCISES FOR CHAPTER 3. Exercise 3.2. Why is the random mating theorem so important?

EXERCISES FOR CHAPTER 3. Exercise 3.2. Why is the random mating theorem so important? Statistical Genetics Agronomy 65 W. E. Nyquist March 004 EXERCISES FOR CHAPTER 3 Exercise 3.. a. Define random mating. b. Discuss what random mating as defined in (a) above means in a single infinite population

More information

Complexity and Approximation of the Minimum Recombination Haplotype Configuration Problem

Complexity and Approximation of the Minimum Recombination Haplotype Configuration Problem Complexity and Approximation of the Minimum Recombination Haplotype Configuration Problem Lan Liu 1, Xi Chen 3, Jing Xiao 3, and Tao Jiang 1,2 1 Department of Computer Science and Engineering, University

More information

CSS 350 Midterm #2, 4/2/01

CSS 350 Midterm #2, 4/2/01 6. In corn three unlinked dominant genes are necessary for aleurone color. The genotypes B-D-B- are colored. If any of these loci is homozygous recessive the aleurone will be colorless. What is the expected

More information

GENETICS - CLUTCH CH.1 INTRODUCTION TO GENETICS.

GENETICS - CLUTCH CH.1 INTRODUCTION TO GENETICS. !! www.clutchprep.com CONCEPT: HISTORY OF GENETICS The earliest use of genetics was through of plants and animals (8000-1000 B.C.) Selective breeding (artificial selection) is the process of breeding organisms

More information

Exam 5 Review Questions and Topics

Exam 5 Review Questions and Topics Exam 5 Review Questions and Topics 1. In your own words, define Methodological Naturalism and what it can and cannot test: 2. Fill out the following table: Discovery Science What it does? Hypothesis-based

More information

Biology 211 (1) Exam 4! Chapter 12!

Biology 211 (1) Exam 4! Chapter 12! Biology 211 (1) Exam 4 Chapter 12 1. Why does replication occurs in an uncondensed state? 1. 2. A is a single strand of DNA. When DNA is added to associated protein molecules, it is referred to as. 3.

More information

Variance Component Models for Quantitative Traits. Biostatistics 666

Variance Component Models for Quantitative Traits. Biostatistics 666 Variance Component Models for Quantitative Traits Biostatistics 666 Today Analysis of quantitative traits Modeling covariance for pairs of individuals estimating heritability Extending the model beyond

More information

THINK ABOUT IT. Lesson Overview. Meiosis. As geneticists in the early 1900s applied Mendel s laws, they wondered where genes might be located.

THINK ABOUT IT. Lesson Overview. Meiosis. As geneticists in the early 1900s applied Mendel s laws, they wondered where genes might be located. Notes THINK ABOUT IT As geneticists in the early 1900s applied Mendel s laws, they wondered where genes might be located. They expected genes to be carried on structures inside the cell, but which structures?

More information

Gene mapping in model organisms

Gene mapping in model organisms Gene mapping in model organisms Karl W Broman Department of Biostatistics Johns Hopkins University http://www.biostat.jhsph.edu/~kbroman Goal Identify genes that contribute to common human diseases. 2

More information

Chapter 4 Lesson 1 Heredity Notes

Chapter 4 Lesson 1 Heredity Notes Chapter 4 Lesson 1 Heredity Notes Phases of Meiosis I Prophase I Nuclear membrane breaks apart and chromosomes condense. 3.1 Sexual Reproduction and Meiosis Metaphase I Sister chromatids line up along

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

Ch. 10 Sexual Reproduction and Genetics. p

Ch. 10 Sexual Reproduction and Genetics. p Ch. 10 Sexual Reproduction and Genetics p. 270 - 10.1 Meiosis p. 270-276 Essential Question Main Idea! Meiosis produces haploid gametes Where are the instructions for each trait located in a cell?! On

More information

I Have the Power in QTL linkage: single and multilocus analysis

I Have the Power in QTL linkage: single and multilocus analysis I Have the Power in QTL linkage: single and multilocus analysis Benjamin Neale 1, Sir Shaun Purcell 2 & Pak Sham 13 1 SGDP, IoP, London, UK 2 Harvard School of Public Health, Cambridge, MA, USA 3 Department

More information