Statistical methods in genetic relatedness and pedigree analysis

Size: px
Start display at page:

Download "Statistical methods in genetic relatedness and pedigree analysis"

Transcription

1 Statistical methods in genetic relatedness and pedigree analysis Oslo, January 2018 Magnus Dehli Vigeland and Thore Egeland Exercise set III: Coecients of pairwise relatedness Exercise III-1. Use Wright's path formula to compute the kinship coecient of a) Uncle - niece b) First cousins once removed Exercise III-2. Use the inbreeding function of paramlink to compute the inbreeding coecient of a child whose parents are a) Uncle - niece. b) First cousins once removed. (Hint: cousinsped(degree=1, removal=1, child=true).) Explain why the answers are the same as the kinship coecients you computed in Exercise III-1. Exercise III-3. In a case of incest a man had a child by his own granddaughter. Use paramlink to draw the pedigree and compute the inbreeding coecient of the child. Exercise III-4. a) What is the kinship coecient between monozygotic twins? b) Can you think of a relationship with kinship coecient ϕ = 1? Exercise III-5. Consider the following pedigree: a) Describe the relationship between the children in the last generation. Are the children inbred? b) Use Wright's path formula to compute the kinship coecient between the children. c) Show that the IBD coecients between the children are k = (3/8, 1/2, 1/8). (Hint: Do k 2 rst, then k 0, and nally k 1.) d) Use part c) and the formula ϕ = 1 4 k k 2 to check your answer in b). e) Place the relation in the IBD triangle.

2 Exercise III-6. Consider the following pedigree: a) Describe the relationship between the children in the last generation. b) Use Wright's path formula to compute the kinship coecient between the children. c) One can show that the IBD coecients between the children are k = (7/16, 1/2, 1/16). Place the relation in the IBD triangle. Exercise III-7. The pedigree shows two half siblings whose mother has inbreeding coecient f. a) Show that the IBD coecients of the half siblings are k = ( f, f, 0). b) Where in the IBD triangle do such relationships belong? c) Suppose the mother is 100% inbred (e.g. from an inbred mouse strain). Place the resulting half-sibling relationship in the IBD triangle, and comment on the result. Exercise III-8. In the pedigree below the alleles have the same origin, but a mutation has happened on the right hand side, turning the A into a B. Two scientists argue about the IBD status of the alleles in this case. Scientist 1: The alleles are clearly not IBD. They are aren't even IBS! Scientist 2: You are deceived by appearance. IBD is not dened pointwise, but for segments! Since the alleles have the same origin, their immediate surroundings are IBD, and that's what counts. Mutations are just ignorable noise. Discuss the statements. Scientist 1 is a medical geneticist, while Scientist 2 is a relatedness researcher. How is this reected in their point-of-views?

