Mendel Short IGES 2003 Data Preparation. Eric Sobel. Department of of Human Genetics UCLA School of of Medicine

Size: px
Start display at page:

Download "Mendel Short IGES 2003 Data Preparation. Eric Sobel. Department of of Human Genetics UCLA School of of Medicine"

Transcription

1 Mendel Short IGES 2003 Data Preparation Eric Sobel Department of of Human Genetics UCLA School of of Medicine 02 November 2003 Mendel Short IGES Slide 1

2 Web Sites Mendel5: SimWalk3: FBAT: biosun1.harvard.edu/~fbat/default.html Mega2: watson.hgen.pitt.edu/mega2.html 02 November 2003 Mendel Short IGES Slide 2

3 Before Statistical Analysis: Data Preparation (Overview) Types of data communicating with the software Utilities that assist in creating the data files Gregor SimRun Mega2 02 November 2003 Mendel Short IGES Slide 3

4 Before Statistical Analysis: Data Preparation (Overview) Analysis robustness to small perturbations in the data Mistyping Analysis Making the data more useful Allele consolidation Locus consolidation 02 November 2003 Mendel Short IGES Slide 4

5 Data File Manipulations Data translations are tedious and errorprone (although less so when done by a program, e.g., Mega2) There are many statistical genetics programs but few methods! Settle on a few programs you know well, both how to use it it and its assumptions, and that you trust 02 November 2003 Mendel Short IGES Slide 5

6 Types of Data Control data: which analysis should the software perform? Locus data: which loci are the data from? Qualitative genetic loci, e.g., traits and markers Qualitative non-genetic factors, e.g., smoker Quantitative variables, e.g., birthyear, BMI, ACE Map data: genomic layout of genetic loci? 02 November 2003 Mendel Short IGES Slide 6

7 More Types of Data Pedigree data: each individual s data Parents, sex and twin-status Phenotypes at the loci, factors, and variables Penetrance data (for parametric analyses): how does genotype affect phenotype at the trait loci? SNP data (Mendel-specific option): which loci should be consolidated? 02 November 2003 Mendel Short IGES Slide 7

8 Control Data Here one sets all the parameters necessary to to specify the type of of analysis to to run. For example, the following is is a Mendel Control.in File: OUTPUT_FILE = Mendel.out!The name of of output file LOCUS_FILE = Locus0.in!The name of of the locus file MAP_FILE = Map0.in!The name of of the map file PEDIGREE_FILE = Ped0.in!The name of of the pedigree file VARIABLE_FILE = Variable0.in!The name of of the variable file ANALYSIS_OPTION = Mistyping!Analysis option MODEL = 1!Sub-option for the analysis MALE = M!Symbol for male FEMALE = F!Symbol for female Allele_separator = -!Symbol used within genotypes 02 November 2003 Mendel Short IGES Slide 8

9 Comments on Flexible, Mendel Format Data Files Comma-delimited files are shown Column-specific files are also permitted This is is particularly useful for the pedigree data, since the software can be told how to to read almost any consistently formatted data set Missing values are blanks All objects can be named using words (eight or fewer characters) not just integers LINKAGE format pedigree files are accepted Many more Mendel features listed in the manual 02 November 2003 Mendel Short IGES Slide 9

10 Locus Data Qualitative Genetic Loci Name of of loci Chromosomal region, if if known; X-linked or Autosomal is is allowed Number and name of of alleles (optional) Allele frequencies (optional) Number and name of of phenotypes and with which genotypes they are compatible (only required if if you use phenotypes at at that locus) 02 November 2003 Mendel Short IGES Slide 10

11 Qualitative Genetic Locus Data File Example Egomania,1q,2,2, a,0.99, b,0.01, NORMAL,3, a-a, a-a, a-b, a-b, b-b, b-b, AFFECTED,3, a-a, a-a, a-b, a-b, b-b, b-b, Marker1,1q,2,0, 213,0.445, 217,0.555, Marker2,autosome,0,0, 02 November 2003 Mendel Short IGES Slide 11

12 More Locus Data Qualitative Non-Genetic Factors Name of factor Number and name of categories Quantitative Variables Name of variable Minimum and maximum values allowed 02 November 2003 Mendel Short IGES Slide 12

13 More Example Locus Files Factors are listed at at the end of of the Mendel Locus File: HEALTH,FACTOR,2,0, Good, Poor, PROBAND,FACTOR,1,0, PROBAND, Quantitative variables are listed in in the Mendel Variable File, one per line: YearBorn,1900,2003, 02 November 2003 Mendel Short IGES Slide 13

14 Map Data Contains the relative position of the qualitative genetic loci in the genome For Mendel (& SimWalk), only those loci in both the Locus and Map files will be analyzed! Sex-specific recombination fractions (and thus genetic distances) are allowed One can also specify the number of analysis points within each interval 02 November 2003 Mendel Short IGES Slide 14

15 Example Map Data File For example, the following is is a Mendel Map File: Egomania, 0.10,0.05,, Marker1, 0.01,,4, Marker2,,,,, Marker3, 02 November 2003 Mendel Short IGES Slide 15

16 Pedigree Data For each individual, one lists: Pedigree name Person name Parental names Either both parents in in pedigree or or none (none Founder) Sex Name of of twin set Phenotypes listed for each of of the loci, factors and quantitative variables in in the Locus and Variable Files, and in in the same order! (Blanks imply a missing value.) 02 November 2003 Mendel Short IGES Slide 16

