Power Calculation for Testing If Disease is Associated with Marker in a Case-Control Study Using the GeneticsDesign Package
|
|
- Lambert Hunt
- 10 months ago
- Views:
Transcription
1 Power Calculation for Testing If Disease is Associated with Marker in a Case-Control Study Using the GeneticsDesign Package Weiliang Qiu Ross Lazarus October 30, Introduction In genetics association studies, investigators are interested in testing the association between disease and DSL (disease susceptibility locus) in a case-control study. However, DSL is usually unknown. Hence what one can do is to test the association between disease and DSL indirectly by testing the association between disease and a marker. The power of the association between disease and DSL depends on the power of the association between disease and the marker, and on the LD (linkage disequilibrium) between disease and the marker. Assume that both DSL and the marker are biallelic and assume additive model. Given the MAFs (minor allele frequencies) for both DSL and the marker, relative risks, r 2 or D between DSL and marker, the numbers of cases and controls, and the significant level for hypothesis testing, the tools in the GeneticsDesign package can calculate the power for the association test that disease is associated with DSL in a case-control study. This information can help investigator to determine appropriate sample sizes in experiment design stage. 2 Examples To call the functions in the R package GeneticsDesign, we first need to load it into R: > library(geneticsdesign) The following is a sample code to get a table of power for different combinations of high risk allele frequency P r(a) and genotype relative risk RR(Aa aa). 1
2 > set1<-seq(from0.1, to0.5, by0.1) > set2<-c(1.25, 1.5, 1.75, 2.0) > len1<-length(set1) > len2<-length(set2) > mat<-matrix(0, nrowlen1, ncollen2) > rownames(mat)<-paste("maf", set1, sep"") > colnames(mat)<-paste("rraa", set2, sep"") > for(i in 1:len1) + { a<-set1[i] + for(j in 1:len2) + { b<-set2[j] + res<-gpc.default(paa,pd0.1,rraa(1+b)/2, RRAAb, Dprime1,pBa, quiett) + mat[i,j]<-res$power + } + } > print(round(mat,3)) RRAA1.25 RRAA1.5 RRAA1.75 RRAA2 MAF MAF MAF MAF MAF A Technical Details Suppose that A is the minor allele for the disease locus; a is the common allele for the disease locus; B is the minor allele for the marker locus; and b is the common allele for the marker locus. We use D to denote the disease status diseased and use D to denote the disease status not diseased. Given the minor allele frequencies P r(a) and P r(b) and Linkage disequilibrium (LD) measure D, we can get haplotype frequencies P r(ab), P r(ab), P r(ab), and P r(ab): where P r(ab) P r(a)p r(b) + D P r(ab) P r(a)p r(b) D P r(ab) P r(a)p r(b) D P r(ab) P r(a)p r(b) + D, D D d max 2
3 and That is, d max { min [P r(a)p r(b), P r(a)p r(b)], if D > 0, max [ P r(a)p r(b), P r(a)p r(b)], if D < 0. D P r(ab) P r(a)p r(b). Note that D > 0 means P r(ab) > P r(a)p r(b), i.e., the probability of occuring the haplotype AB is higher than the probability that the haplotype AB occurs merely by chance. D < 0 means P r(ab) < P r(a)p r(b), i.e., the probability of occuring the haplotype AB is smaller than the probability that the haplotype AB occurs merely by chance. In other words, given the same sample size, we can observe haplotype AB more often when D > 0 than when D < 0. Hence the power of association test that marker is associated with disease is larger when D > 0 than when D < 0. Hence, we assume that D > 0. D can also be rewritten as D P r(b A)P r(a) P r(a)p r(b) [P r(b A) P r(b)] P r(a). Hence D > 0 is equivalent to P r(b A) > P r(a) which indicates positive association between minor allele A in disease locus and minor allele B in marker locus. The relative risks are RR(AA aa) P r(d AA) P r(d aa) RR(Aa aa) P r(d Aa) P r(d aa) The disease prevalence can be rewritten as P r(d AA)P r(aa) + P r(d Aa)P r(aa) + P r(d aa)p r(aa). Dividing both sides by P r(d aa), we get Hence P r(d aa) P r(d AA) P r(d Aa) P r(d aa) P r(aa) + P r(aa) + P r(d aa) P r(d aa) P r(d aa) P r(aa) RR(AA aa) [P r(a)] 2 + RR(Aa aa)2p r(a)p r(a) + [P r(a)] 2. P r(d aa) RR(AA aa) [P r(a)] 2 + RR(Aa aa)2p r(a)p r(a) + [P r(a)] 2 P r(d Aa) RR(Aa aa)p r(d aa) P r(d AA) RR(AA aa)p r(d aa) 3
4 Once we obtain the penetrances of disease locus (P r(d aa), P r(d Aa), and P r(d AA)), we can get the sampling probabilities: P r(d, BB) P r(bb D) P r(d, BB, AA) + P r(d, BB, Aa) + P r(d, BB, aa) P r(d BB, AA)P r(bb, AA) + P r(d BB, Aa)P r(bb, Aa) + P r(d BB, aa)p r(bb, aa) P r(bb D) P r(d, Bb) P r(d, Bb, AA) + P r(d, Bb, Aa) + P r(d, Bb, aa) P r(d Bb, AA)P r(bb, AA) + P r(d Bb, Aa)P r(bb, Aa) + P r(d Bb, aa)p r(bb, aa) P r(d, bb) P r(bb D) P r(d, bb, AA) + P r(d, bb, Aa) + P r(d, bb, aa) P r(d bb, AA)P r(bb, AA) + P r(d bb, Aa)P r(bb, Aa) + P r(d bb, aa)p r(bb, aa) We assume that P r(d BB, AA) P r(d AA), P r(d BB, Aa) P r(d Aa), P r(d BB, aa) P r(d aa). We also have P r(bb, AA) [P r(ab)] 2 P r(bb, Aa) 2P r(ab)p r(ab) P r(bb, aa) [P r(ab)] 2 P r(bb, AA) 2P r(ab)p r(ab) P r(bb, Aa) 2 [P r(ab) P r(ab) + P r(ab)p r(ab)] P r(bb, aa) 2P r(ab)p r(ab) P r(bb, AA) [P r(ab)] 2 P r(bb, Aa) 2P r(ab)p r(ab) P r(bb, aa) [P r(ab)] 2 4
5 Hence P r(d BB, AA)P r(bb, AA) + P r(d BB, Aa)P r(bb, Aa) + P r(d BB, aa)p r(bb, aa) P r(bb D) P r(d AA) [P r(ab)]2 + P r(d Aa) [2P r(ab)p r(ab)] + P r(d aa) [P r(ab)] 2 P r(d Bb, AA)P r(bb, AA) + P r(d Bb, Aa)P r(bb, Aa) + P r(d Bb, aa)p r(bb, aa) P r(bb D) P r(d AA) [2P r(ab)p r(ab)] + P r(d Aa) {2 [P r(ab)p r(ab) + P r(ab)p r(ab)]} P r(d aa) [2P r(ab)p r(ab)] + P r(d bb, AA)P r(bb, AA) + P r(d bb, Aa)P r(bb, Aa) + P r(d bb, aa)p r(bb, aa) P r(bb D) P r(d AA) [P r(ab)]2 + P r(d Aa) [2P r(ab)p r(ab)] + P r(d aa) [P r(ab)] 2 To calculate the sampling probabilities P r(bb D), P r(bb D), and P r(bb D), we can apply Bayesian rules again: P r(bb D) P r( D BB)P r(bb) P r( D) P r(bb D) P r( D Bb)P r(bb) P r( D) P r(bb D) P r( D bb)p r(bb) P r( D) [1 P r(d BB)][P r(b)]2 1 [1 P r(d Bb)]2P r(b)p r(b) 1 [1 P r(d bb)][p r(b)]2 1 and P r(d BB) P r(d Bb) P r(d bb) P r(bb D) P r(bb D) P r(bb) [P r(b)] 2 P r(bb D) P r(bb D) P r(bb) [2P r(b)p r(b)] P r(bb D) P r(bb D) P r(bb) [P r(b)] 2. 5
6 The expected allele frequencies are The counts for cases P r(b D) 2n casep r(bb D) + n case P r(bb D) 2n case P r(bb D) + P r(bb D)/2 P r(b D) 2n casep r(bb D) + n case P r(bb D) 2n case P r(bb D) + P r(bb D)/2 P r(b D) P r(bb D) + P r(bb D)/2 P r(b D) P r(bb D) + P r(bb D)/2. n 2c n cases P r(bb D), n 1c n cases P r(bb D), n 0c n cases P r(bb D). The counts for controls n 2n n controls P r(bb D), n 1n n controls P r(bb D), n 0n n controls P r(bb D). Table 1: Counts for cases and controls marker genotype cases controls BB n 2c n 2n Bb n 1c n 1n bb n 0c n 0n total n cases n controls Odds ratios are Define OR(BB bb) n 2cn 0n n 2n n 0c P r(bb D)P r(bb D) P r(bb D)P r(bb D) OR(Bb bb) n 1cn 0n n 1n n 0c P r(bb D)P r(bb D) P r(bb D)P r(bb D) U 3 ( S x i N r i R ) N s i, i1 6
7 where We have R n 0c + n 1c + n 2c, S n 0n + n 1n + n 2n, N R + S.x 1 2, x 2 1, x 3 0, r 1 n 0c, r 2 n 1c, r 3 n 2c, s 1 n 0n, s 2 n 1n, s 3 n 2n. V V ar(u) RS N N 3 ( 3 3 ) 2 x 2 i n i x i n i. i1 i1 The Linear Trend Test Statistic 1 Z 2 T ( U V ) 2 asymptotically follows a χ 2 1 distribution under the null hypothesis. Under alternative hypothesis, Z 2 T asymptotically follows a non-central chi-square distribution χ2 1,λ T with non-centrality parameter where λ T RS [ 3 i1 x i(p 1i p 0i ) ] 2 3 i1 x2 i (Rp 0i + Sp 1i ) [ 3 i1 x i(rp 0i + Sp 1i ] 2 /N, x 1 2, x 2 1, x 3 0, n 1 n 2c + n 2n, n 2 n 1c + n 1n, n 3 n 0c + n 0n, p 01 P r(bb D), p 02 P r(bb D), p 03 P r(bb D), p 11 P r(bb D), p 12 P r(bb D), p 13 P r(bb D). Given significant level α, the power 1 β satisfies: References P r(z 2 T > c H 0 ) α P r(z 2 T > c H a ) 1 β. [1] Armitage, P. Tests for linear trends in proportions and frequencies. Biometrics, 11, , [2] Cochran, W. G. Some methods for strengthening the common chi-squared tests. Biometrics, 10, ,
8 [3] Gordon D. and Finch S. J. and Nothnagel M. and Ott J. Power and sample size calculations for case-control genetic association tests when errors are present: application to single nucleotide polymorphisms. Hum. Hered., 54:22-33, [4] Gordon D. and Haynes C. and Blumenfeld J. and Finch S. J. PAWE-3D: visualizing Power for Association With Error in case/control genetic studies of complex traits. Bioinformatics, 21: , [5] Purcell S. and Cherny S. S. and Sham P. C. Genetic Power Calculator: design of linkage and association genetic mapping studies of complex trait Bioinformatics, 19(1): , [6] Sham P. Statistics in Human Genetics. Arnold Applications of Statistics,
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
Human population sub-structure and genetic association studies
Human population sub-structure and genetic association studies Stephanie A. Santorico, Ph.D. Department of Mathematical & Statistical Sciences Stephanie.Santorico@ucdenver.edu Global Similarity Map from
Imaging Genetics: Heritability, Linkage & Association
Imaging Genetics: Heritability, Linkage & Association David C. Glahn, PhD Olin Neuropsychiatry Research Center & Department of Psychiatry, Yale University July 17, 2011 Memory Activation & APOE ε4 Risk
Roadmap. Inbreeding How inbred is a population? What are the consequences of inbreeding?
1 Roadmap Quantitative traits What kinds of variation can selection work on? How much will a population respond to selection? Heritability How can response be restored? Inbreeding How inbred is a population?
Genetics and Pharmacogenetics in Human Complex Disorders (Example of Bipolar Disorder)
Genetics and Pharmacogenetics in Human Complex Disorders (Example of Bipolar Disorder) September 14, 2012 Chun Xu M.D, M.Sc, Ph.D. Assistant professor Texas Tech University Health Sciences Center Paul
IN SILICO EVALUATION OF DNA-POOLED ALLELOTYPING VERSUS INDIVIDUAL GENOTYPING FOR GENOME-WIDE ASSOCIATION STUDIES OF COMPLEX DISEASE.
IN SILICO EVALUATION OF DNA-POOLED ALLELOTYPING VERSUS INDIVIDUAL GENOTYPING FOR GENOME-WIDE ASSOCIATION STUDIES OF COMPLEX DISEASE By Siddharth Pratap Thesis Submitted to the Faculty of the Graduate School
Genetic association analysis incorporating intermediate phenotypes information for complex diseases
University of Iowa Iowa Research Online Theses and Dissertations Fall 2011 Genetic association analysis incorporating intermediate phenotypes information for complex diseases Yafang Li University of Iowa
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
Handling Immunogenetic Data Managing and Validating HLA Data
Handling Immunogenetic Data Managing and Validating HLA Data Steven J. Mack PhD Children s Hospital Oakland Research Institute 16 th IHIW & Joint Conference Sunday 3 June, 2012 Overview 1. Master Analytical
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
Antigen Presentation to T lymphocytes
Antigen Presentation to T lymphocytes Immunology 441 Lectures 6 & 7 Chapter 6 October 10 & 12, 2016 Jessica Hamerman jhamerman@benaroyaresearch.org Office hours by arrangement Antigen processing: How are
Global variation in copy number in the human genome
Global variation in copy number in the human genome Redon et. al. Nature 444:444-454 (2006) 12.03.2007 Tarmo Puurand Study 270 individuals (HapMap collection) Affymetrix 500K Whole Genome TilePath (WGTP)
Mendelian Genetics using Fast Plants Report due Sept. 15/16. Readings: Mendelian genetics: Hartwell Chapter 2 pp , Chapter 5 pp
1 Biology 423L Sept. 1/2 Mendelian Genetics using Fast Plants Report due Sept. 15/16. Readings: Mendelian genetics: Hartwell Chapter 2 pp. 13-27, Chapter 5 pp. 127-130. FASTPLANTS: Williams et al. (1986)
Original Article. C18orf1 located on chromosome 18p11.2 may confer susceptibility to schizophrenia
J Med Dent Sci 2003; 50: 225 229 Original Article C18orf1 located on chromosome 18p11.2 may confer susceptibility to schizophrenia Mika Kikuchi 1,2, Kazuo Yamada 1, Tomoko Toyota 1,2 and Takeo Yoshikawa
Common variants in WFS1 confer risk of type 2 diabetes
Europe PMC Funders Group Author Manuscript Published in final edited form as: Nat Genet. 2007 August ; 39(8): 951 953. doi:10.1038/ng2067. Common variants in WFS1 confer risk of type 2 diabetes Manjinder
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
Population Genetics 4: Assortative mating
opulation Genetics 4: Assortative mating Mating system Random ositive assortment Negative assortment Inbreeding Mate choice is independent of both phenotype and genotype Mate choice is based on similarity
COMBINING PHENOTYPIC AND GENOTYPIC DATA TO DISCOVER MULTIPLE DISEASE GENES. Hannu Toivonen, Saara Hyvönen, Petteri Sevon
COMBINING PHENOTYPIC AND GENOTYPIC DATA TO DISCOVER MULTIPLE DISEASE GENES Hannu Toivonen, Saara Hyvönen, Petteri Sevon Department of Computer Science, University of Helsinki P.O.Box 68, FI 4 University
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
Using Imputed Genotypes for Relative Risk Estimation in Case-Parent Studies
American Journal of Epidemiology Published by Oxford University Press on behalf of the Johns Hopkins Bloomberg School of Public Health 011. Vol. 173, No. 5 DOI: 10.1093/aje/kwq363 Advance Access publication:
PopGen4: Assortative mating
opgen4: Assortative mating Introduction Although random mating is the most important system of mating in many natural populations, non-random mating can also be an important mating system in some populations.
Evaluating the role of the 620W allele of protein tyrosine phosphatase PTPN22 in Crohn s disease and multiple sclerosis
(2006) 14, 317 321 & 2006 Nature Publishing Group All rights reserved 1018-4813/06 $30.00 www.nature.com/ejhg ARTICLE Evaluating the role of the 620W allele of protein tyrosine phosphatase PTPN22 in Crohn
Drosophila melanogaster. Introduction. Drosophila melanogaster is a kind of flies fruit fly that is widely used in genetic
Jessie Tran Mrs. Lajoie Honors Biology Date of Experiment: 4 May 2015 Due Date: 12 May 2015 Determining the Inheritance Patterns of Purple Eyes, Lobe Eyes, and Yellow Body Genes of Drosophila melanogaster
Model of an F 1 and F 2 generation
Mendelian Genetics Casual observation of a population of organisms (e.g. cats) will show variation in many visible characteristics (e.g. color of fur). While members of a species will have the same number
Led him to formulate 3 principles of heredity based on his pea plant experimentation...
Mendel s Work (cont d)... His observations made him believe that information passed from parents to their young as packages he called units or factors...the factors for one trait are inherited as a unit...an
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
Biostatistics Faculty Publications
University of Kentucky UKnowledge Biostatistics Faculty Publications Biostatistics 7-24-2009 On Quality Control Measures in Genome-Wide Association Studies: A Test to Assess the Genotyping Quality of Individual
A case-control study indicates that the TRIB1 gene is associated with pancreatic cancer
A case-control study indicates that the TRIB1 gene is associated with pancreatic cancer X.X. Lu 1,2 *, J.J. Hu 3 *, Y. Fang 1,2, Z.T. Wang 4, J.J. Xie 1, Q. Zhan 1, X.X. Deng 1, H. Chen 1, J.B. Jin 1,
Lab Activity Report: Mendelian Genetics - Genetic Disorders
Name Date Period Lab Activity Report: Mendelian Genetics - Genetic Disorders Background: Sometimes genetic disorders are caused by mutations to normal genes. When the mutation has been in the population
DEFINITIONS OF HISTOCOMPATIBILITY TYPING TERMS
DEFINITIONS OF HISTOCOMPATIBILITY TYPING TERMS The definitions below are intended as general concepts. There will be exceptions to these general definitions. These definitions do not imply any specific
The Making of the Fittest: Natural Selection in Humans
MENDELIAN GENETICS, PROBABILITY, PEDIGREES, AND CHI-SQUARE STATISTICS INTRODUCTION Hemoglobin is a protein found in red blood cells that transports oxygen throughout the body. The hemoglobin protein consists
Profiling HLA motifs by large scale peptide sequencing Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009
Profiling HLA motifs by large scale peptide sequencing 2009 Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009 HLA Background The human leukocyte antigen system (HLA) is the
Binary Diagnostic Tests Two Independent Samples
Chapter 537 Binary Diagnostic Tests Two Independent Samples Introduction An important task in diagnostic medicine is to measure the accuracy of two diagnostic tests. This can be done by comparing summary
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
Relation between the angiotensinogen (AGT) M235T gene polymorphism and blood pressure in a large, homogeneous study population
(2003) 17, 555 559 & 2003 Nature Publishing Group All rights reserved 0950-9240/03 $25.00 www.nature.com/jhh ORIGINAL ARTICLE Relation between the angiotensinogen (AGT) M235T gene polymorphism and blood
Poisson regression. Dae-Jin Lee Basque Center for Applied Mathematics.
Dae-Jin Lee dlee@bcamath.org Basque Center for Applied Mathematics http://idaejin.github.io/bcam-courses/ D.-J. Lee (BCAM) Intro to GLM s with R GitHub: idaejin 1/40 Modeling count data Introduction Response
MENDELIAN GENETICS. Law of Dominance: Law of Segregation: GAMETE FORMATION Parents and Possible Gametes: Gregory Mendel:
MENDELIAN GENETICS Gregory Mendel: Heredity: Cross: X P1 Generation: F1 Generation: F2 Generation: Gametes: Dominant: Recessive: Genotype: Phenotype: Law of Dominance: Genes: Alleles: Law of Segregation:
1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants:
Genetics Homework Bio 120 1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants: Y = yellow y = green B) Genotype of yellow
Complex Multifactorial Genetic Diseases
Complex Multifactorial Genetic Diseases Nicola J Camp, University of Utah, Utah, USA Aruna Bansal, University of Utah, Utah, USA Secondary article Article Contents. Introduction. Continuous Variation.
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
1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants:
Genetics Homework Bio 120 Spring 2012 1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants: Y = yellow y = green B) Genotype
HLA and antigen presentation. Department of Immunology Charles University, 2nd Medical School University Hospital Motol
HLA and antigen presentation Department of Immunology Charles University, 2nd Medical School University Hospital Motol MHC in adaptive immunity Characteristics Specificity Innate For structures shared
TCF7L2 in the Go-DARTS study: evidence for a gene dose effect on both diabetes susceptibility and control of glucose levels
Diabetologia (2007) 50:1186 1191 DOI 10.1007/s00125-007-0661-9 ARTICLE TCF7L2 in the Go-DARTS study: evidence for a gene dose effect on both diabetes susceptibility and control of glucose levels C. H.
Name: Date: Roll: Score: Biology: Blood Lab or Everything you wanted to know about blood and then some!!!!
Name: Date: Roll: Score: Biology: Blood Lab or Everything you wanted to know about blood and then some!!!! INTRODUCTION/BACKGROUND: BLOOD, a remarkable life-giving" liquid tissue, will be examined genetically.
HLA and more. Ilias I.N. Doxiadis. Geneva 03/04/2012.
www.ebmt.org HLA and more Ilias I.N. Doxiadis Geneva 03/04/2012 HLA and more HLA and more / Doxiadis 2 Topic of the day Compatibility testing is a type of testing used to ensure compatibility of the system/application/website
Clinical Relevance of the HLA System in Blood Transfusion. Dr Colin J Brown PhD FRCPath. October 2017
Clinical Relevance of the HLA System in Blood Transfusion Dr Colin J Brown PhD FRCPath. October 2017 Outline of talk HLA genes, structure and function HLA and immune complications of transfusion TA-GVHD
Association between G-217A polymorphism in the AGT gene and essential hypertension: a meta-analysis
Association between G-217A polymorphism in the AGT gene and essential hypertension: a meta-analysis R. Yao*, Y.Y. Du*, Y.Z. Zhang, Q.H. Chen, L.S. Zhao and L. Li Department of Cardiology, the First Affiliated
SUPPLEMENTARY DATA. 1. Characteristics of individual studies
1. Characteristics of individual studies 1.1. RISC (Relationship between Insulin Sensitivity and Cardiovascular disease) The RISC study is based on unrelated individuals of European descent, aged 30 60
Name Class Date. Complete each of the following sentences by choosing the correct term from the word bank. sex cells genotype sex chromosomes
Skills Worksheet Chapter Review USING KEY TERMS Complete each of the following sentences by choosing the correct term from the word bank. sex cells genotype sex chromosomes alleles phenotype meiosis 1.
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)
The Human Major Histocompatibility Complex
The Human Major Histocompatibility Complex 1 Location and Organization of the HLA Complex on Chromosome 6 NEJM 343(10):702-9 2 Inheritance of the HLA Complex Haplotype Inheritance (Family Study) 3 Structure
Chapter 15 - The Chromosomal Basis of Inheritance. A. Bergeron +AP Biology PCHS
Chapter 15 - The Chromosomal Basis of Inheritance A. Bergeron +AP Biology PCHS Do Now - Predicting Unpredictable Genotypes As an inexperienced (albeit precocious) gardener, I am always looking to maximize
Guided Notes: Simple Genetics
Punnett Squares Guided Notes: Simple Genetics In order to determine the a person might inherit, we use a simple diagram called a o Give us of an offspring having particular traits Pieces of the Punnett
Introduction to LOH and Allele Specific Copy Number User Forum
Introduction to LOH and Allele Specific Copy Number User Forum Jonathan Gerstenhaber Introduction to LOH and ASCN User Forum Contents 1. Loss of heterozygosity Analysis procedure Types of baselines 2.
On Regression Analysis Using Bivariate Extreme Ranked Set Sampling
On Regression Analysis Using Bivariate Extreme Ranked Set Sampling Atsu S. S. Dorvlo atsu@squ.edu.om Walid Abu-Dayyeh walidan@squ.edu.om Obaid Alsaidy obaidalsaidy@gmail.com Abstract- Many forms of ranked
The Exposure-Stratified Retrospective Study: Application to High-Incidence Diseases
The Exposure-Stratified Retrospective Study: Application to High-Incidence Diseases Peng T. Liu and Debra A. Street Division of Public Health and Biostatistics, CFSAN, FDA 5100 Paint Branch Pkwy, College
Life #4 Genetics Notebook
Life #4 Genetics Notebook Life #4 Learning Targets Life #4 Vocabulary: Eye Color what color are your eyes? Brown, Green, Hazel Dominant Blue Recessive Freckles do you have freckles? Say yes only if you
Effect of Genetic Heterogeneity and Assortative Mating on Linkage Analysis: A Simulation Study
Am. J. Hum. Genet. 61:1169 1178, 1997 Effect of Genetic Heterogeneity and Assortative Mating on Linkage Analysis: A Simulation Study Catherine T. Falk The Lindsley F. Kimball Research Institute of The
Understanding Statistics for Research Staff!
Statistics for Dummies? Understanding Statistics for Research Staff! Those of us who DO the research, but not the statistics. Rachel Enriquez, RN PhD Epidemiologist Why do we do Clinical Research? Epidemiology
BDC Keystone Genetics Type 1 Diabetes. Immunology of diabetes book with Teaching Slides
BDC Keystone Genetics Type 1 Diabetes www.barbaradaviscenter.org Immunology of diabetes book with Teaching Slides PRACTICAL Trailnet screens relatives and new onset patients for autoantibodies and HLA
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
Class XII Chapter 5 Principles of Inheritance and Variation Biology
Question 1: Mention the advantages of selecting pea plant for experiment by Mendel. Mendel selected pea plants to carry out his study on the inheritance of characters from parents to offspring. He selected
Small Group Presentations
Admin Assignment 1 due next Tuesday at 3pm in the Psychology course centre. Matrix Quiz during the first hour of next lecture. Assignment 2 due 13 May at 10am. I will upload and distribute these at the
Psychology Research Process
Psychology Research Process Logical Processes Induction Observation/Association/Using Correlation Trying to assess, through observation of a large group/sample, what is associated with what? Examples:
The Major Histocompatibility Complex
The Major Histocompatibility Complex Today we will discuss the MHC The study of MHC is necessary to understand how an immune response is generated. And these are the extra notes with respect to slides
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
Understanding DNA Copy Number Data
Understanding DNA Copy Number Data Adam B. Olshen Department of Epidemiology and Biostatistics Helen Diller Family Comprehensive Cancer Center University of California, San Francisco http://cc.ucsf.edu/people/olshena_adam.php
Responsiveness to feedback as a personal trait
Responsiveness to feedback as a personal trait Thomas Buser University of Amsterdam Leonie Gerhards University of Hamburg Joël van der Weele University of Amsterdam Pittsburgh, June 12, 2017 1 / 30 Feedback
Mathematical Analysis of an HIV/AIDS Epidemic Model
American Journal of Mathematics and Statistics 15, 5(5): 53-58 DOI: 1.593/j.ajms.1555.5 Mathematical Analysis of an HIV/AIDS Epidemic Model Udoy S. Basak 1,*, Bimal Kumar Datta, Prodip Kumar Ghose 3 1
AP STATISTICS 2009 SCORING GUIDELINES
AP STATISTICS 2009 SCORING GUIDELINES Question 1 Intent of Question The primary goals of this question were to assess a student s ability to (1) construct an appropriate graphical display for comparing
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.
Pooled analysis of association between a genetic variant in the 3'-untranslated region of Toll-like receptor 4 and cancer risk
Pooled analysis of association between a genetic variant in the 3'-untranslated region of Toll-like receptor 4 and cancer risk X. Wang*, Z. Xu* and C.H. Miao Department of Anesthesiology, Shanghai Cancer
Analysis of Variance: repeated measures
Analysis of Variance: repeated measures Tests for comparing three or more groups or conditions: (a) Nonparametric tests: Independent measures: Kruskal-Wallis. Repeated measures: Friedman s. (b) Parametric
Research: Genetics HLA class II gene associations in African American Type 1 diabetes reveal a protective HLA-DRB1*03 haplotype
Research: Genetics HLA class II gene associations in African American Type 1 diabetes reveal a protective HLA-DRB1*03 haplotype J. M. M. Howson 1,2, M. S. Roy 3, L. Zeitels 1, H. Stevens 1 and J. A. Todd
Title:The effect of CD14 and TLR4 gene polimorphisms on asthma phenotypes in adult Turkish asthma patients: a genetic study
Author's response to reviews Title:The effect of CD14 and TLR4 gene polimorphisms on asthma phenotypes in adult Turkish asthma patients: a genetic study Authors: Fusun Sahin (fusunsahin19700@hotmail.com)
Dissecting the complex genetic basis of mate choice
Dissecting the complex genetic basis of mate choice Stephen F. Chenoweth and Mark W. Blows!"#$%&'$()(*+,(-,.,$/'(&.&01#/#(23(4&$,('+2/',(/#(3%&5-+$(6/$+(7/33/'50$/,#8(9&0,#(:%275',( '24:0,;(#/-.&0#(&.7(7/#:0&1#($+&$('&.('2.#/#$(23(&('24"/.&$/2.(23(&'25#$/'
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
Significance of the MHC
CHAPTER 7 Major Histocompatibility Complex (MHC) What is is MHC? HLA H-2 Minor histocompatibility antigens Peter Gorer & George Sneell (1940) Significance of the MHC role in immune response role in organ
Meta-analysis of the Gly482Ser variant in PPARGC1A in type 2 diabetes and related phenotypes
Diabetologia (2006) 49: 501 505 DOI 10.1007/s00125-005-0130-2 SHORT COMMUNICATION I. Barroso. J. Luan. M. S. Sandhu. P. W. Franks. V. Crowley. A. J. Schafer. S. O Rahilly. N. J. Wareham Meta-analysis of
Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination
Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Timothy N. Rubin (trubin@uci.edu) Michael D. Lee (mdlee@uci.edu) Charles F. Chubb (cchubb@uci.edu) Department of Cognitive
STATISTICAL ISSUES IN THE DESIGN AND ANALYSIS OF GENE-DISEASE ASSOCIATION STUDIES. Duncan C. Thomas
Revised 5/6/02 STATISTICAL ISSUES IN THE DESIGN AND ANALYSIS OF GENE-DISEASE ASSOCIATION STUDIES Duncan C. Thomas To appear in: Human Genome Epidemiology: Scientific Foundation for Using Genetic Information
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
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
EGFR gene polymorphisms -216G>T and -191C>A are risk markers for gastric cancer in Mexican population
EGFR gene polymorphisms -216G>T and -191C>A are risk markers for gastric cancer in Mexican population J.H. Torres-Jasso 1,2, M.E. Marín 3, E. Santiago-Luna 4, J.C. Leoner 5, J. Torres 6, M.T. Magaña-Torres
Host Genomics of HIV-1
4 th International Workshop on HIV & Aging Host Genomics of HIV-1 Paul McLaren École Polytechnique Fédérale de Lausanne - EPFL Lausanne, Switzerland paul.mclaren@epfl.ch Complex trait genetics Phenotypic
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
BIOMEDICAL SCIENCES GRADUATE PROGRAM SPRING 2015
THE OHIO STATE UNIVERSITY BIOMEDICAL SCIENCES GRADUATE PROGRAM SPRING 2015 Adam Suhy PhD Candidate Regulation of Cholesteryl Ester Transfer Protein and Expression of Transporters in the Blood Brain Barrier
Estimation Haplotype Frequency of BglII/EcoRI/VNTR Markers at the PAH Gene Region in Iranian Population
Kamla-Raj 2009 Int J Hum Genet, 9(2): 115-121 (2009) Estimation Haplotype Frequency of BglII/EcoRI/VNTR Markers at the PAH Gene Region in Iranian Population Zahra Fazeli and Sadeq Vallian Division of Genetics,
What Else do Epileptic Data Reveal
American Medical Journal (1): 13-8, 011 ISSN 1949-0070 011 Science Publications What Else do Epileptic Data Reveal Ramalingam Shanmugam Department of Health Administration, Texas State University, TX 78666,
Cover Page. The handle holds various files of this Leiden University dissertation.
Cover Page The handle http://hdl.handle.net/1887/45545 holds various files of this Leiden University dissertation. Author: Beenakker, K.G.M. Title: The role of inflammation in muscle aging Issue Date:
Mendelian randomization: Using genes as instruments for making causal inferences in epidemiology
STATISTICS IN MEDICINE Statist. Med. 2008; 27:1133 1163 Published online 20 September 2007 in Wiley InterScience (www.interscience.wiley.com).3034 Paper Celebrating the 25th Anniversary of Statistics in
Genetic Meta-Analysis and Mendelian Randomization
Genetic Meta-Analysis and Mendelian Randomization George Davey Smith MRC Centre for Causal Analyses in Translational Epidemiology, University of Bristol RCT vs Observational Meta- Analysis: fundamental
Independent and joint effects of the IL-6 and IL-10 gene polymorphisms in pulmonary tuberculosis among the Chinese Han population
Independent and joint effects of the IL-6 and IL-10 gene polymorphisms in pulmonary tuberculosis among the Chinese Han population F.M. Feng 1, X.X. Liu 1, Y.H. Sun 1, P. Zhang 2, S.F. Sun 3, B. Zhang 1,
MLE #8. Econ 674. Purdue University. Justin L. Tobias (Purdue) MLE #8 1 / 20
MLE #8 Econ 674 Purdue University Justin L. Tobias (Purdue) MLE #8 1 / 20 We begin our lecture today by illustrating how the Wald, Score and Likelihood ratio tests are implemented within the context of
Title: A robustness study of parametric and non-parametric tests in Model-Based Multifactor Dimensionality Reduction for epistasis detection
Author's response to reviews Title: A robustness study of parametric and non-parametric tests in Model-Based Multifactor Dimensionality Reduction for epistasis detection Authors: Jestinah M Mahachie John
Biology. Chapter 13. Observing Patterns in Inherited Traits. Concepts and Applications 9e Starr Evers Starr. Cengage Learning 2015
Biology Concepts and Applications 9e Starr Evers Starr Chapter 13 Observing Patterns in Inherited Traits Cengage Learning 2015 Cengage Learning 2015 After completing today s activities, students should
Neuroimaging and Genetics
Neuroimaging and Genetics Carrie E. Bearden, Ph.D. Departments of Psychiatry and Biobehavioral Sciences and Psychology Semel Institute for Neuroscience and Human Behavior University of California, Los
Chapter 10 Notes Patterns of Inheritance, Part 1
Chapter 10 Notes Patterns of Inheritance, Part 1 I. Gregor Mendel (1822-1884) a. Austrian monk with a scientific background b. Conducted numerous hybridization experiments with the garden pea, Pisum sativum,
Package rvtdt. February 20, rvtdt... 1 rvtdt.example... 3 rvtdts... 3 TrendWeights Index 6. population control weighted rare-varaints TDT
Type Package Package rvtdt February 20, 2015 Title population control weighted rare-variants TDT Version 1.0 Date 2014-04-07 Author Yu Jiang, Andrew S. Allen Maintainer Yu Jiang