3 Exercise III-9. There is no function in paramlink for computing the IBD coecients (k 0, k 1, k 2 ) directly, but we can easily make one by exploiting their connection to the Jacquard coecients. Recall that for any relationship of two non-inbred individuals we have k 0 = 9, k 1 = 8 and k 2 = 7. a) Create a function called ibd.coeffs as follows. (Note: This requires the identity package.) ibd.coeffs = function(x, ids) jacquard(x, ids)[9:7] b) Test the function on various relationship where you already know the answer. For example full siblings: x = nuclearped(2) ibd.coeffs(x, 3:4) c) Use the function to compute the IBD coecients of double second cousins. Show the result in the IBD triangle. You can use the following code: x = doublecousins(2, 2) plot(x) k = ibd.coeffs(x, 17:18) k showintriangle(k[1], k[3], label="double 2nd cousins", pos=3) d) Show that k 2 1 = 4k 0k 2, i.e., that the point lies on the border of the unattainable region. Jacquard coecients Exercise III-10. Figure 1 shows the nine possible identity states for pairwise relatedness. For each pair of genotypes below, what is the corresponding state? We assume here that alleles have the same name only if they are IBD. a) A/B A/B b) A/A A/B c) 13/17 15/15 d) C/D A/B Exercise III-11. The assumption that IBS IBD in the previous exercise is rarely fulllled in practical applications. (When observing two "equal" alleles, we usually don't know if they derive from an ancestral allele or have arisen from independent mutation events.) Hence a more appropriate question is: What are the possible Jacquard states for each genotype pair? a) A/B A/B b) A/A A/B c) 13/17 15/15 d) C/D A/B Exercise III-12. Consider the relationship between a pair of siblings whose parents are rst cousins. a) Exactly one of the nine identity states is impossible for this relationship. Which one? b) Conrm the answer in a) by computing the Jacquard coecients in paramlink.

4 Figure 1: Jacquard's 9 condensed identity states Exercise III-13. Find the Jacquard coecients of a pair of siblings whose parents are full siblings. Verify that all 9 coecients are non-zero. (This is the simplest example of a relationship with this property.) Exercise III-14. This exercise examines the Jacquard coecients of various parent-child relationships. a) Recall the Jacquard coecients between a parent and his/her child, in the absence of inbreeding. b) Suppose a child is inbred (i.e. the parents are related), but the parents are not themselves inbred. Which of the nine identity states are now possible between either parent and the child? (Hint: No calculations are needed. For each of the nine states, either show that it is possible, or nd a simple argument that it is not.) c) A man has a child by his own daughter. Compute the Jacquard coecients of the relationship between the mother and the child. d) Suppose a woman has inbreeding coecient f and has a child with a man unrelated to her. What are the Jacquard coecients between the mother and child?

5 The IBD triangle

Detection of Misspecified Relationships in Inbred and Outbred Pedigrees

Detection of Misspecified Relationships in Inbred and Outbred Pedigrees Detection of Misspecified Relationships in Inbred and Outbred Pedigrees Lei Sun 1, Mark Abney 1,2, Mary Sara McPeek 1,2 1 Department of Statistics, 2 Department of Human Genetics, University of Chicago,

More information

Chapter 2: Genes in Pedigrees

Chapter 2: Genes in Pedigrees Chapter 2: Genes in Pedigrees Chapter 2-0 2.1 Pedigree definitions and terminology 2-1 2.2 Gene identity by descent (ibd) 2-5 2.3 ibd of more than 2 genes 2-14 2.4 Data on relatives 2-21 2.1.1 GRAPHICAL

More information

Lecture 1: Introduction to pedigree analysis

Lecture 1: Introduction to pedigree analysis Lecture 1: Introduction to pedigree analysis Magnus Dehli Vigeland NORBIS course, 8 th 12 th of January 2018, Oslo Outline Part I: Brief introductions Pedigrees symbols and terminology Some common relationships

More information

Kinship/relatedness. David Balding Professor of Statistical Genetics University of Melbourne, and University College London.

Kinship/relatedness. David Balding Professor of Statistical Genetics University of Melbourne, and University College London. Kinship/relatedness David Balding Professor of Statistical Genetics University of Melbourne, and University College London 2 Feb 2016 1 Ways to measure relatedness 2 Pedigree-based kinship coefficients

More information

NON-RANDOM MATING AND INBREEDING

NON-RANDOM MATING AND INBREEDING Instructor: Dr. Martha B. Reiskind AEC 495/AEC592: Conservation Genetics DEFINITIONS Nonrandom mating: Mating individuals are more closely related or less closely related than those drawn by chance from

More information

BIOL 502 Population Genetics Spring 2017

BIOL 502 Population Genetics Spring 2017 BIOL 502 Population Genetics Spring 2017 Week 8 Inbreeding Arun Sethuraman California State University San Marcos Table of contents 1. Inbreeding Coefficient 2. Mating Systems 3. Consanguinity and Inbreeding

More information

Investigations from last time. Inbreeding and neutral evolution Genes, alleles and heterozygosity

Investigations from last time. Inbreeding and neutral evolution Genes, alleles and heterozygosity Investigations from last time. Heterozygous advantage: See what happens if you set initial allele frequency to or 0. What happens and why? Why are these scenario called unstable equilibria? Heterozygous

More information

Lecture 6: Inbreeding. September 10, 2012

Lecture 6: Inbreeding. September 10, 2012 Lecture 6: Inbreeding September 0, 202 Announcements Hari s New Office Hours Tues 5-6 pm Wed 3-4 pm Fri 2-3 pm In computer lab 3306 LSB Last Time More Hardy-Weinberg Calculations Merle Patterning in Dogs:

More information

AFDAA 2012 WINTER MEETING Population Statistics Refresher Course - Lecture 3: Statistics of Kinship Analysis

AFDAA 2012 WINTER MEETING Population Statistics Refresher Course - Lecture 3: Statistics of Kinship Analysis AFDAA 2012 WINTER MEETING Population Statistics Refresher Course - Lecture 3: Statistics of Kinship Analysis Ranajit Chakraborty, PhD Center for Computational Genomics Institute of Applied Genetics Department

More information

Large scale kinship:familial Searching and DVI. Seoul, ISFG workshop

Large scale kinship:familial Searching and DVI. Seoul, ISFG workshop Large scale kinship:familial Searching and DVI Seoul, ISFG workshop 29 August 2017 Large scale kinship Familial Searching: search for a relative of an unidentified offender whose profile is available in

More information

ICMP DNA REPORTS GUIDE

ICMP DNA REPORTS GUIDE ICMP DNA REPORTS GUIDE Distribution: General Sarajevo, 16 th December 2010 GUIDE TO ICMP DNA REPORTS 1. Purpose of This Document 1. The International Commission on Missing Persons (ICMP) endeavors to secure

More information

Manual for Familias 3

Manual for Familias 3 Manual for Familias 3 Daniel Kling 1 (daniellkling@gmailcom) Petter F Mostad 2 (mostad@chalmersse) ThoreEgeland 1,3 (thoreegeland@nmbuno) 1 Oslo University Hospital Department of Forensic Services Oslo,

More information

Developing Conclusions About Different Modes of Inheritance

Developing Conclusions About Different Modes of Inheritance 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

University of Washington, TOPMed DCC July 2018

University of Washington, TOPMed DCC July 2018 Module 12: Comput l Pipeline for WGS Relatedness Inference from Genetic Data Timothy Thornton (tathornt@uw.edu) & Stephanie Gogarten (sdmorris@uw.edu) University of Washington, TOPMed DCC July 2018 1 /

More information

Kinship and Population Subdivision

Kinship and Population Subdivision Kinship and Population Subdivision Henry Harpending University of Utah The coefficient of kinship between two diploid organisms describes their overall genetic similarity to each other relative to some

More information

4. Kinship Paper Challenge

4. Kinship Paper Challenge 4. António Amorim (aamorim@ipatimup.pt) Nádia Pinto (npinto@ipatimup.pt) 4.1 Approach After a woman dies her child claims for a paternity test of the man who is supposed to be his father. The test is carried

More information

Primer on Human Pedigree Analysis:

Primer on Human Pedigree Analysis: Primer on Human Pedigree Analysis: Criteria for the selection and collection of appropriate Family Reference Samples John V. Planz. Ph.D. UNT Center for Human Identification Successful Missing Person ID

More information

Populations. Arindam RoyChoudhury. Department of Biostatistics, Columbia University, New York NY 10032, U.S.A.,

Populations. Arindam RoyChoudhury. Department of Biostatistics, Columbia University, New York NY 10032, U.S.A., Change in Recessive Lethal Alleles Frequency in Inbred Populations arxiv:1304.2955v1 [q-bio.pe] 10 Apr 2013 Arindam RoyChoudhury Department of Biostatistics, Columbia University, New York NY 10032, U.S.A.,

More information

Pedigrees How do scientists trace hereditary diseases through a family history?

Pedigrees How do scientists trace hereditary diseases through a family history? Why? Pedigrees How do scientists trace hereditary diseases through a family history? Imagine you want to learn about an inherited genetic trait present in your family. How would you find out the chances

More information

Popstats Parentage Statistics Strength of Genetic Evidence In Parentage Testing

Popstats Parentage Statistics Strength of Genetic Evidence In Parentage Testing Popstats Parentage Statistics Strength of Genetic Evidence In Parentage Testing Arthur J. Eisenberg, Ph.D. Director DNA Identity Laboratory UNT-Health Science Center eisenber@hsc.unt.edu PATERNITY TESTING

More information

CONGEN. Inbreeding vocabulary

CONGEN. Inbreeding vocabulary CONGEN Inbreeding vocabulary Inbreeding Mating between relatives. Inbreeding depression Reduction in fitness due to inbreeding. Identical by descent Alleles that are identical by descent are direct descendents

More information

Bottlenecks reduce genetic variation Genetic Drift

Bottlenecks reduce genetic variation Genetic Drift Bottlenecks reduce genetic variation Genetic Drift Northern Elephant Seals were reduced to ~30 individuals in the 1800s. Rare alleles are likely to be lost during a bottleneck Two important determinants

More information

Methods of Parentage Analysis in Natural Populations

Methods of Parentage Analysis in Natural Populations Methods of Parentage Analysis in Natural Populations Using molecular markers, estimates of genetic maternity or paternity can be achieved by excluding as parents all adults whose genotypes are incompatible

More information

ville, VA Associate Editor: XXXXXXX Received on XXXXX; revised on XXXXX; accepted on XXXXX

ville, VA Associate Editor: XXXXXXX Received on XXXXX; revised on XXXXX; accepted on XXXXX Robust Relationship Inference in Genome Wide Association Studies Ani Manichaikul 1,2, Josyf Mychaleckyj 1, Stephen S. Rich 1, Kathy Daly 3, Michele Sale 1,4,5 and Wei- Min Chen 1,2,* 1 Center for Public

More information

Walter Steets Houston Genealogical Forum DNA Interest Group January 6, 2018

Walter Steets Houston Genealogical Forum DNA Interest Group January 6, 2018 DNA, Ancestry, and Your Genealogical Research- Segments and centimorgans Walter Steets Houston Genealogical Forum DNA Interest Group January 6, 2018 1 Today s agenda Brief review of previous DIG session

More information

Decrease of Heterozygosity Under Inbreeding

Decrease of Heterozygosity Under Inbreeding INBREEDING When matings take place between relatives, the pattern is referred to as inbreeding. There are three common areas where inbreeding is observed mating between relatives small populations hermaphroditic

More information

On identification problems requiring linked autosomal markers

On identification problems requiring linked autosomal markers * Title Page (with authors & addresses) On identification problems requiring linked autosomal markers Thore Egeland a Nuala Sheehan b a Department of Medical Genetics, Ulleval University Hospital, 0407

More information

Objective: Why? 4/6/2014. Outlines:

Objective: Why? 4/6/2014. Outlines: Objective: Develop mathematical models that quantify/model resemblance between relatives for phenotypes of a quantitative trait : - based on pedigree - based on markers Outlines: Causal model for covariances

More information

Determining Relatedness from a Pedigree Diagram

Determining Relatedness from a Pedigree Diagram Kin structure & relatedness Francis L. W. Ratnieks Aims & Objectives Aims 1. To show how to determine regression relatedness among individuals using a pedigree diagram. Social Insects: C1139 2. To show

More information

Puzzling Pedigrees. Essential Question: How can pedigrees be used to study the inheritance of human traits?

Puzzling Pedigrees. Essential Question: How can pedigrees be used to study the inheritance of human traits? Name: Puzzling Pedigrees Essential Question: How can pedigrees be used to study the inheritance of human traits? Studying inheritance in humans is more difficult than studying inheritance in fruit flies

More information

Genetic Research in Utah

Genetic Research in Utah Genetic Research in Utah Lisa Cannon Albright, PhD Professor, Program Leader Genetic Epidemiology Department of Internal Medicine University of Utah School of Medicine George E. Wahlen Department of Veterans

More information

Using Autosomal DNA for Genealogy Debbie Parker Wayne, CG, CGL SM

Using Autosomal DNA for Genealogy Debbie Parker Wayne, CG, CGL SM Using Autosomal DNA for Genealogy Debbie Parker Wayne, CG, CGL SM This is one article of a series on using DNA for genealogical research. There are several types of DNA tests offered for genealogical purposes.

More information

Inbreeding and self-fertilization

Inbreeding and self-fertilization Inbreeding and self-fertilization Introduction Remember that long list of assumptions associated with derivation of the Hardy-Weinberg principle that we just finished? Well, we re about to begin violating

More information

Population Structure. Population Structure

Population Structure. Population Structure Nonrandom Mating HWE assumes that mating is random in the population Most natural populations deviate in some way from random mating There are various ways in which a species might deviate from random

More information

Inbreeding and self-fertilization

Inbreeding and self-fertilization Inbreeding and self-fertilization Introduction Remember that long list of assumptions associated with derivation of the Hardy-Weinberg principle that I went over a couple of lectures ago? Well, we re about

More information

Population Genetics 3: Inbreeding

Population Genetics 3: Inbreeding Population Genetics 3: nbreeding nbreeding: the preferential mating of closely related individuals Consider a finite population of diploids: What size is needed for every individual to have a separate

More information

2 The Wright-Fisher model and the neutral theory

2 The Wright-Fisher model and the neutral theory 0 THE WRIGHT-FISHER MODEL AND THE NEUTRAL THEORY The Wright-Fisher model and the neutral theory Although the main interest of population genetics is conceivably in natural selection, we will first assume

More information

Discovering Hard to Find Ancestry DNA Matches Page 1

Discovering Hard to Find Ancestry DNA Matches Page 1 Discovering Hard To Find Ancestry DNA Matches Alice Kalush 5/15/2018 This document discusses several methods for finding matches to your Ancestry DNA test that do not easily show up for you in the Hints

More information

Calculators will not be permitted on the exam. The numbers on the exam will be suitable for calculating by hand.

Calculators will not be permitted on the exam. The numbers on the exam will be suitable for calculating by hand. Midterm #: practice MATH Intro to Number Theory midterm: Thursday, Nov 7 Please print your name: Calculators will not be permitted on the exam. The numbers on the exam will be suitable for calculating

More information

Inbreeding depression in corn. Inbreeding. Inbreeding depression in humans. Genotype frequencies without random mating. Example.

Inbreeding depression in corn. Inbreeding. Inbreeding depression in humans. Genotype frequencies without random mating. Example. nbreeding depression in corn nbreeding Alan R Rogers Two plants on left are from inbred homozygous strains Next: the F offspring of these strains Then offspring (F2 ) of two F s Then F3 And so on November

More information

Linkage Analysis in Merlin. Meike Bartels Kate Morley Danielle Posthuma

Linkage Analysis in Merlin. Meike Bartels Kate Morley Danielle Posthuma Linkage Analysis in Merlin Meike Bartels Kate Morley Danielle Posthuma Software for linkage analyses Genehunter Mendel Vitesse Allegro Simwalk Loki Merlin. Mx R Lisrel MERLIN software Programs: MERLIN

More information

Received December 28, 1964

Received December 28, 1964 EFFECT OF LINKAGE ON THE GENETIC LOAD MANIFESTED UNDER INBREEDING MASATOSHI NE1 Division of Genetics, National Institute of Radiological Sciences, Chiba, Japan Received December 28, 1964 IN the theory

More information

Statistical Interpretation in Making DNA-based Identification of Mass Victims

Statistical Interpretation in Making DNA-based Identification of Mass Victims Statistical Interretation in Making DNAbased Identification of Mass Victims KyoungJin Shin wan Young Lee Woo Ick Yang Eunho a Det. of Forensic Medicine Yonsei University College of Medicine Det. of Information

More information

Breeding a Royal Line - a cautionary tale

Breeding a Royal Line - a cautionary tale Breeding a Royal Line - a cautionary tale By Stephen Mulholland, Ph.D. The ultimate goal of most animal breeders is continual improvement of the breed through careful selection of sire and dam. The "average"

More information

Gene coancestry in pedigrees and populations

Gene coancestry in pedigrees and populations Gene coancestry in pedigrees and populations Thompson, Elizabeth University of Washington, Department of Statistics Box 354322 Seattle, WA 98115-4322, USA E-mail: eathomp@uw.edu Glazner, Chris University

More information

ARTICLE PRIMUS: Rapid Reconstruction of Pedigrees from Genome-wide Estimates of Identity by Descent

ARTICLE PRIMUS: Rapid Reconstruction of Pedigrees from Genome-wide Estimates of Identity by Descent ARTICLE PRIMUS: Rapid Reconstruction of Pedigrees from Genome-wide Estimates of Identity by Descent Jeffrey Staples, 1 Dandi Qiao, 2,3 Michael H. Cho, 2,4 Edwin K. Silverman, 2,4 University of Washington

More information

DNA Basics, Y DNA Marker Tables, Ancestral Trees and Mutation Graphs: Definitions, Concepts, Understanding

DNA Basics, Y DNA Marker Tables, Ancestral Trees and Mutation Graphs: Definitions, Concepts, Understanding DNA Basics, Y DNA Marker Tables, Ancestral Trees and Mutation Graphs: Definitions, Concepts, Understanding by Dr. Ing. Robert L. Baber 2014 July 26 Rights reserved, see the copyright notice at http://gengen.rlbaber.de

More information

1.4.1(Question should be rather: Another sibling of these two brothers) 25% % % (population risk of heterozygot*2/3*1/4)

1.4.1(Question should be rather: Another sibling of these two brothers) 25% % % (population risk of heterozygot*2/3*1/4) ----------------------------------------------------------Chapter 1--------------------------------------------------------------- (each task of this chapter is dedicated as x (x meaning the exact task.

More information

Biology Partnership (A Teacher Quality Grant) Lesson Plan Construction Form

Biology Partnership (A Teacher Quality Grant) Lesson Plan Construction Form Biology Partnership (A Teacher Quality Grant) Lesson Plan Construction Form Identifying Information: (Group Members and Schools, Title of Lesson, Length in Minutes, Course Level) Teachers in Study Group

More information

PopGen3: Inbreeding in a finite population

PopGen3: Inbreeding in a finite population PopGen3: Inbreeding in a finite population Introduction The most common definition of INBREEDING is a preferential mating of closely related individuals. While there is nothing wrong with this definition,

More information

1) Using the sightings data, determine who moved from one area to another and fill this data in on the data sheet.

1) Using the sightings data, determine who moved from one area to another and fill this data in on the data sheet. Parentage and Geography 5. The Life of Lulu the Lioness: A Heroine s Story Name: Objective Using genotypes from many individuals, determine maternity, paternity, and relatedness among a group of lions.

More information

TDT vignette Use of snpstats in family based studies

TDT vignette Use of snpstats in family based studies TDT vignette Use of snpstats in family based studies David Clayton April 30, 2018 Pedigree data The snpstats package contains some tools for analysis of family-based studies. These assume that a subject

More information

Family Communication Survey

Family Communication Survey Please do not write in this box: ID: Family: Family Communication Survey The purpose of this survey is to determine the characteristics of communication between parents and their adolescent children. Please

More information

Pedigree Reconstruction using Identity by Descent

Pedigree Reconstruction using Identity by Descent Pedigree Reconstruction using Identity by Descent Bonnie Kirkpatrick Electrical Engineering and Computer Sciences University of California at Berkeley Technical Report No. UCB/EECS-2010-43 http://www.eecs.berkeley.edu/pubs/techrpts/2010/eecs-2010-43.html

More information

Development Team. Importance and Implications of Pedigree and Genealogy. Anthropology. Principal Investigator. Paper Coordinator.

Development Team. Importance and Implications of Pedigree and Genealogy. Anthropology. Principal Investigator. Paper Coordinator. Paper No. : 13 Research Methods and Fieldwork Module : 10 Development Team Principal Investigator Prof. Anup Kumar Kapoor Department of, University of Delhi Paper Coordinator Dr. P. Venkatramana Faculty

More information

Supporting Online Material for

Supporting Online Material for www.sciencemag.org/cgi/content/full/1122655/dc1 Supporting Online Material for Finding Criminals Through DNA of Their Relatives Frederick R. Bieber,* Charles H. Brenner, David Lazer *Author for correspondence.

More information

Genetic Genealogy. Rules and Tools. Baltimore County Genealogical Society March 25, 2018 Andrew Hochreiter

Genetic Genealogy. Rules and Tools. Baltimore County Genealogical Society March 25, 2018 Andrew Hochreiter Genetic Genealogy Rules and Tools Baltimore County Genealogical Society March 25, 2018 Andrew Hochreiter I am NOT this guy! 2 Genealogy s Newest Tool Genealogy research: Study of Family History Identifies

More information

U among relatives in inbred populations for the special case of no dominance or

U among relatives in inbred populations for the special case of no dominance or PARENT-OFFSPRING AND FULL SIB CORRELATIONS UNDER A PARENT-OFFSPRING MATING SYSTEM THEODORE W. HORNER Statistical Laboratory, Iowa State College, Ames, Iowa Received February 25, 1956 SING the method of

More information

Need a little help with the lab?

Need a little help with the lab? Need a little help with the lab? Alleles are corresponding pairs of genes located on an individual s chromosomes. Together, alleles determine the genotype of an individual. The Genotype describes the specific

More information

BIOL Evolution. Lecture 8

BIOL Evolution. Lecture 8 BIOL 432 - Evolution Lecture 8 Expected Genotype Frequencies in the Absence of Evolution are Determined by the Hardy-Weinberg Equation. Assumptions: 1) No mutation 2) Random mating 3) Infinite population