17 Example Pedigree File For example, the following is is a Mendel Pedigree File: Bush, George,,,M,,AFFECTED, ,1946, Bush, Laura,,,F,,NORMAL, ,1946, Bush, Barbara,George,Laura,F,,NORMAL, ,1981, Bush, Jenna, George,Laura,F,,AFFECTED,,1981, Clinton,Bill,,,M,,AFFECTED, ,1946, Clinton,Hillary,,,F,,AFFECTED, ,1947, Clinton,Chelsea,Hillary,Bill,F,,NORMAL, ,1980, 02 November 2003 Mendel Short IGES Slide 17

18 Penetrance Data For a few analyses only, e.g., Parametric Linkage and Genetic Counseling Contains the model specifying how genotype influences phenotype at a trait locus. For each phenotype, set the values: Pr( phenotype 1/1 ) Pr( phenotype 1/2 ) Pr( phenotype 2/2 ) 02 November 2003 Mendel Short IGES Slide 18

19 Example Penetrance File For example, the following is is a Mendel Penetrance File: Egomania,PROB,,,2, NORMAL, 0.90, 0.05, 0.05, AFFECTED,0.10, 0.95, 0.95, 02 November 2003 Mendel Short IGES Slide 19

20 SNP File Only used for Locus Consolidation Utility Can consolidate up to four loci into one super-locus Each locus can have up to nine alleles 02 November 2003 Mendel Short IGES Slide 20

21 Example SNP File For example, the following is is a Mendel SNP File: 2, 2, SNP1,SNP2, 3, 3, SNP3,SNP4,SNP5, 02 November 2003 Mendel Short IGES Slide 21

22 Constructing the Data Files The Gregor program eases construction of the Mendel Control.in File and running Mendel itself SimRun does the same for SimWalk and its control file called BATCH3.DAT Many pedigree formats are supported by Mendel and the other files are small and easily constructed! SimWalk will copy Mendel s file formatting flexibility by November 2003 Mendel Short IGES Slide 22

23 Constructing the Data Files More and more databases will generate analysis input files directly Mega2 is a useful utility that converts from LINKAGE format data and pedigree files to the input files for many other packages, including Mendel and SimWalk2 Next major version of of Mega2 may better support Mendel 5 and SimWalk 3 02 November 2003 Mendel Short IGES Slide 23

Introduction to linkage and family based designs to study the genetic epidemiology of complex traits. Harold Snieder

Introduction to linkage and family based designs to study the genetic epidemiology of complex traits. Harold Snieder Introduction to linkage and family based designs to study the genetic epidemiology of complex traits Harold Snieder Overview of presentation Designs: population vs. family based Mendelian vs. complex diseases/traits

More information

Exam #2 BSC Fall. NAME_Key correct answers in BOLD FORM A

Exam #2 BSC Fall. NAME_Key correct answers in BOLD FORM A Exam #2 BSC 2011 2004 Fall NAME_Key correct answers in BOLD FORM A Before you begin, please write your name and social security number on the computerized score sheet. Mark in the corresponding bubbles

More information

MULTIFACTORIAL DISEASES. MG L-10 July 7 th 2014

MULTIFACTORIAL DISEASES. MG L-10 July 7 th 2014 MULTIFACTORIAL DISEASES MG L-10 July 7 th 2014 Genetic Diseases Unifactorial Chromosomal Multifactorial AD Numerical AR Structural X-linked Microdeletions Mitochondrial Spectrum of Alterations in DNA Sequence

More information

Non-parametric methods for linkage analysis

Non-parametric methods for linkage analysis BIOSTT516 Statistical Methods in Genetic Epidemiology utumn 005 Non-parametric methods for linkage analysis To this point, we have discussed model-based linkage analyses. These require one to specify a

More information

Performing. linkage analysis using MERLIN

Performing. linkage analysis using MERLIN Performing linkage analysis using MERLIN David Duffy Queensland Institute of Medical Research Brisbane, Australia Overview MERLIN and associated programs Error checking Parametric linkage analysis Nonparametric

More information

Pedigree Analysis Why do Pedigrees? Goals of Pedigree Analysis Basic Symbols More Symbols Y-Linked Inheritance

Pedigree Analysis Why do Pedigrees? Goals of Pedigree Analysis Basic Symbols More Symbols Y-Linked Inheritance Pedigree Analysis Why do Pedigrees? Punnett squares and chi-square tests work well for organisms that have large numbers of offspring and controlled mating, but humans are quite different: Small families.

More information

BST227 Introduction to Statistical Genetics. Lecture 4: Introduction to linkage and association analysis

BST227 Introduction to Statistical Genetics. Lecture 4: Introduction to linkage and association analysis BST227 Introduction to Statistical Genetics Lecture 4: Introduction to linkage and association analysis 1 Housekeeping Homework #1 due today Homework #2 posted (due Monday) Lab at 5:30PM today (FXB G13)

More information

Problem 3: Simulated Rheumatoid Arthritis Data

Problem 3: Simulated Rheumatoid Arthritis Data Problem 3: Simulated Rheumatoid Arthritis Data Michael B Miller Michael Li Gregg Lind Soon-Young Jang The plan

More information

Name Class Date. KEY CONCEPT The chromosomes on which genes are located can affect the expression of traits.

Name Class Date. KEY CONCEPT The chromosomes on which genes are located can affect the expression of traits. Section 1: Chromosomes and Phenotype KEY CONCEPT The chromosomes on which genes are located can affect the expression of traits. VOCABULARY carrier sex-linked gene X chromosome inactivation MAIN IDEA:

More information

B-4.7 Summarize the chromosome theory of inheritance and relate that theory to Gregor Mendel s principles of genetics

B-4.7 Summarize the chromosome theory of inheritance and relate that theory to Gregor Mendel s principles of genetics B-4.7 Summarize the chromosome theory of inheritance and relate that theory to Gregor Mendel s principles of genetics The Chromosome theory of inheritance is a basic principle in biology that states genes

More information

Pedigree Analysis. A = the trait (a genetic disease or abnormality, dominant) a = normal (recessive)

Pedigree Analysis. A = the trait (a genetic disease or abnormality, dominant) a = normal (recessive) Pedigree Analysis Introduction A pedigree is a diagram of family relationships that uses symbols to represent people and lines to represent genetic relationships. These diagrams make it easier to visualize

More information

Association mapping (qualitative) Association scan, quantitative. Office hours Wednesday 3-4pm 304A Stanley Hall. Association scan, qualitative

Association mapping (qualitative) Association scan, quantitative. Office hours Wednesday 3-4pm 304A Stanley Hall. Association scan, qualitative Association mapping (qualitative) Office hours Wednesday 3-4pm 304A Stanley Hall Fig. 11.26 Association scan, qualitative Association scan, quantitative osteoarthritis controls χ 2 test C s G s 141 47

More information

Ch 8 Practice Questions

Ch 8 Practice Questions Ch 8 Practice Questions Multiple Choice Identify the choice that best completes the statement or answers the question. 1. What fraction of offspring of the cross Aa Aa is homozygous for the dominant allele?

More information

Dan Koller, Ph.D. Medical and Molecular Genetics

Dan Koller, Ph.D. Medical and Molecular Genetics Design of Genetic Studies Dan Koller, Ph.D. Research Assistant Professor Medical and Molecular Genetics Genetics and Medicine Over the past decade, advances from genetics have permeated medicine Identification

More information

By Mir Mohammed Abbas II PCMB 'A' CHAPTER CONCEPT NOTES

By Mir Mohammed Abbas II PCMB 'A' CHAPTER CONCEPT NOTES Chapter Notes- Genetics By Mir Mohammed Abbas II PCMB 'A' 1 CHAPTER CONCEPT NOTES Relationship between genes and chromosome of diploid organism and the terms used to describe them Know the terms Terms

More information

Statistical Tests for X Chromosome Association Study. with Simulations. Jian Wang July 10, 2012

Statistical Tests for X Chromosome Association Study. with Simulations. Jian Wang July 10, 2012 Statistical Tests for X Chromosome Association Study with Simulations Jian Wang July 10, 2012 Statistical Tests Zheng G, et al. 2007. Testing association for markers on the X chromosome. Genetic Epidemiology

More information

IB BIO I Genetics Test Madden

IB BIO I Genetics Test Madden Name Date Multiple Choice 1. What does the genotype X H X h indicate? A. A co-dominant female B. A heterozygous male C. A heterozygous female D. A co-dominant male 2. A pure breeding tall plant with smooth

More information

Stat 531 Statistical Genetics I Homework 4