More information

GEDmatch Home Page The upper left corner of your home page has Information about you and links to lots of helpful information. Check them out!

GEDmatch Home Page The upper left corner of your home page has Information about you and links to lots of helpful information. Check them out! USING GEDMATCH Created March 2015 GEDmatch is a free, non-profit site that accepts raw autosomal data files from Ancestry, FTDNA, and 23andme. As such, it provides a large autosomal database that spans

More information

9Consanguineous marriage and recessive

9Consanguineous marriage and recessive 9Consanguineous marriage and recessive disorders Introduction: The term consanguineous literally means related by blood. A consanguineous marriage is defined as marriage between individuals who have at

More information

CAGGNI s DNA Special Interest Group

CAGGNI s DNA Special Interest Group CAGGNI s DNA Special Interest Group 10 Jan 2015 Al & Michelle Wilson Agenda Survey Basics in Fan Charts Recombination Exercise Triangulation Overview Survey 1. Have you taken (or sponsored) a DNA test?

More information

Genetics: Early Online, published on June 29, 2016 as /genetics A Genealogical Look at Shared Ancestry on the X Chromosome

Genetics: Early Online, published on June 29, 2016 as /genetics A Genealogical Look at Shared Ancestry on the X Chromosome Genetics: Early Online, published on June 29, 2016 as 10.1534/genetics.116.190041 GENETICS INVESTIGATION A Genealogical Look at Shared Ancestry on the X Chromosome Vince Buffalo,,1, Stephen M. Mount and