Stat 531 Statistical Genetics I Homework 4 Stat 531 Statistical Genetics I Homework 4 Erik Erhardt November 17, 2004 1 Duerr et al. report an association between a particular locus on chromosome 12, D12S1724, and in ammatory bowel disease (Am.

More information

Literature databases OMIM

Literature databases OMIM Literature databases OMIM Online Mendelian Inheritance in Man OMIM OMIM is a database that catalogues all the known diseases with a genetic component, and when possible links them to the relevant genes

More information

Genetics and Genomics in Medicine Chapter 8 Questions

Genetics and Genomics in Medicine Chapter 8 Questions Genetics and Genomics in Medicine Chapter 8 Questions Linkage Analysis Question Question 8.1 Affected members of the pedigree above have an autosomal dominant disorder, and cytogenetic analyses using conventional

More information

14.1 Human Chromosomes pg

14.1 Human Chromosomes pg 14.1 Human Chromosomes pg. 392-397 Lesson Objectives Identify the types of human chromosomes in a karotype. Describe the patterns of the inheritance of human traits. Explain how pedigrees are used to study

More information

A gene is a sequence of DNA that resides at a particular site on a chromosome the locus (plural loci). Genetic linkage of genes on a single

A gene is a sequence of DNA that resides at a particular site on a chromosome the locus (plural loci). Genetic linkage of genes on a single 8.3 A gene is a sequence of DNA that resides at a particular site on a chromosome the locus (plural loci). Genetic linkage of genes on a single chromosome can alter their pattern of inheritance from those

More information

UNIT 2: GENETICS Chapter 7: Extending Medelian Genetics

UNIT 2: GENETICS Chapter 7: Extending Medelian Genetics CORNELL NOTES Directions: You must create a minimum of 5 questions in this column per page (average). Use these to study your notes and prepare for tests and quizzes. Notes will be stamped after each assigned

More information

Biology 2C03: Genetics What is a Gene?

Biology 2C03: Genetics What is a Gene? Biology 2C03: Genetics What is a Gene? September 9 th, 2013 Model Organisms - E. coli - Yeast - Worms - Arabodopsis - Fruitflie - Mouse What is a Gene? - Define, recognize, describe and apply Mendel s

More information

Downloaded from Chapter 5 Principles of Inheritance and Variation

Downloaded from  Chapter 5 Principles of Inheritance and Variation Chapter 5 Principles of Inheritance and Variation Genetics: Genetics is a branch of biology which deals with principles of inheritance and its practices. Heredity: It is transmission of traits from one

More information

Tutorial on Genome-Wide Association Studies

Tutorial on Genome-Wide Association Studies Tutorial on Genome-Wide Association Studies Assistant Professor Institute for Computational Biology Department of Epidemiology and Biostatistics Case Western Reserve University Acknowledgements Dana Crawford

More information

Genetics Review. Alleles. The Punnett Square. Genotype and Phenotype. Codominance. Incomplete Dominance

Genetics Review. Alleles. The Punnett Square. Genotype and Phenotype. Codominance. Incomplete Dominance Genetics Review Alleles These two different versions of gene A create a condition known as heterozygous. Only the dominant allele (A) will be expressed. When both chromosomes have identical copies of the

More information

GENETICS - NOTES-

GENETICS - NOTES- GENETICS - NOTES- 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

More information

An Introduction to Quantitative Genetics I. Heather A Lawson Advanced Genetics Spring2018

An Introduction to Quantitative Genetics I. Heather A Lawson Advanced Genetics Spring2018 An Introduction to Quantitative Genetics I Heather A Lawson Advanced Genetics Spring2018 Outline What is Quantitative Genetics? Genotypic Values and Genetic Effects Heritability Linkage Disequilibrium

More information

Problem set questions from Final Exam Human Genetics, Nondisjunction, and Cancer

Problem set questions from Final Exam Human Genetics, Nondisjunction, and Cancer Problem set questions from Final Exam Human Genetics, Nondisjunction, and ancer Mapping in humans using SSRs and LOD scores 1. You set out to genetically map the locus for color blindness with respect

More information

The laws of Heredity. Allele: is the copy (or a version) of the gene that control the same characteristics.

The laws of Heredity. Allele: is the copy (or a version) of the gene that control the same characteristics. The laws of Heredity 1. Definition: Heredity: The passing of traits from parents to their offspring by means of the genes from the parents. Gene: Part or portion of a chromosome that carries genetic information

More information

Genetics & The Work of Mendel. AP Biology

Genetics & The Work of Mendel. AP Biology Genetics & The Work of Mendel Gregor Mendel Modern genetics began in the mid-1800s in an abbey garden, where a monk named Gregor Mendel documented inheritance in peas u used experimental method u used

More information

Chapter 2. Linkage Analysis. JenniferH.BarrettandM.DawnTeare. Abstract. 1. Introduction

Chapter 2. Linkage Analysis. JenniferH.BarrettandM.DawnTeare. Abstract. 1. Introduction Chapter 2 Linkage Analysis JenniferH.BarrettandM.DawnTeare Abstract Linkage analysis is used to map genetic loci using observations on relatives. It can be applied to both major gene disorders (parametric

More information

Lecture 6 Practice of Linkage Analysis

Lecture 6 Practice of Linkage Analysis Lecture 6 Practice of Linkage Analysis Jurg Ott http://lab.rockefeller.edu/ott/ http://www.jurgott.org/pekingu/ The LINKAGE Programs http://www.jurgott.org/linkage/linkagepc.html Input: pedfile Fam ID

More information

For a long time, people have observed that offspring look like their parents.

For a long time, people have observed that offspring look like their parents. Chapter 10 For a long time, people have observed that offspring look like their parents. Even before we knew about genes, people were breeding livestock to get certain traits in the offspring. They knew

More information

Does Mendel s work suggest that this is the only gene in the pea genome that can affect this particular trait?

Does Mendel s work suggest that this is the only gene in the pea genome that can affect this particular trait? Mongenic Traits, Probability and Independent Assortment Genetical Jargon Demystified In typical genetical parlance the hereditary factor that determines the round/wrinkled seed difference as referred to

More information

For more information about how to cite these materials visit

For more information about how to cite these materials visit Author(s): Kerby Shedden, Ph.D., 2010 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/

More information

Mendel. The pea plant was ideal to work with and Mendel s results were so accurate because: 1) Many. Purple versus flowers, yellow versus seeds, etc.

Mendel. The pea plant was ideal to work with and Mendel s results were so accurate because: 1) Many. Purple versus flowers, yellow versus seeds, etc. Mendel A. Mendel: Before Mendel, people believed in the hypothesis. This is analogous to how blue and yellow paints blend to make. Mendel introduced the hypothesis. This deals with discrete units called

More information

Genetics. The study of heredity. Father of Genetics: Gregor Mendel (mid 1800 s) Developed set of laws that explain how heredity works

Genetics. The study of heredity. Father of Genetics: Gregor Mendel (mid 1800 s) Developed set of laws that explain how heredity works Genetics The study of heredity Father of Genetics: Gregor Mendel (mid 1800 s) Developed set of laws that explain how heredity works Father of Genetics: Gregor Mendel original pea plant (input) offspring

More information

Psych 3102 Lecture 3. Mendelian Genetics

Psych 3102 Lecture 3. Mendelian Genetics Psych 3102 Lecture 3 Mendelian Genetics Gregor Mendel 1822 1884, paper read 1865-66 Augustinian monk genotype alleles present at a locus can we identify this? phenotype expressed trait/characteristic can

More information

MULTIPLE ALLELES. Ms. Gunjan M. Chaudhari

MULTIPLE ALLELES. Ms. Gunjan M. Chaudhari MULTIPLE ALLELES Ms. Gunjan M. Chaudhari Characters of Multiple Alleles The most important and distinguishing features of multiple alleles are summarized below: 1. Multiple alleles of a series always occupy

More information

WHAT S IN THIS LECTURE?

WHAT S IN THIS LECTURE? What is meant by the term monogenic? WHAT S IN THIS LECTURE? WHAT S MENDEL S PRINCIPLE OF SEGREGATION? What s probability got to do with this? WHAT S MENDEL S PRINCIPLE OF INDEPENDENT ASSORTMENT? 1 FROM

More information

Alzheimer Disease and Complex Segregation Analysis p.1/29

Alzheimer Disease and Complex Segregation Analysis p.1/29 Alzheimer Disease and Complex Segregation Analysis Amanda Halladay Dalhousie University Alzheimer Disease and Complex Segregation Analysis p.1/29 Outline Background Information on Alzheimer Disease Alzheimer

More information

GENETIC LINKAGE ANALYSIS

GENETIC LINKAGE ANALYSIS Atlas of Genetics and Cytogenetics in Oncology and Haematology GENETIC LINKAGE ANALYSIS * I- Recombination fraction II- Definition of the "lod score" of a family III- Test for linkage IV- Estimation of

More information

Genetics All somatic cells contain 23 pairs of chromosomes 22 pairs of autosomes 1 pair of sex chromosomes Genes contained in each pair of chromosomes

Genetics All somatic cells contain 23 pairs of chromosomes 22 pairs of autosomes 1 pair of sex chromosomes Genes contained in each pair of chromosomes Chapter 6 Genetics and Inheritance Lecture 1: Genetics and Patterns of Inheritance Asexual reproduction = daughter cells genetically identical to parent (clones) Sexual reproduction = offspring are genetic

More information

QTs IV: miraculous and missing heritability