More information

DNA Testing What you need to know first

DNA Testing What you need to know first DNA Testing What you need to know first This article is like the Cliff Notes version of several genetic genealogy classes. It is a basic general primer. The general areas include Project support DNA test

More information

SOLUTIONS TO PROBLEM SET 5. Section 9.1

SOLUTIONS TO PROBLEM SET 5. Section 9.1 SOLUTIONS TO PROBLEM SET 5 Section 9.1 Exercise 2. Recall that for (a, m) = 1 we have ord m a divides φ(m). a) We have φ(11) = 10 thus ord 11 3 {1, 2, 5, 10}. We check 3 1 3 (mod 11), 3 2 9 (mod 11), 3

More information

Bioinformatics I, WS 14/15, D. Huson, December 15,

Bioinformatics I, WS 14/15, D. Huson, December 15, Bioinformatics I, WS 4/5, D. Huson, December 5, 204 07 7 Introduction to Population Genetics This chapter is closely based on a tutorial given by Stephan Schiffels (currently Sanger Institute) at the Australian

More information

KINSHIP ANALYSIS AND HUMAN IDENTIFICATION IN MASS DISASTERS: THE USE OF MDKAP FOR THE WORLD TRADE CENTER TRAGEDY

KINSHIP ANALYSIS AND HUMAN IDENTIFICATION IN MASS DISASTERS: THE USE OF MDKAP FOR THE WORLD TRADE CENTER TRAGEDY 1 KINSHIP ANALYSIS AND HUMAN IDENTIFICATION IN MASS DISASTERS: THE USE OF MDKAP FOR THE WORLD TRADE CENTER TRAGEDY Benoît Leclair 1, Steve Niezgoda 2, George R. Carmody 3 and Robert C. Shaler 4 1 Myriad

More information

INFERRING PURGING FROM PEDIGREE DATA

INFERRING PURGING FROM PEDIGREE DATA ORIGINAL ARTICLE doi:10.1111/j.1558-5646.007.00088.x INFERRING PURGING FROM PEDIGREE DATA Davorka Gulisija 1, and James F. Crow 1,3 1 Department of Dairy Science and Laboratory of Genetics, University

More information

A hidden Markov model to estimate inbreeding from whole genome sequence data

A hidden Markov model to estimate inbreeding from whole genome sequence data A hidden Markov model to estimate inbreeding from whole genome sequence data Tom Druet & Mathieu Gautier Unit of Animal Genomics, GIGA-R, University of Liège, Belgium Centre de Biologie pour la Gestion

More information

Population Genetics. Joe Felsenstein. GENOME 453, Autumn Population Genetics p.1/70

Population Genetics. Joe Felsenstein. GENOME 453, Autumn Population Genetics p.1/70 Population Genetics Joe Felsenstein GENOME 453, Autumn 2013 Population Genetics p.1/70 Godfrey Harold Hardy (1877-1947) Wilhelm Weinberg (1862-1937) Population Genetics p.2/70 A Hardy-Weinberg calculation

More information

Population Genetics. Joe Felsenstein. GENOME 453, Autumn Population Genetics p.1/74