QTs IV: miraculous and missing heritability QTs IV: miraculous and missing heritability (1) Selection should use up V A, by fixing the favorable alleles. But it doesn t (at least in many cases). The Illinois Long-term Selection Experiment (1896-2015,

More information

Genomewide Linkage of Forced Mid-Expiratory Flow in Chronic Obstructive Pulmonary Disease

Genomewide Linkage of Forced Mid-Expiratory Flow in Chronic Obstructive Pulmonary Disease ONLINE DATA SUPPLEMENT Genomewide Linkage of Forced Mid-Expiratory Flow in Chronic Obstructive Pulmonary Disease Dawn L. DeMeo, M.D., M.P.H.,Juan C. Celedón, M.D., Dr.P.H., Christoph Lange, John J. Reilly,

More information

Statistical Genetics : Gene Mappin g through Linkag e and Associatio n

Statistical Genetics : Gene Mappin g through Linkag e and Associatio n Statistical Genetics : Gene Mappin g through Linkag e and Associatio n Benjamin M Neale Manuel AR Ferreira Sarah E Medlan d Danielle Posthuma About the editors List of contributors Preface Acknowledgements

More information

2. A normal human germ cell before meiosis has how many nuclear chromosomes?

2. A normal human germ cell before meiosis has how many nuclear chromosomes? 1 Lesson 5 Transmission/Heredity 1. Each of the following pedigrees represent one of the major modes of inheritance that we learned about for a dominant trait: (1) Autosomal, (2) Sex linked, or (3) Maternal.

More information

Chapter 7: Pedigree Analysis B I O L O G Y

Chapter 7: Pedigree Analysis B I O L O G Y Name Date Period Chapter 7: Pedigree Analysis B I O L O G Y Introduction: A pedigree is a diagram of family relationships that uses symbols to represent people and lines to represent genetic relationships.

More information

(b) What is the allele frequency of the b allele in the new merged population on the island?

(b) What is the allele frequency of the b allele in the new merged population on the island? 2005 7.03 Problem Set 6 KEY Due before 5 PM on WEDNESDAY, November 23, 2005. Turn answers in to the box outside of 68-120. PLEASE WRITE YOUR ANSWERS ON THIS PRINTOUT. 1. Two populations (Population One

More information

Mendel s Methods: Monohybrid Cross

Mendel s Methods: Monohybrid Cross Mendel s Methods: Monohybrid Cross Mendel investigated whether the white-flowered form disappeared entirely by breeding the F1 purple flowers with each other. Crossing two purple F1 monohybrid plants is

More information

Mendelian Genetics. 7.3 Gene Linkage and Mapping Genes can be mapped to specific locations on chromosomes.

Mendelian Genetics. 7.3 Gene Linkage and Mapping Genes can be mapped to specific locations on chromosomes. 7 Extending CHAPTER Mendelian Genetics GETTING READY TO LEARN Preview Key Concepts 7.1 Chromosomes and Phenotype The chromosomes on which genes are located can affect the expression of traits. 7.2 Complex

More information

Genetics Unit Exam. Number of progeny with following phenotype Experiment Red White #1: Fish 2 (red) with Fish 3 (red) 100 0

Genetics Unit Exam. Number of progeny with following phenotype Experiment Red White #1: Fish 2 (red) with Fish 3 (red) 100 0 Genetics Unit Exam Question You are working with an ornamental fish that shows two color phenotypes, red or white. The color is controlled by a single gene. These fish are hermaphrodites meaning they can

More information

Lab 5: Testing Hypotheses about Patterns of Inheritance

Lab 5: Testing Hypotheses about Patterns of Inheritance Lab 5: Testing Hypotheses about Patterns of Inheritance How do we talk about genetic information? Each cell in living organisms contains DNA. DNA is made of nucleotide subunits arranged in very long strands.

More information

During the hyperinsulinemic-euglycemic clamp [1], a priming dose of human insulin (Novolin,

During the hyperinsulinemic-euglycemic clamp [1], a priming dose of human insulin (Novolin, ESM Methods Hyperinsulinemic-euglycemic clamp procedure During the hyperinsulinemic-euglycemic clamp [1], a priming dose of human insulin (Novolin, Clayton, NC) was followed by a constant rate (60 mu m

More information

Genetics & The Work of Mendel

Genetics & The Work of Mendel Genetics & The Work of Mendel 2006-2007 Gregor Mendel Modern genetics began in the mid-1800s in an abbey garden, where a monk named Gregor Mendel documented inheritance in peas used experimental method

More information

Mendelian Genetics. KEY CONCEPT Mendel s research showed that traits are inherited as discrete units.

Mendelian Genetics. KEY CONCEPT Mendel s research showed that traits are inherited as discrete units. KEY CONCEPT Mendel s research showed that traits are inherited as discrete units. Mendel laid the groundwork for genetics. Traits are distinguishing characteristics that are inherited. Genetics is the

More information

Pedigree Construction Notes

Pedigree Construction Notes Name Date Pedigree Construction Notes GO TO à Mendelian Inheritance (http://www.uic.edu/classes/bms/bms655/lesson3.html) When human geneticists first began to publish family studies, they used a variety

More information

Genome-wide Association Analysis Applied to Asthma-Susceptibility Gene. McCaw, Z., Wu, W., Hsiao, S., McKhann, A., Tracy, S.

Genome-wide Association Analysis Applied to Asthma-Susceptibility Gene. McCaw, Z., Wu, W., Hsiao, S., McKhann, A., Tracy, S. Genome-wide Association Analysis Applied to Asthma-Susceptibility Gene McCaw, Z., Wu, W., Hsiao, S., McKhann, A., Tracy, S. December 17, 2014 1 Introduction Asthma is a chronic respiratory disease affecting

More information

PRINCIPLE OF INHERITANCE AND

PRINCIPLE OF INHERITANCE AND 29 CHAPTER 5 PRINCIPLE OF INHERITANCE AND VARIATION MULTIPLE-CHOICE QUESTIONS 1. All genes located on the same chromosome: a. Form different groups depending upon their relative distance b. Form one linkage

More information

Mendelian Inheritance. Jurg Ott Columbia and Rockefeller Universities New York

Mendelian Inheritance. Jurg Ott Columbia and Rockefeller Universities New York Mendelian Inheritance Jurg Ott Columbia and Rockefeller Universities New York Genes Mendelian Inheritance Gregor Mendel, monk in a monastery in Brünn (now Brno in Czech Republic): Breeding experiments

More information

Patterns of Inheritance. Game Plan. Gregor Mendel ( ) Overview of patterns of inheritance Determine how some genetic disorders are inherited

Patterns of Inheritance. Game Plan. Gregor Mendel ( ) Overview of patterns of inheritance Determine how some genetic disorders are inherited Patterns of Inheritance Game Plan Overview of patterns of inheritance Determine how some genetic disorders are inherited Gregor Mendel (8-88) Austrian monk responsible for developing the modern idea of

More information

BIOLOGY - CLUTCH CH.15 - CHROMOSOMAL THEORY OF INHERITANCE

BIOLOGY - CLUTCH CH.15 - CHROMOSOMAL THEORY OF INHERITANCE !! www.clutchprep.com Chromosomal theory of inheritance: chromosomes are the carriers of genetic material. Independent Assortment alleles for different characters sort independently of each other during

More information

Lecture 1 Mendelian Inheritance

Lecture 1 Mendelian Inheritance Genes Mendelian Inheritance Lecture 1 Mendelian Inheritance Jurg Ott Gregor Mendel, monk in a monastery in Brünn (now Brno in Czech Republic): Breeding experiments with the garden pea: Flower color and

More information

CHAPTER- 05 PRINCIPLES OF INHERITANCE AND VARIATION

CHAPTER- 05 PRINCIPLES OF INHERITANCE AND VARIATION CHAPTER- 05 PRINCIPLES OF INHERITANCE AND VARIATION Genetics is the study of principles and mechanism of heredity and variation. Gregor Johann Mendel is known as father of Genetics. Inheritance is the

More information

Unit 7 Section 2 and 3

Unit 7 Section 2 and 3 Unit 7 Section 2 and 3 Evidence 12: Do you think food preferences are passed down from Parents to children, or does the environment play a role? Explain your answer. One of the most important outcomes

More information

8.1 Genes Are Particulate and Are Inherited According to Mendel s Laws 8.2 Alleles and Genes Interact to Produce Phenotypes 8.3 Genes Are Carried on

8.1 Genes Are Particulate and Are Inherited According to Mendel s Laws 8.2 Alleles and Genes Interact to Produce Phenotypes 8.3 Genes Are Carried on Chapter 8 8.1 Genes Are Particulate and Are Inherited According to Mendel s Laws 8.2 Alleles and Genes Interact to Produce Phenotypes 8.3 Genes Are Carried on Chromosomes 8.4 Prokaryotes Can Exchange Genetic

More information

Chromosomes, Mapping, and the Meiosis-Inheritance Connection. Chapter 13

Chromosomes, Mapping, and the Meiosis-Inheritance Connection. Chapter 13 Chromosomes, Mapping, and the Meiosis-Inheritance Connection Chapter 13 Chromosome Theory Chromosomal theory of inheritance - developed in 1902 by Walter Sutton - proposed that genes are present on chromosomes

More information

Chapter 17 Genetics Crosses:

Chapter 17 Genetics Crosses: Chapter 17 Genetics Crosses: 2.5 Genetics Objectives 2.5.6 Genetic Inheritance 2.5.10.H Origin of the Science of genetics 2.5.11 H Law of segregation 2.5.12 H Law of independent assortment 2.5.13.H Dihybrid

More information

HST.161 Molecular Biology and Genetics in Modern Medicine Fall 2007

HST.161 Molecular Biology and Genetics in Modern Medicine Fall 2007 MIT OpenCourseWare http://ocw.mit.edu HST.161 Molecular Biology and Genetics in Modern Medicine Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Figure 1: Transmission of Wing Shape & Body Color Alleles: F0 Mating. Figure 1.1: Transmission of Wing Shape & Body Color Alleles: Expected F1 Outcome

Figure 1: Transmission of Wing Shape & Body Color Alleles: F0 Mating. Figure 1.1: Transmission of Wing Shape & Body Color Alleles: Expected F1 Outcome I. Chromosomal Theory of Inheritance As early cytologists worked out the mechanism of cell division in the late 1800 s, they began to notice similarities in the behavior of BOTH chromosomes & Mendel s

More information

Multifactorial Inheritance. Prof. Dr. Nedime Serakinci

Multifactorial Inheritance. Prof. Dr. Nedime Serakinci Multifactorial Inheritance Prof. Dr. Nedime Serakinci GENETICS I. Importance of genetics. Genetic terminology. I. Mendelian Genetics, Mendel s Laws (Law of Segregation, Law of Independent Assortment).

More information

Interaction of Genes and the Environment

Interaction of Genes and the Environment Some Traits Are Controlled by Two or More Genes! Phenotypes can be discontinuous or continuous Interaction of Genes and the Environment Chapter 5! Discontinuous variation Phenotypes that fall into two

More information

Mass Modification User Guide for Service Providers and Service Provider Consultants

Mass Modification User Guide for Service Providers and Service Provider Consultants Mass Modification User Guide for Service Providers and Service Provider Consultants Version 3.0 January 25, 2018 Change History DATE REVISION DESCRIPTION 03/19/2012 1.0 New Guide 05/31/2017 2.0 Update

More information

draw and interpret pedigree charts from data on human single allele and multiple allele inheritance patterns; e.g., hemophilia, blood types

draw and interpret pedigree charts from data on human single allele and multiple allele inheritance patterns; e.g., hemophilia, blood types Specific Outcomes for Knowledge Students will: 30 C2.1k describe the evidence for dominance, segregation and the independent assortment of genes on different chromosomes, as investigated by Mendel 30 C2.2k

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 6 Patterns of Inheritance

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 6 Patterns of Inheritance Chapter 6 Patterns of Inheritance Genetics Explains and Predicts Inheritance Patterns Genetics can explain how these poodles look different. Section 10.1 Genetics Explains and Predicts Inheritance Patterns

More information

ncounter Data Analysis Guidelines for Copy Number Variation (CNV) Molecules That Count NanoString Technologies, Inc.

ncounter Data Analysis Guidelines for Copy Number Variation (CNV) Molecules That Count NanoString Technologies, Inc. ncounter Data Analysis Guidelines for Copy Number Variation (CNV) NanoString Technologies, Inc. 530 Fairview Ave N Suite 2000 Seattle, Washington 98109 www.nanostring.com Tel: 206.378.6266 888.358.6266

More information

Patterns of Inheritance

Patterns of Inheritance Patterns of Inheritance Mendel the monk studied inheritance keys to his success: he picked pea plants he focused on easily categorized traits he used true-breeding populations parents always produced offspring

More information

Mendelian Genetics and Beyond Chapter 4 Study Prompts

Mendelian Genetics and Beyond Chapter 4 Study Prompts Mendelian Genetics and Beyond Chapter 4 Study Prompts 1. What is a mode of inheritance? 2. Can you define the following? a. Autosomal dominant b. Autosomal recessive 3. Who was Gregor Mendel? 4. What did

More information

Solutions to Genetics Unit Exam

Solutions to Genetics Unit Exam Solutions to Genetics Unit Exam Question 1 You are working with an ornamental fish that shows two color phenotypes, red or white. The color is controlled by a single gene. These fish are hermaphrodites

More information

9/25/ Some traits are controlled by a single gene. Selective Breeding: Observing Heredity

9/25/ Some traits are controlled by a single gene. Selective Breeding: Observing Heredity Chapter 7 Learning Outcomes Explain the concept of a single-gene trait Describe Mendel s contributions to the field of genetics Be able to define the terms gene, allele, dominant, recessive, homozygous,

More information

Genetics. Genetics. True or False. Genetics Vocabulary. Chapter 5. Objectives. Heredity

Genetics. Genetics. True or False. Genetics Vocabulary. Chapter 5. Objectives. Heredity Genetics True or False Genes are things you wear on your legs. A priest raising peas in his garden was one of the first to discover how genetics works. Plants can be purebred just like dogs. Dominate alleles

More information

Chapter 9. Patterns of Inheritance. Lectures by Chris C. Romero, updated by Edward J. Zalisko

Chapter 9. Patterns of Inheritance. Lectures by Chris C. Romero, updated by Edward J. Zalisko Chapter 9 Patterns of Inheritance Lectures by Chris C. Romero, updated by Edward J. Zalisko 2010 Pearson Education, Inc. PowerPoint Lectures for Campbell Essential Biology, Fourth Edition Eric Simon, Jane

More information

STATISTICAL ANALYSIS FOR GENETIC EPIDEMIOLOGY (S.A.G.E.) INTRODUCTION

STATISTICAL ANALYSIS FOR GENETIC EPIDEMIOLOGY (S.A.G.E.) INTRODUCTION STATISTICAL ANALYSIS FOR GENETIC EPIDEMIOLOGY (S.A.G.E.) INTRODUCTION Release 3.1 December 1997 - ii - INTRODUCTION Table of Contents 1 Changes Since Last Release... 1 2 Purpose... 3 3 Using the Programs...

More information

The Determination of the Genetic Order and Genetic Map for the Eye Color, Wing Size, and Bristle Morphology in Drosophila melanogaster

The Determination of the Genetic Order and Genetic Map for the Eye Color, Wing Size, and Bristle Morphology in Drosophila melanogaster Kudlac 1 Kaitie Kudlac March 24, 2015 Professor Ma Genetics 356 The Determination of the Genetic Order and Genetic Map for the Eye Color, Wing Size, and Bristle Morphology in Drosophila melanogaster Abstract:

More information

Downloaded from

Downloaded from Chapter-5 Principles of Inheritance and Variations Chapter No. Chapter Name Concepts Degree of imp. Ref. NCERT text book.: page nos Common errors 5 Principles of inheritance and variations 1. Mendel s

More information

Overview of Animal Breeding

Overview of Animal Breeding Overview of Animal Breeding 1 Required Information Successful animal breeding requires 1. the collection and storage of data on individually identified animals; 2. complete pedigree information about the

More information

Biology: Life on Earth

Biology: Life on Earth Teresa Audesirk Gerald Audesirk Bruce E. Byers Biology: Life on Earth Eighth Edition Lecture for Chapter 12 Patterns of Inheritance Copyright 2008 Pearson Prentice Hall, Inc. Chapter 12 Outline 12.1 What

More information

Sexual Reproduction & Inheritance

Sexual Reproduction & Inheritance Sexual Reproduction & Sexual Reproduction & Overview Asexual vs Sexual Reproduction Meiosis Genetic Diversity Mendel & The Laws of Sexual Reproduction Sexual Reproduction Asexual Reproduction Prokaryotes

More information

Genetics & The Work of Mendel

Genetics & The Work of Mendel Genetics & The Work of Mendel 2006-2007 Gregor Mendel Modern genetics began in the mid-1800s in an abbey garden, where a monk named Gregor Mendel documented inheritance in peas used experimental method

More information

Genetics Practice Test

Genetics Practice Test Name: ate: 1. Which genetic concept was proposed by Mendel?. chromosome nondisjunction. independent assortment. multiple alleles. sex linkage 4. Mendel s discovery that characteristics are inherited due

More information

11.1 The Work of Mendel

11.1 The Work of Mendel 11.1 The Work of Mendel Originally prepared by Kim B. Foglia Revised and adapted by Nhan A. Pham Objectives Describe Mendel s classic garden pea experiment. Summarize Mendel s conclusion about inheritance.

More information

New Enhancements: GWAS Workflows with SVS

New Enhancements: GWAS Workflows with SVS New Enhancements: GWAS Workflows with SVS August 9 th, 2017 Gabe Rudy VP Product & Engineering 20 most promising Biotech Technology Providers Top 10 Analytics Solution Providers Hype Cycle for Life sciences

More information

Mendelian Genetics. Gregor Mendel. Father of modern genetics

Mendelian Genetics. Gregor Mendel. Father of modern genetics Mendelian Genetics Gregor Mendel Father of modern genetics Objectives I can compare and contrast mitosis & meiosis. I can properly use the genetic vocabulary presented. I can differentiate and gather data

More information

Lecture 13: May 24, 2004

Lecture 13: May 24, 2004 Lecture 13: May 24, 2004 CH14: Mendel and the gene idea *particulate inheritance parents pass on discrete heritable units *gene- unit of inheritance which occupies a specific chromosomal location (locus)

More information

Genetics Mutations 2 Teacher s Guide

Genetics Mutations 2 Teacher s Guide Genetics Mutations 2 Teacher s Guide 1.0 Summary Mutations II is an extension activity, which reviews and enhances the previous Core activities. We recommend that it follow Mutations and X-Linkage. This

More information

VOCABULARY somatic cell autosome fertilization gamete sex chromosome diploid homologous chromosome sexual reproduction meiosis

VOCABULARY somatic cell autosome fertilization gamete sex chromosome diploid homologous chromosome sexual reproduction meiosis SECTION 6.1 CHROMOSOMES AND MEIOSIS Study Guide KEY CONCEPT Gametes have half the number of chromosomes that body cells have. VOCABULARY somatic cell autosome fertilization gamete sex chromosome diploid

More information

Introduction of Genome wide Complex Trait Analysis (GCTA) Presenter: Yue Ming Chen Location: Stat Gen Workshop Date: 6/7/2013

Introduction of Genome wide Complex Trait Analysis (GCTA) Presenter: Yue Ming Chen Location: Stat Gen Workshop Date: 6/7/2013 Introduction of Genome wide Complex Trait Analysis (GCTA) resenter: ue Ming Chen Location: Stat Gen Workshop Date: 6/7/013 Outline Brief review of quantitative genetics Overview of GCTA Ideas Main functions

More information