Population Genetics. Joe Felsenstein. GENOME 453, Autumn Population Genetics p.1/74 Population Genetics Joe Felsenstein GENOME 453, Autumn 2011 Population Genetics p.1/74 Godfrey Harold Hardy (1877-1947) Wilhelm Weinberg (1862-1937) Population Genetics p.2/74 A Hardy-Weinberg calculation

More information

Lesson 3A. Opening Exercise. Identify which dilation figures were created using r = 1, using r > 1, and using 0 < r < 1.

Lesson 3A. Opening Exercise. Identify which dilation figures were created using r = 1, using r > 1, and using 0 < r < 1. : Properties of Dilations and Equations of lines Opening Exercise Identify which dilation figures were created using r = 1, using r > 1, and using 0 < r < 1. : Properties of Dilations and Equations of

More information

FAMILY HISTORY QUESTIONNAIRE

FAMILY HISTORY QUESTIONNAIRE FAMILY HISTORY QUESTIONNAIRE This form helps us to evaluate if you might have a higher risk of cancer because of your family history. Please complete this form to the best of your ability. If you are unsure

More information

UNDERSTAND SIMILARITY IN TERMS OF SIMILARITY TRANSFORMATIONS

UNDERSTAND SIMILARITY IN TERMS OF SIMILARITY TRANSFORMATIONS UNDERSTAND SIMILARITY IN TERMS OF SIMILARITY TRANSFORMATIONS KEY IDEAS 1. A dilation is a transformation that makes a figure larger or smaller than the original figure based on a ratio given by a scale

More information

Advanced Autosomal DNA Techniques used in Genetic Genealogy

Advanced Autosomal DNA Techniques used in Genetic Genealogy Advanced Autosomal DNA Techniques used in Genetic Genealogy Tim Janzen, MD E-mail: tjanzen@comcast.net Summary of Chromosome Mapping Technique The following are specific instructions on how to map your

More information

The genealogical history of a population The coalescent process. Identity by descent Distribution of pairwise coalescence times

The genealogical history of a population The coalescent process. Identity by descent Distribution of pairwise coalescence times The coalescent The genealogical history of a population The coalescent process Identity by descent Distribution of pairwise coalescence times Adding mutations Expected pairwise differences Evolutionary

More information

Exercise 3: Ohm s Law Circuit Voltage

Exercise 3: Ohm s Law Circuit Voltage Ohm s Law DC Fundamentals Exercise 3: Ohm s Law Circuit Voltage EXERCISE OBJECTIVE When you have completed this exercise, you will be able to determine voltage by using Ohm s law. You will verify your

More information

Detecting inbreeding depression is difficult in captive endangered species

Detecting inbreeding depression is difficult in captive endangered species Animal Conservation (1999) 2, 131 136 1999 The Zoological Society of London Printed in the United Kingdom Detecting inbreeding depression is difficult in captive endangered species Steven T. Kalinowski

More information

DNA Parentage Test No Summary Report

DNA Parentage Test No Summary Report Collaborative Testing Services, Inc FORENSIC TESTING PROGRAM DNA Parentage Test No. 16-5870 Summary Report This proficiency test was sent to 27 participants. Each participant received a sample pack consisting

More information

Pedigree Charts. The family tree of genetics

Pedigree Charts. The family tree of genetics Pedigree Charts The family tree of genetics Pedigree Charts I II III What is a Pedigree? A pedigree is a chart of the genetic history of family over several generations. Scientists or a genetic counselor

More information

Genealogical Research

Genealogical Research DNA, Ancestry, and Your Genealogical Research Walter Steets Houston Genealogical Forum DNA Interest Group March 2, 2019 1 Today s Agenda Brief review of basic genetics and terms used in genetic genealogy

More information

Alien Life Form (ALF)

Alien Life Form (ALF) Alien Life Form (ALF) Closely related siblings are most often different in both genotype (the actual genes) and phenotype (the appearance of the genes). This is because of the great variety of traits in

More information

Eastern Regional High School. 1 2 Aa Aa Aa Aa

Eastern Regional High School. 1 2 Aa Aa Aa Aa Eastern Regional High School Honors Biology Name: Mod: Date: Unit Non-Mendelian Genetics Worksheet - Pedigree Practice Problems. Identify the genotypes of all the individuals in this pedigree. Assume that

More information

DNA: Statistical Guidelines

DNA: Statistical Guidelines Frequency calculations for STR analysis When a probative association between an evidence profile and a reference profile is made, a frequency estimate is calculated to give weight to the association. Frequency

More information

Computer programs for genealogy- a comparison of useful and frequently used features- presented by Gary Warner, SGGEE database manager.

Computer programs for genealogy- a comparison of useful and frequently used features- presented by Gary Warner, SGGEE database manager. SGGEE Society for German Genealogy in Eastern Europe A Polish and Volhynian Genealogy Group Calgary, Alberta Computer programs for genealogy- a comparison of useful and frequently used features- presented

More information

Spring 2013 Assignment Set #3 Pedigree Analysis. Set 3 Problems sorted by analytical and/or content type

Spring 2013 Assignment Set #3 Pedigree Analysis. Set 3 Problems sorted by analytical and/or content type Biology 321 Spring 2013 Assignment Set #3 Pedigree Analysis You are responsible for working through on your own, the general rules of thumb for analyzing pedigree data to differentiate autosomal and sex-linked

More information

1.6 Congruence Modulo m

1.6 Congruence Modulo m 1.6 Congruence Modulo m 47 5. Let a, b 2 N and p be a prime. Prove for all natural numbers n 1, if p n (ab) and p - a, then p n b. 6. In the proof of Theorem 1.5.6 it was stated that if n is a prime number

More information

Number Theory. Konkreetne Matemaatika

Number Theory. Konkreetne Matemaatika ITT9131 Number Theory Konkreetne Matemaatika Chapter Four Divisibility Primes Prime examples Factorial Factors Relative primality `MOD': the Congruence Relation Independent Residues Additional Applications

More information

DNA Parentage Test No Summary Report

DNA Parentage Test No Summary Report Collaborative Testing Services, Inc FORENSIC TESTING PROGRAM DNA Parentage Test No. 165871 Summary Report This proficiency test was sent to 45 participants. Each participant received a sample pack consisting

More information

A Day Out With Your DNA

A Day Out With Your DNA A Day Out With Your DNA Diahan Southard www.yourdnaguide.com Your testing company has evaluated around 800,000 locations on your DNA to help them determine your origins and your genetic cousins. While

More information

Genetic Effects of Consanguineous Marriage: Facts and Artifacts

Genetic Effects of Consanguineous Marriage: Facts and Artifacts Genetic Effects of Consanguineous Marriage: Facts and Artifacts Maj Gen (R) Suhaib Ahmed, HI (M) MBBS; MCPS; FCPS; PhD (London) Genetics Resource Centre (GRC) Rawalpindi www.grcpk.com Consanguinity The

More information

DNA for Genealogy Librarians. Patricia Lee Hobbs, CG Local History & Genealogy Reference Associate Springfield-Greene County Library District

DNA for Genealogy Librarians. Patricia Lee Hobbs, CG Local History & Genealogy Reference Associate Springfield-Greene County Library District DNA for Genealogy Librarians Patricia Lee Hobbs, CG Local History & Genealogy Reference Associate Springfield-Greene County Library District What does DNA do? It replicates itself. It codes for the production

More information

Chromosome X haplotyping in deficiency paternity testing principles and case report

Chromosome X haplotyping in deficiency paternity testing principles and case report International Congress Series 1239 (2003) 815 820 Chromosome X haplotyping in deficiency paternity testing principles and case report R. Szibor a, *, I. Plate a, J. Edelmann b, S. Hering c, E. Kuhlisch

More information

Optimum contribution selection conserves genetic diversity better than random selection in small populations with overlapping generations

Optimum contribution selection conserves genetic diversity better than random selection in small populations with overlapping generations Optimum contribution selection conserves genetic diversity better than random selection in small populations with overlapping generations K. Stachowicz 12*, A. C. Sørensen 23 and P. Berg 3 1 Department

More information

Fleshing Out Ancestry Research How To Get the Most Out Of a Death Certificate

Fleshing Out Ancestry Research How To Get the Most Out Of a Death Certificate Fleshing Out Ancestry Research How To Get the Most Out Of a Death Certificate Prerequisites: This tutorial assumes you have: 1. an Ancestry account and you are signed in 2. a family member you are working

More information

ARTICLE Using Genomic Inbreeding Coefficient Estimates for Homozygosity Mapping of Rare Recessive Traits: Application to Taybi-Linder Syndrome

ARTICLE Using Genomic Inbreeding Coefficient Estimates for Homozygosity Mapping of Rare Recessive Traits: Application to Taybi-Linder Syndrome ARTICLE Using Genomic Inbreeding Coefficient Estimates for Homozygosity Mapping of Rare Recessive Traits: Application to Taybi-Linder Syndrome Anne-Louise Leutenegger, Audrey Labalme, Emmanuelle Génin,

More information

A performance assessment of relatedness inference methods using genome-wide data from thousands of relatives

A performance assessment of relatedness inference methods using genome-wide data from thousands of relatives biorxiv preprint first posted online Feb. 4, 07; doi: http://dx.doi.org/0.0/0603. The copyright holder for this preprint (which was not A performance assessment of relatedness inference methods using genome-wide

More information

Question and Response Guide to Issuing Certified Copies of Vital Records

Question and Response Guide to Issuing Certified Copies of Vital Records February 28, 2011 Question and Response Guide to Issuing Certified Copies of Vital Records Who may receive certified copies of vital record? State law only allows a certified copy of a vital record to

More information

Exercise 4 Exploring Population Change without Selection

Exercise 4 Exploring Population Change without Selection Exercise 4 Exploring Population Change without Selection This experiment began with nine Avidian ancestors of identical fitness; the mutation rate is zero percent. Since descendants can never differ in

More information