Supplementary Materials. We randomly divided the original dataset S into K subsets. In the k-th cross-validation, the k-th subset

Size: px
Start display at page:

Download "Supplementary Materials. We randomly divided the original dataset S into K subsets. In the k-th cross-validation, the k-th subset"

Transcription

1 Supplementary Materials Supplementary Methods K-fold cross-validation procedure We randomly divided the original dataset S into K subsets. In the k-th cross-validation, the k-th subset was left out to be the validation set, denoted by S k Va, while the other K-1 subsets were used as the training set, denoted by S k Tr. We implemented the forward selection algorithm, using S k Tr to build a series of prediction models, M k 1, M k 2,..., and applied these models to the validation dataset, S k Va, to estimate the predicted AUC values. The predicted AUC values from the K-fold cross-validation were averaged at each level of model complexity, yielding a series of averaged predicted AUC values from the cross-validation, denoted by (AUC 1, AUC 2,...). The level at which the averaged AUC value stopped increasing was used as the appropriate complexity level for the final prediction model built on the original dataset S. Cross-validation procedure with bootstrap aggregating (bagging) As an alternative to the K-fold cross-validation procedure, we also propose a cross-validation procedure with bootstrap aggregating (bagging) to further improve the method s robustness and power. Bagging was first introduced [1] to reduce an estimator s variance with little cost in bias. Its basic principle is to obtain an aggregated predictor by generating multiple predictors from bootstrap replicate samples of the data. The bagging method works especially well when the prediction method is unstable (i.e., small changes in the learning set result in large changes in prediction). Recently, Petersena et al [2] introduced a cross-validated bagging procedure by integrating bagging into the cross-validation procedure. They showed that an appropriate bias-variance trade-off for the parameter 1

2 of interest can be achieved by conducting the cross-validation at the level of the bagging estimator itself (i.e., the cross-validated bagging estimator) [1]. Based on this concept, we can use cross-validation with bagging instead of K-fold cross-validation in the forward ROC method. To do this, we randomly divide the original dataset S into K subsets. In the k-th cross-validation, we draw B bootstrap samples (B k 1, B k 2,..., B k B ) from the training set S k Tr. For the b-th bootstrap sample, we implement the forward selection algorithm to build a series of prediction models, M b 1, M b 2,..., and then apply these models to the validation dataset, S k Va, to estimate the predicted AUC values. The predicted AUC values from the B bootstrap samples are then averaged at each level of model complexity, yielding a series of bagging estimators of the predicted AUC values for the k-th cross-validation, denoted by (AUC k 1, AUC k 2,...). The K results are then averaged to provide overall cross-validated bagging AUC estimators, denoted by (AUC 1, AUC 2,...). The level with the highest average AUC value is used as the complexity level for the final prediction model built on the original dataset S. Cross-validation with bagging is a computationally intensive procedure in which a number of bootstrap samples are needed for each fold of cross-validation. Assuming time t is required for the K-fold cross-validation, cross-validation with bagging needs time B t, where B is the number of bootstrap samples in each cross-validation. Despite its heavy computational requirement, cross-validation with bagging has the potential to improve the method s performance and lead to a more stable and more accurate predictive genetic test. 2

3 Supplementary table 1 Summary of the simulation settings Simulation scenarios I and II Supplementary Simulation 2 Supplementary Simulation 3 Risk Inheritance variants a mode b Odds ratios Interaction c Number of Noise loci d Setting1 10 G e : a, b, c G: 1.2, 1.3, 1.5 a e: 1.7 Setting2 15 E e A, R, D : e E: 1.4 b c: 1.4 Setting3 20 Setting1 a, b, c A, R, D 2, 2.5, 2.6 Setting2 Setting3 a, b, c, e, f, g a, b, c, e, f, g, h, i, j, k a, b, c, e, f, A, R, D, A, R, D A, R, D, A, R, D, A, R, D, R A, A, A, A, R, 1.5, 1.7, 1.8, 1.6, 1.6, , 1.9, 1.8, 1.6, 1.7, 1.9,1.6, 1.5, 1.6, , 4.0, 1.2, 1.2, 1.3 No interaction No interaction No interaction a f: 2.5 b e: 2.4 a The minor allele frequencies of risk loci were generated randomly from a uniform distribution that ranged from 0.1 to 0.5. b A, R and D represent additive, recessive and dominant modes of inheritance, respectively. c Numbers listed in the Interaction column measure the risk to individuals who carry risk alleles of interacting loci and/or environmental factors vs. all other individuals. For the a e interaction in simulation scenario I, we assumed that individuals who were exposed to the environmental risk level and carried the risk allele a (i.e., high risk individuals) had a 1.7 times higher risk of disease than all other individuals. Similarly, for the b c interaction, we assumed that individuals who carried two risk alleles at locus b and one or more risk alleles at locus c had a 1.4 times higher risk of disease than all other individuals. d The allele frequencies of the non-causal loci were generated randomly from a uniform distribution that ranged from 0.1 to 0.9. e G represents genetic risk factors and E represents environmental risk factors. 3

4 Supplementary Simulations Supplementary simulation 1 We evaluated the effect of cross-validation with bagging on the forward ROC method using simulation scenarios I and II. The details of the simulation settings are listed in supplementary table 1. For each replicate, 50 bootstrap samples were generated for the bagging cross-validation procedure. The results are summarized in supplementary table 2. In simulation I, we found that the proposed forward ROC method has an overall similar performance, whether using 10-fold cross-validation or using cross-validation with bagging. When there were a small number of loci, 10-fold cross-validation performed slightly better than cross-validation with bagging. However, with an increasing number of noise loci, cross-valuation with bagging attained higher AUC means and smaller mean square errors (MSEs) than 10-fold cross-validation. For instance, when there were 20 noise loci, cross-validation with bagging led to an AUC mean of , a 0.25% increase from 10-fold cross-validation. In terms of computational efficiency, 10-fold cross-validation and cross-validation with bagging required 1.5 minutes and 50 minutes, respectively, to complete one simulation replicate on a computer equipped with 4G memory. In simulation II we found, when the missing rate increased, that cross-validation with bagging performed better than 10-fold cross-validation. For instance, with 10% missing data, the forward ROC method using cross-validation with bagging had an AUC mean of , a 0.39% increase from using 10-fold cross-validation. 4

5 Supplementary table 2 A comparison of bagging cross-validation and 10-fold cross validation. Scenario I Forward ROC using 10-fold CV Forward ROC using Bagging CV Number MEAN a BIAS SD b MSE c MEAN BIAS SD MSE 10 Noise Loci Noise Loci Noise Loci Scenario II Forward ROC using 10-fold CV Forward ROC using Bagging CV Missing % MEAN BIAS SD MSE MEAN BIAS SD MSE a AUC estimator, b standard deviation, c mean square error Supplementary simulation 2 The random forest (RF) method is a powerful tool for high-dimensional risk prediction [3]. RFs have several unique features, such as being capable of uncovering interactions among genes and/or environmental factors with lower marginal effects [4]. We conducted a simulation to compare the proposed forward ROC method with the RF method. In the simulation, we set the proportion of disease-susceptibility loci to 1/8, 1/4 and 1/3. The detailed settings of the simulation are described in supplementary table 1. The true AUC in all three settings was set to be approximately The RF method was performed using the R package randomforest version 4.5 with a forest size of 500 trees replicates were simulated, each consisting of 1000 cases and 1000 controls. The simulation results are summarized in supplementary table 3. We found that, when the proportion of disease-susceptibility loci is small (i.e., 1/8) and the effect size is strong, the forward ROC method attained a better performance than the RF method, with an increase of 2.17% in the AUC mean. When the proportion of disease-susceptibility loci increased to 1/4, the two methods had a similar performance, with AUC means of for forward ROC and for RF. With a 5

6 further increase in the proportion of disease-susceptibility loci and a decrease in the effect size, RFs tended to capture more disease-susceptibility loci and attained higher classification accuracy than the forward ROC method. For instance, when the proportion of disease-susceptibility loci increased to 1/3, the RF method performed better than the forward ROC method, with an increase of 5.82% in the AUC mean. Supplementary table 3 Summary of results from supplementary simulation 2 Proportion of disease-loci 1/8 1/4 1/3 Mean MSE Mean MSE Mean MSE Forward ROC Random Forest (RF) Supplementary simulation 3 Some diseases may be caused by a small set of loci with large effect sizes. For instance, five SNPs have been detected as being associated with age-related macular degeneration (AMD), and were combined to explain approximately half of the classical sibling AMD risk [5]. We conducted a simulation under such a disease scenario to assess the performance of the forward ROC method, CART and the allele counting method. In this simulation, we introduced five disease-susceptibility loci and 2 two-way interactions, without including any noise loci (For details, see supplementary table 1). The true AUC was set at 0.8. We compared the forward ROC method with the CART and allele counting methods, based on 1000-replicate simulations. The predicted AUC was calculated from the evaluation sets and the results are summarized in supplementary table 4. We found that the proposed forward ROC method performed better than the other two methods, with a higher AUC mean and a lower MSE. The forward ROC method attained a predicted AUC of , which was close to the true AUC of 0.8. The CART and allele counting methods attained AUC values of and , respectively. The standard deviations of the AUCs for all three methods were relatively small: , and 6

7 for the forward ROC method, CART and the allele counting method, respectively. Supplementary table 4 Summary of results from supplementary simulation 3 MEAN a BIAS SD b MSE c Forward ROC CART Allele counting a AUC estimator. b standard deviation. c mean square error. Wellcome Trust RA GWAS Dataset RA cases from the Wellcome Trust study were recruited by the Arthritis Research Campaign Epidemiology Unit and met the standard clinical criteria for RA. One-half of the controls were chosen from the 1958 British Birth Cohort and the other half came from the UK Blood Service controls. All individuals were genotyped using the Affymetrix 500K chip. We excluded samples of low quality (e.g., low DNA quality). The final samples for analysis comprised 2938 RA cases and 1860 controls. After removing low quality single nucleotide polymorphisms (SNPs) (e.g., those with low allele frequencies), 460,547 SNPs remained for analysis. Supplementary table 5 Summary of the 35 RA associated loci reported from different studies SNP Gene Chromosome Source Reference rs IFI K [6] rs MMEL K [6] rs MMEL1-TNFRSF K [7] rs PADI4 1 Imputed [8] rs PTPN22 1 Imputed [9] rs RSBN K [6] rs TNFRSF1B 1 Imputed [8] rs CTLA K [8] rs ITGAV 2 Imputed [10] rs STAT4 2 Imputed [11] rs ANAPC K [6] 7

8 rs IL2-IL21 4 Imputed [12] rs HLA-DRB1 6 Imputed [13] rs HLA-DRB1 6 Imputed [13] rs HLA-DRB1 6 Imputed [13] rs MHC 6 500K [6] rs MHC 6 Imputed [14] rs4678 MHC:VARS2L 6 Imputed [14] rs OLIG3-TNFAIP K [6] rs OLIG3-TNFAIP3 6 Imputed [15] rs42041 CDK K [7] rs IRF5 7 Imputed [16] rs N/A 7 500K [6] rs CCL K [7] rs PHF19 9 Imputed [17] rs TRAF1 9 Imputed [18] rs TRAF1-C5 9 Imputed [19] rs IL2RA K [6] rs PRKCQ K [7] rs KIF5A-PIP4K2C K [7] rs KLF12 13 Imputed [20] rs N/A K [6] rs CD K [7] rs N/A K [6] rs C1QTNF K [6] References 1 Breiman L: Bagging predictors. Machine Learning 1996;24: Petersena ML, Molinaro AM, Sinisi SE, Van der Laan MJ: Cross-validated bagged learning. Journal of Multivariate Analysis 2007;98: Breiman L: Random Forests. Machine Learning 2001;45: Bureau A, Dupuis J, Falls K, Lunetta KL, Hayward B, Keith TP, Van EP: Identifying SNPs predictive of phenotype using random forests. Genet Epidemiol 2005;28: Maller J, George S, Purcell S, Fagerness J, Altshuler D, Daly MJ, Seddon JM: Common 8

9 variation in three genes, including a noncoding variant in CFH, strongly influences risk of age-related macular degeneration. Nat Genet 2006;38: WTCCC: Genome-wide association study of 14,000 cases of seven common diseases and 3,000 shared controls. Nature 2007;447: Raychaudhuri S, Remmers EF, Lee AT, Hackett R, Guiducci C, Burtt NP, Gianniny L, Korman BD, Padyukov L, Kurreeman FA, Chang M, Catanese JJ, Ding B, Wong S, van der Helm-van Mil AH, Neale BM, Coblyn J, Cui J, Tak PP, Wolbink GJ, Crusius JB, van der Horst-Bruinsma IE, Criswell LA, Amos CI, Seldin MF, Kastner DL, Ardlie KG, Alfredsson L, Costenbader KH, Altshuler D, Huizinga TW, Shadick NA, Weinblatt ME, de VN, Worthington J, Seielstad M, Toes RE, Karlson EW, Begovich AB, Klareskog L, Gregersen PK, Daly MJ, Plenge RM: Common variants at CD40 and other loci confer risk of rheumatoid arthritis. Nat Genet 2008;40: Plenge RM, Padyukov L, Remmers EF, Purcell S, Lee AT, Karlson EW, Wolfe F, Kastner DL, Alfredsson L, Altshuler D, Gregersen PK, Klareskog L, Rioux JD: Replication of putative candidate-gene associations with rheumatoid arthritis in >4,000 samples from North America and Sweden: association of susceptibility with PTPN22, CTLA4, and PADI4. Am J Hum Genet 2005;77: Lee AT, Li W, Liew A, Bombardier C, Weisman M, Massarotti EM, Kent J, Wolfe F, Begovich AB, Gregersen PK: The PTPN22 R620W polymorphism associates with RF positive rheumatoid arthritis in a dose-dependent manner but not with HLA-SE status. Genes Immun 2005;6: Jacq L, Garnier S, Dieude P, Michou L, Pierlot C, Migliorini P, Balsa A, Westhovens R, Barrera P, Alves H, Vaz C, Fernandes M, Pascual-Salcedo D, Bombardieri S, Dequeker J, Radstake TR, Van RP, van de Putte L, Lopes-Vaz A, Glikmans E, Barbet S, Lasbleiz S, Lemaire I, Quillet P, Hilliquin P, Teixeira VH, Petit-Teixeira E, Mbarek H, Prum B, Bardin T, Cornelis F: The ITGAV rs c allele is associated with rheumatoid arthritis in the European Caucasian population: a family-based study. Arthritis Res Ther 2007;9:R Orozco G, Alizadeh BZ, Delgado-Vega AM, Gonzalez-Gay MA, Balsa A, Pascual-Salcedo D, Fernandez-Gutierrez B, Gonzalez-Escribano MF, Petersson IF, van Riel 9

10 PL, Barrera P, Coenen MJ, Radstake TR, van Leeuwen MA, Wijmenga C, Koeleman BP, Alarcon-Riquelme M, Martin J: Association of STAT4 with rheumatoid arthritis: a replication study in three European populations. Arthritis Rheum 2008;58: Zhernakova A, Alizadeh BZ, Bevova M, van Leeuwen MA, Coenen MJ, Franke B, Franke L, Posthumus MD, van Heel DA, van der Steege G, Radstake TR, Barrera P, Roep BO, Koeleman BP, Wijmenga C: Novel association in chromosome 4q27 region with rheumatoid arthritis and confirmation of type 1 diabetes point to a general risk locus for autoimmune diseases. Am J Hum Genet 2007;81: Gorman JD, David-Vaudey E, Pai M, Lum RF, Criswell LA: Particular HLA-DRB1 shared epitope genotypes are strongly associated with rheumatoid vasculitis. Arthritis Rheum 2004;50: Vignal C, Bansal AT, Balding DJ, Binks MH, Dickson MC, Montgomery DS, Wilson AG: Genetic association of the major histocompatibility complex with rheumatoid arthritis implicates two non-drb1 loci. Arthritis Rheum 2009;60: Plenge RM, Cotsapas C, Davies L, Price AL, de Bakker PI, Maller J, Pe'er I, Burtt NP, Blumenstiel B, DeFelice M, Parkin M, Barry R, Winslow W, Healy C, Graham RR, Neale BM, Izmailova E, Roubenoff R, Parker AN, Glass R, Karlson EW, Maher N, Hafler DA, Lee DM, Seldin MF, Remmers EF, Lee AT, Padyukov L, Alfredsson L, Coblyn J, Weinblatt ME, Gabriel SB, Purcell S, Klareskog L, Gregersen PK, Shadick NA, Daly MJ, Altshuler D: Two independent alleles at 6q23 associated with risk of rheumatoid arthritis. Nat Genet 2007;39: Han SW, Lee WK, Kwon KT, Lee BK, Nam EJ, Kim GW: Association of polymorphisms in interferon regulatory factor 5 gene with rheumatoid arthritis: a metaanalysis. J Rheumatol 2009;36: Chang M, Rowland CM, Garcia VE, Schrodi SJ, Catanese JJ, van der Helm-van Mil AH, Ardlie KG, Amos CI, Criswell LA, Kastner DL, Gregersen PK, Kurreeman FA, Toes RE, Huizinga TW, Seldin MF, Begovich AB: A large-scale rheumatoid arthritis genetic study identifies association at chromosome 9q33.2. PLoS Genet 2008;4:e

11 18 Kurreeman FA, Padyukov L, Marques RB, Schrodi SJ, Seddighzadeh M, Stoeken-Rijsbergen G, van der Helm-van Mil AH, Allaart CF, Verduyn W, Houwing-Duistermaat J, Alfredsson L, Begovich AB, Klareskog L, Huizinga TW, Toes RE: A candidate gene approach identifies the TRAF1/C5 region as a risk factor for rheumatoid arthritis. PLoS Med 2007;4:e Plenge RM, Seielstad M, Padyukov L, Lee AT, Remmers EF, Ding B, Liew A, Khalili H, Chandrasekaran A, Davies LR, Li W, Tan AK, Bonnard C, Ong RT, Thalamuthu A, Pettersson S, Liu C, Tian C, Chen WV, Carulli JP, Beckman EM, Altshuler D, Alfredsson L, Criswell LA, Amos CI, Seldin MF, Kastner DL, Klareskog L, Gregersen PK: TRAF1-C5 as a risk locus for rheumatoid arthritis--a genomewide study. N Engl J Med 2007;357: Julia A, Ballina J, Canete JD, Balsa A, Tornero-Molina J, Naranjo A, Alperi-Lopez M, Erra A, Pascual-Salcedo D, Barcelo P, Camps J, Marsal S: Genome-wide association study of rheumatoid arthritis in the Spanish population: KLF12 as a risk locus for rheumatoid arthritis susceptibility. Arthritis Rheum 2008;58:

Association of Rheumatoid Arthritis Risk Alleles with Response to Anti-TNF Biologics: Results from the CORRONA Registry and Meta-analysis

Association of Rheumatoid Arthritis Risk Alleles with Response to Anti-TNF Biologics: Results from the CORRONA Registry and Meta-analysis Inflammation ( # 2012) DOI: 10.1007/s10753-012-9544-4 Association of Rheumatoid Arthritis Risk Alleles with Response to Anti-TNF Biologics: Results from the CORRONA Registry and Meta-analysis Dimitrios

More information

Overlap of disease susceptibility loci for rheumatoid arthritis and juvenile idiopathic arthritis

Overlap of disease susceptibility loci for rheumatoid arthritis and juvenile idiopathic arthritis Additional data are published online only. To view these fi les please visit the journal online (http://ard.bmj.com) 1 arc-eu, Stopford Building, The University of Manchester, Manchester, UK 2 Haywood

More information

Genetic Susceptibility to Rheumatoid Arthritis: An Emerging Picture

Genetic Susceptibility to Rheumatoid Arthritis: An Emerging Picture Arthritis & Rheumatism (Arthritis Care & Research) Vol. 61, No. 10, October 15, 2009, pp 1441 1446 DOI 10.1002/art.24672 2009, American College of Rheumatology REVIEW ARTICLE: EPIDEMIOLOGY OF THE RHEUMATIC

More information

INTRODUCTION. Human Molecular Genetics, 2009, Vol. 18, No doi: /hmg/ddp177 Advance Access published on April 9, 2009

INTRODUCTION. Human Molecular Genetics, 2009, Vol. 18, No doi: /hmg/ddp177 Advance Access published on April 9, 2009 Human Molecular Genetics, 2009, Vol. 18, No. 13 2518 2522 doi:10.1093/hmg/ddp177 Advance Access published on April 9, 2009 Identification of AF4/FMR2 family, member 3 (AFF3) as a novel rheumatoid arthritis

More information

The Genetic Epidemiology of Rheumatoid Arthritis. Lindsey A. Criswell AURA meeting, 2016

The Genetic Epidemiology of Rheumatoid Arthritis. Lindsey A. Criswell AURA meeting, 2016 The Genetic Epidemiology of Rheumatoid Arthritis Lindsey A. Criswell AURA meeting, 2016 Overview Recent successes in gene identification genome wide association studies (GWAS) clues to etiologic pathways

More information

Genetics of rheumatoid arthritis: what have we learned?

Genetics of rheumatoid arthritis: what have we learned? Immunogenetics (2011) 63:459 466 DOI 10.1007/s00251-011-0528-6 REVIEW Genetics of rheumatoid arthritis: what have we learned? Marieke Bax & Jurgen van Heemst & Tom W. J. Huizinga & Rene E. M. Toes Received:

More information

Genetic markers of rheumatoid arthritis susceptibility in anti-citrullinated peptide antibody negative patients

Genetic markers of rheumatoid arthritis susceptibility in anti-citrullinated peptide antibody negative patients ARD Online First, published on June 1, 2012 as 10.1136/annrheumdis-2011-201225 Additional tables are published online only. To view these fi les please visit the journal online (http://ard.bmj.com/content/

More information

Lack of association of IL-2RA and IL-2RB polymorphisms with rheumatoid arthritis in a Han Chinese population

Lack of association of IL-2RA and IL-2RB polymorphisms with rheumatoid arthritis in a Han Chinese population Lack of association of IL-2RA and IL-2RB polymorphisms with rheumatoid arthritis in a Han Chinese population J. Zhu 1 *, F. He 2 *, D.D. Zhang 2 *, J.Y. Yang 2, J. Cheng 1, R. Wu 1, B. Gong 2, X.Q. Liu

More information

The inflammatory disease-associated variants in IL12B and IL23R are not associated with rheumatoid arthritis

The inflammatory disease-associated variants in IL12B and IL23R are not associated with rheumatoid arthritis Marshfield Clinic Research Foundation / University of Wisconsin-Madison From the SelectedWorks of Steven J Schrodi 2008 The inflammatory disease-associated variants in IL12B and IL23R are not associated

More information

Retrospective Genetic Analysis of Efficacy and Adverse Events in a Rheumatoid Arthritis Population Treated with Methotrexate and Anti-TNF-α

Retrospective Genetic Analysis of Efficacy and Adverse Events in a Rheumatoid Arthritis Population Treated with Methotrexate and Anti-TNF-α Retrospective Genetic Analysis of Efficacy and Adverse Events in a Rheumatoid Arthritis Population Treated with Methotrexate and Anti-TNF-α Foti A 1, Lichter D 1, Shadick NA 2, Maher NE 2, Ginsburg GS

More information

NIH Public Access Author Manuscript Nat Genet. Author manuscript; available in PMC 2009 October 6.

NIH Public Access Author Manuscript Nat Genet. Author manuscript; available in PMC 2009 October 6. NIH Public Access Author Manuscript Published in final edited form as: Nat Genet. 2008 October ; 40(10): 1216 1223. doi:10.1038/ng.233. Common variants at CD40 and other loci confer risk of rheumatoid

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle   holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/38506 holds various files of this Leiden University dissertation. Author: Nies, Jessica Annemarie Bernadette van Title: Early identification of rheumatoid

More information

Results. Introduction

Results. Introduction (2009) 10, S95 S120 & 2009 Macmillan Publishers Limited All rights reserved 1466-4879/09 $32.00 www.nature.com/gene ORIGINAL ARTICLE Analysis of 55 autoimmune disease and type II diabetes loci: further

More information

NIH Public Access Author Manuscript Arthritis Rheum. Author manuscript; available in PMC 2010 March 1.

NIH Public Access Author Manuscript Arthritis Rheum. Author manuscript; available in PMC 2010 March 1. NIH Public Access Author Manuscript Published in final edited form as: Arthritis Rheum. 2009 March ; 60(3): 653 660. doi:10.1002/art.24362. A specific association exists between type 1 diabetes and anti-

More information

GENETIC STUDIES OF THE HLA LOCUS IN RHEUMATIC DISEASES

GENETIC STUDIES OF THE HLA LOCUS IN RHEUMATIC DISEASES From THE DEPARTMENT OF MEDICINE Karolinska Institutet, Stockholm, Sweden GENETIC STUDIES OF THE HLA LOCUS IN RHEUMATIC DISEASES Emeli Lundström Stockholm 2010 All previously published papers were reproduced

More information

TRAF1 C5 as a Risk Locus for Rheumatoid Arthritis A Genomewide Study

TRAF1 C5 as a Risk Locus for Rheumatoid Arthritis A Genomewide Study original article TRAF1 C5 as a Risk Locus for Rheumatoid Arthritis A Genomewide Study Robert M. Plenge, M.D., Ph.D., Mark Seielstad, Ph.D., Leonid Padyukov, M.D., Ph.D., Annette T. Lee, Ph.D., Elaine F.

More information

SNPrints: Defining SNP signatures for prediction of onset in complex diseases

SNPrints: Defining SNP signatures for prediction of onset in complex diseases SNPrints: Defining SNP signatures for prediction of onset in complex diseases Linda Liu, Biomedical Informatics, Stanford University Daniel Newburger, Biomedical Informatics, Stanford University Grace

More information

Association of susceptible genetic markers and autoantibodies in rheumatoid arthritis

Association of susceptible genetic markers and autoantibodies in rheumatoid arthritis c Indian Academy of Sciences REVIEW ARTICLE Association of susceptible genetic markers and autoantibodies in rheumatoid arthritis VASANTH KONDA MOHAN 1, NALINI GANESAN 1 and RAJASEKHAR GOPALAKRISHNAN 2

More information

Evaluation of the rheumatoid arthritis susceptibility loci HLA-DRB1, PTPN22, OLIG3/TNFAIP3, STAT4 and TRAF1/C5 in an inception cohort

Evaluation of the rheumatoid arthritis susceptibility loci HLA-DRB1, PTPN22, OLIG3/TNFAIP3, STAT4 and TRAF1/C5 in an inception cohort RESEARCH ARTICLE Open Access Research article Evaluation of the rheumatoid arthritis susceptibility loci HLA-DRB1, PTPN22, OLIG3/TNFAIP3, STAT4 and TRAF1/C5 in an inception cohort Ann W Morgan* 1, James

More information

Whole-genome detection of disease-associated deletions or excess homozygosity in a case control study of rheumatoid arthritis

Whole-genome detection of disease-associated deletions or excess homozygosity in a case control study of rheumatoid arthritis HMG Advance Access published December 21, 2012 Human Molecular Genetics, 2012 1 13 doi:10.1093/hmg/dds512 Whole-genome detection of disease-associated deletions or excess homozygosity in a case control

More information

Lisbeth Ärlestig, 1 Mohammed Mullazehi, 2 Heidi Kokkonen, 1 Joacim Rocklöv, 1 Johan Rönnelid, 2 Solbritt Rantapää Dahlqvist 1 EXTENDED REPORT

Lisbeth Ärlestig, 1 Mohammed Mullazehi, 2 Heidi Kokkonen, 1 Joacim Rocklöv, 1 Johan Rönnelid, 2 Solbritt Rantapää Dahlqvist 1 EXTENDED REPORT An additional fi gure is published online only. To view the fi les, please visit the journal online (http://ard.bmj.com/ content/71/6.toc). 1 Departments of Public Health and Clinical Medicine/ Rheumatology

More information

Association of PTPN22 rs Polymorphism with Rheumatoid Arthritis and Celiac Disease in Khuzestan Province, Southwestern Iran

Association of PTPN22 rs Polymorphism with Rheumatoid Arthritis and Celiac Disease in Khuzestan Province, Southwestern Iran SHORT COMMUNICATION Iranian Biomedical Journal 21(1): 61-66 January 2017 Association of PTPN22 rs2476601 Polymorphism with Rheumatoid Arthritis and Celiac Disease in Khuzestan Province, Southwestern Iran

More information

Association of Single Nucleotide Polymorphisms (SNPs) in CCR6, TAGAP and TNFAIP3 with Rheumatoid Arthritis in African Americans

Association of Single Nucleotide Polymorphisms (SNPs) in CCR6, TAGAP and TNFAIP3 with Rheumatoid Arthritis in African Americans Association of Single Nucleotide Polymorphisms (SNPs) in CCR6, TAGAP and TNFAIP3 with Rheumatoid Arthritis in African Americans Elizabeth A. Perkins, University of Alabama at Birmingham Dawn Landis, University

More information

Correlation between IL-4 gene polymorphismas well as its mrna expression and rheumatoid arthritis

Correlation between IL-4 gene polymorphismas well as its mrna expression and rheumatoid arthritis European Review for Medical and Pharmacological Sciences 2017; 21: 3879-3885 Correlation between IL-4 gene polymorphismas well as its mrna expression and rheumatoid arthritis Y.-H. SUN, S.-T. WEI, S.-H.

More information

Chapter 3. ANNALS OF THE RHEUMATIC DISEASES 2008; 67(9): doi: /ard

Chapter 3. ANNALS OF THE RHEUMATIC DISEASES 2008; 67(9): doi: /ard The role of the shared epitope in arthralgia with anti-cyclic citrullinated peptide antibodies (anti-ccp), and its effect on anti- CCP levels Wouter H Bos Jennie Ursum Niek de Vries Geertje M Bartelds

More information

Genetics of ankylosing spondylitis and rheumatoid arthritis: where are we at currently, and how do they compare?

Genetics of ankylosing spondylitis and rheumatoid arthritis: where are we at currently, and how do they compare? Genetics of ankylosing spondylitis and rheumatoid arthritis: where are we at currently, and how do they compare? W.P. Maksymowych 1 and M.A. Brown 2 1 Alberta Heritage Foundation for Medical Research,

More information

Systemic lupus erythematosus (SLE) is the prototypic. The Genetic Contribution to Systemic Lupus Erythematosus. Lindsey A. Criswell, M.D., M.P.H.

Systemic lupus erythematosus (SLE) is the prototypic. The Genetic Contribution to Systemic Lupus Erythematosus. Lindsey A. Criswell, M.D., M.P.H. 176 Bulletin of the NYU Hospital for Joint Diseases 2008;66(3):176-83 The Genetic Contribution to Systemic Lupus Erythematosus Lindsey A. Criswell, M.D., M.P.H. Abstract We are currently witnessing an

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle   holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/29578 holds various files of this Leiden University dissertation. Author: Krabben, Annemarie Title: Predictive factors for the development and disease course

More information

Comparison of discrimination methods for the classification of tumors using gene expression data

Comparison of discrimination methods for the classification of tumors using gene expression data Comparison of discrimination methods for the classification of tumors using gene expression data Sandrine Dudoit, Jane Fridlyand 2 and Terry Speed 2,. Mathematical Sciences Research Institute, Berkeley

More information

Original Article Genetic variants of STAT4 are associated with ankylosing spondylitis susceptibility and severity in a Chinese Han population

Original Article Genetic variants of STAT4 are associated with ankylosing spondylitis susceptibility and severity in a Chinese Han population Int J Clin Exp Med 2014;7(12):5877-5881 www.ijcem.com /ISSN:1940-5901/IJCEM0003863 Original Article Genetic variants of STAT4 are associated with ankylosing spondylitis susceptibility and severity in a

More information

White Paper Guidelines on Vetting Genetic Associations

White Paper Guidelines on Vetting Genetic Associations White Paper 23-03 Guidelines on Vetting Genetic Associations Authors: Andro Hsu Brian Naughton Shirley Wu Created: November 14, 2007 Revised: February 14, 2008 Revised: June 10, 2010 (see end of document

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

ANALYSIS OF IL17 AND IL17RA POLYMORPHISMS IN SPANISH PSORIASIS PATIENTS: ASSOCIATION WITH RISK FOR DISEASE.

ANALYSIS OF IL17 AND IL17RA POLYMORPHISMS IN SPANISH PSORIASIS PATIENTS: ASSOCIATION WITH RISK FOR DISEASE. ANALYSIS OF IL17 AND IL17RA POLYMORPHISMS IN SPANISH PSORIASIS PATIENTS: ASSOCIATION WITH RISK FOR DISEASE. Batalla A, Coto E*, González-Lara L, González- Fernández D, Maldonado-Seral C, García-García

More information

Common and different genetic background for rheumatoid arthritis and coeliac disease

Common and different genetic background for rheumatoid arthritis and coeliac disease Human Molecular Genetics, 2009, Vol. 18, No. 21 4195 4203 doi:10.1093/hmg/ddp365 Advance Access published on July 31, 2009 Common and different genetic background for rheumatoid arthritis and coeliac disease

More information

Supplementary Figure 1 Dosage correlation between imputed and genotyped alleles Imputed dosages (0 to 2) of 2-digit alleles (red) and 4-digit alleles

Supplementary Figure 1 Dosage correlation between imputed and genotyped alleles Imputed dosages (0 to 2) of 2-digit alleles (red) and 4-digit alleles Supplementary Figure 1 Dosage correlation between imputed and genotyped alleles Imputed dosages (0 to 2) of 2-digit alleles (red) and 4-digit alleles (green) of (A) HLA-A, HLA-B, (C) HLA-C, (D) HLA-DQA1,

More information

Sebastien Viatte, 1 Jonathan Massey, 1 John Bowes, 1 Kate Duffus, 1 arcogen Consortium, Stephen Eyre, 1 Anne Barton, 2 and Jane Worthington 2

Sebastien Viatte, 1 Jonathan Massey, 1 John Bowes, 1 Kate Duffus, 1 arcogen Consortium, Stephen Eyre, 1 Anne Barton, 2 and Jane Worthington 2 ARTHRITIS & RHEUMATOLOGY Vol. 68, No. 7, July 2016, pp 1603 1613 DOI 10.1002/art.39619 VC 2016 The Authors. Arthritis & Rheumatology published by Wiley Periodicals, Inc. on behalf of the American College

More information

Risk Alleles for Systemic Lupus Erythematosus in a Large Case-Control Collection and Associations with Clinical Subphenotypes

Risk Alleles for Systemic Lupus Erythematosus in a Large Case-Control Collection and Associations with Clinical Subphenotypes Risk Alleles for Systemic Lupus Erythematosus in a Large Case-Control Collection and Associations with Clinical Subphenotypes Kimberly E. Taylor 1, Sharon A. Chung 1, Robert R. Graham 2, Ward A. Ortmann

More information

A genome-wide association study identifies vitiligo

A genome-wide association study identifies vitiligo A genome-wide association study identifies vitiligo susceptibility loci at MHC and 6q27 Supplementary Materials Index Supplementary Figure 1 The principal components analysis (PCA) of 2,546 GWAS samples

More information

Genetic and Expression Analysis of CASP7 Gene in a European Caucasian Population with Rheumatoid Arthritis

Genetic and Expression Analysis of CASP7 Gene in a European Caucasian Population with Rheumatoid Arthritis Genetic and Expression Analysis of CASP7 Gene in a European Caucasian Population with Rheumatoid Arthritis VITOR HUGO TEIXEIRA, LAURENT JACQ, SANDRA LASBLEIZ, PASCAL HILLIQUIN, CATARINA RESENDE OLIVEIRA,

More information

Introduction to Genetics and Genomics

Introduction to Genetics and Genomics 2016 Introduction to enetics and enomics 3. ssociation Studies ggibson.gt@gmail.com http://www.cig.gatech.edu Outline eneral overview of association studies Sample results hree steps to WS: primary scan,

More information

Field wide development of analytic approaches for sequence data

Field wide development of analytic approaches for sequence data Benjamin Neale Field wide development of analytic approaches for sequence data Cohort Allelic Sum Test (CAST; Hobbs, Cohen and others) Li and Leal (AJHG) Madsen and Browning (PLoS Genetics) C alpha and

More information

# For the GWAS stage, B-cell NHL cases which small numbers (N<20) were excluded from analysis.

# For the GWAS stage, B-cell NHL cases which small numbers (N<20) were excluded from analysis. Supplementary Table 1a. Subtype Breakdown of all analyzed samples Stage GWAS Singapore Validation 1 Guangzhou Validation 2 Guangzhou Validation 3 Beijing Total No. of B-Cell Cases 253 # 168^ 294^ 713^

More information

Effects of age-at-diagnosis and duration of diabetes on GADA and IA-2A positivity

Effects of age-at-diagnosis and duration of diabetes on GADA and IA-2A positivity Effects of age-at-diagnosis and duration of diabetes on GADA and IA-2A positivity Duration of diabetes was inversely correlated with age-at-diagnosis (ρ=-0.13). However, as backward stepwise regression

More information

ARD Online First, published on September 8, 2005 as /ard

ARD Online First, published on September 8, 2005 as /ard ARD Online First, published on September 8, 2005 as 10.1136/ard.2005.046094 Lack of association between ankylosing spondylitis and a functional polymorphism of PTPN22 proposed as a general susceptibility

More information

Non-HLA genes PTPN22, CDK6 and PADI4 are associated with specific autoantibodies in HLA-defined subgroups of rheumatoid arthritis

Non-HLA genes PTPN22, CDK6 and PADI4 are associated with specific autoantibodies in HLA-defined subgroups of rheumatoid arthritis Snir et al. Arthritis Research & Therapy 2014, 16:414 RESEARCH ARTICLE Open Access Non-HLA genes PTPN22, CDK6 and PADI4 are associated with specific autoantibodies in HLA-defined subgroups of rheumatoid

More information

Genetics and the Path Towards Targeted Therapies in Systemic Lupus

Genetics and the Path Towards Targeted Therapies in Systemic Lupus Genetics and the Path Towards Targeted Therapies in Systemic Lupus Emily Baechler Gillespie, Ph.D. University of Minnesota Department of Medicine Division of Rheumatic and Autoimmune Diseases Disclosures

More information

Y. Chen, D.L. Mattey. Clinical and Experimental Rheumatology 2012; 30:

Y. Chen, D.L. Mattey. Clinical and Experimental Rheumatology 2012; 30: Age at onset of rheumatoid arthritis: association with polymorphisms in the vascular endothelial growth factor A (VEGFA) gene and an intergenic locus between matrix metalloproteinase (MMP) 1 and 3 genes

More information

High density genetic mapping identifies new susceptibility loci for rheumatoid arthritis

High density genetic mapping identifies new susceptibility loci for rheumatoid arthritis Europe PMC Funders Group Author Manuscript Published in final edited form as: Nat Genet. 2012 December ; 44(12): 1336 1340. doi:10.1038/ng.2462. High density genetic mapping identifies new susceptibility

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Hartwig FP, Borges MC, Lessa Horta B, Bowden J, Davey Smith G. Inflammatory biomarkers and risk of schizophrenia: a 2-sample mendelian randomization study. JAMA Psychiatry.

More information

10/27/2013. Biological Insights from Genetics of Rheumatoid Arthritis Contribute to Drug Discovery. Yukinori Okada, MD, PhD.

10/27/2013. Biological Insights from Genetics of Rheumatoid Arthritis Contribute to Drug Discovery. Yukinori Okada, MD, PhD. ACR Meeting 2013, San Diego Biological Insights from Genetics of Rheumatoid Arthritis Contribute to Drug Discovery. ~ Disclosure ~ We declare no competing financial interests. Yukinori Okada, MD, PhD.

More information

Replication of genetic loci outside the HLA conferring susceptibility to anti-ccp negative rheumatoid arthritis.

Replication of genetic loci outside the HLA conferring susceptibility to anti-ccp negative rheumatoid arthritis. Full Length Arthritis & Rheumatology DOI 10.1002/art.39619 Replication of genetic loci outside the HLA conferring susceptibility to anti-ccp negative rheumatoid arthritis. Sebastien Viatte 1, Jonathan

More information

FEP Medical Policy Manual

FEP Medical Policy Manual FEP Medical Policy Manual Last Review: September 2016 Next Review: September 2017 Related Policies 9.03.08 Photodynamic Therapy for Choroidal Neovascularization 9.03.20 Intraocular Radiation Therapy for

More information

Supplementary webappendix

Supplementary webappendix Supplementary webappendix This webappendix formed part of the original submission and has been peer reviewed. We post it as supplied by the authors. Supplement to: Hartman M, Loy EY, Ku CS, Chia KS. Molecular

More information

Professor of Rheumatology. University of Sheffield (United Kingdom) Research and Teaching Clinical. Professor of Rheumatology

Professor of Rheumatology. University of Sheffield (United Kingdom) Research and Teaching Clinical. Professor of Rheumatology Curriculum vitae PERSONAL INFORMATION Gerry Wilson WORK EXPERIENCE September 1997 Present Professor of Rheumatology University of Sheffield (United Kingdom) Research and Teaching Clinical July 2013 Present

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

2) Cases and controls were genotyped on different platforms. The comparability of the platforms should be discussed.

2) Cases and controls were genotyped on different platforms. The comparability of the platforms should be discussed. Reviewers' Comments: Reviewer #1 (Remarks to the Author) The manuscript titled 'Association of variations in HLA-class II and other loci with susceptibility to lung adenocarcinoma with EGFR mutation' evaluated

More information

RA Risk Variants at CD28, PRDM1, and CD2/CD58. Genetic variants at CD28, PRDM1, and CD2/CD58 are associated with rheumatoid arthritis risk

RA Risk Variants at CD28, PRDM1, and CD2/CD58. Genetic variants at CD28, PRDM1, and CD2/CD58 are associated with rheumatoid arthritis risk Genetic variants at CD28, PRDM1, and CD2/CD58 are associated with rheumatoid arthritis risk Supplementary Note Soumya Raychaudhuri 1-3, Brian P. Thomson 2, Elaine F. Remmers 4, Stephen Eyre 5, Anne Hinks

More information

Association of forkhead box J3 (FOXJ3) polymorphisms with rheumatoid arthritis

Association of forkhead box J3 (FOXJ3) polymorphisms with rheumatoid arthritis MOLECULAR MEDICINE REPORTS 8: 1235-1241, 2013 Association of forkhead box J3 (FOXJ3) polymorphisms with rheumatoid arthritis JU YEON BAN 1*, HAE JEONG PARK 2*, SU KANG KIM 2, JONG WOO KIM 2, YEON AH LEE

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

Host Genomics of HIV-1

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

More information

Specificity of the STAT4 Genetic Association for Severe Disease Manifestations of Systemic Lupus Erythematosus

Specificity of the STAT4 Genetic Association for Severe Disease Manifestations of Systemic Lupus Erythematosus Specificity of the STAT4 Genetic Association for Severe Disease Manifestations of Systemic Lupus Erythematosus Kimberly E. Taylor 1, Elaine F. Remmers 2, Annette T. Lee 3, Ward A. Ortmann 4, Robert M.

More information

Introduction to the Genetics of Complex Disease

Introduction to the Genetics of Complex Disease Introduction to the Genetics of Complex Disease Jeremiah M. Scharf, MD, PhD Departments of Neurology, Psychiatry and Center for Human Genetic Research Massachusetts General Hospital Breakthroughs in Genome

More information

Predictive Factors for Outcome of Rheumatoid Arthritis. Michael van der Linden

Predictive Factors for Outcome of Rheumatoid Arthritis. Michael van der Linden Predictive Factors for Outcome of Rheumatoid Arthritis Michael van der Linden ISBN: 978-94-6169-107-1 Cover: X-rays of hands and feet from a RA patient showing erosions and joint space narrowing. Lay out

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

Assessing Accuracy of Genotype Imputation in American Indians

Assessing Accuracy of Genotype Imputation in American Indians Assessing Accuracy of Genotype Imputation in American Indians Alka Malhotra*, Sayuko Kobes, Clifton Bogardus, William C. Knowler, Leslie J. Baier, Robert L. Hanson Phoenix Epidemiology and Clinical Research

More information

STAT4 and the Risk of Rheumatoid Arthritis and Systemic Lupus Erythematosus

STAT4 and the Risk of Rheumatoid Arthritis and Systemic Lupus Erythematosus T h e n e w e ng l a nd j o u r na l o f m e dic i n e original article STAT4 and the Risk of Rheumatoid Arthritis and Systemic Lupus Erythematosus Elaine F. Remmers, Ph.D., Robert M. Plenge, M.D., Ph.D.,

More information

IL2RA is associated with persistence of rheumatoid arthritis

IL2RA is associated with persistence of rheumatoid arthritis van Steenbergen et al. Arthritis Research & Therapy (2015) 17:244 DOI 10.1186/s13075-015-0739-6 RESEARCH ARTICLE Open Access IL2RA is associated with persistence of rheumatoid arthritis H.W. van Steenbergen

More information

Terao et al. Arthritis Research & Therapy (2015) 17:104 DOI /s

Terao et al. Arthritis Research & Therapy (2015) 17:104 DOI /s Terao et al. Arthritis Research & Therapy (2015) 17:104 DOI 10.1186/s13075-015-0623-4 RESEARCH ARTICLE Open Access Anti-citrullinated peptide/protein antibody (ACPA)-negative RA shares a large proportion

More information

Citation for published version (APA): Romanos, J. (2011). Genetics of celiac disease and its diagnostic value. Groningen: s.n.

Citation for published version (APA): Romanos, J. (2011). Genetics of celiac disease and its diagnostic value. Groningen: s.n. University of Groningen Genetics of celiac disease and its diagnostic value Romanos, Jihane IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from

More information

Immunogenetics of juvenile idiopathic arthritis: A comprehensive review

Immunogenetics of juvenile idiopathic arthritis: A comprehensive review Immunogenetics of juvenile idiopathic arthritis: A comprehensive review Aimee O. Hersh, University of Utah School of Medicine Sampath Prahalad, Emory University Journal Title: Journal of Autoimmunity Volume:

More information

A Candidate Gene Approach Identifies. the TRAF1/C5 region as a risk factor

A Candidate Gene Approach Identifies. the TRAF1/C5 region as a risk factor A Candidate Gene Approach Identifies the TRAF1/C5 Region as a Risk Factor for Rheumatoid Arthritis PLoS MEDICINE Fina A. S. Kurreeman 1, Leonid Padyukov 2, Rute B. Marques 1, Steven J. Schrodi 3, Maria

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

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models White Paper 23-12 Estimating Complex Phenotype Prevalence Using Predictive Models Authors: Nicholas A. Furlotte Aaron Kleinman Robin Smith David Hinds Created: September 25 th, 2015 September 25th, 2015

More information

ROLE OF GENES AND ENVIRONMENT FOR THE DEVELOPMENT OF RHEUMATOID ARTHRITIS - RESULTS FROM THE SWEDISH EIRA STUDY

ROLE OF GENES AND ENVIRONMENT FOR THE DEVELOPMENT OF RHEUMATOID ARTHRITIS - RESULTS FROM THE SWEDISH EIRA STUDY From the Institute of Environmental Medicine, Division of Cardiovascular Epidemiology, Karolinska Institutet, Stockholm, Sweden in collaboration with the Rheumatology Unit, Department of Medicine, Karolinska

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

Extended Abstract prepared for the Integrating Genetics in the Social Sciences Meeting 2014

Extended Abstract prepared for the Integrating Genetics in the Social Sciences Meeting 2014 Understanding the role of social and economic factors in GCTA heritability estimates David H Rehkopf, Stanford University School of Medicine, Division of General Medical Disciplines 1265 Welch Road, MSOB

More information

Anti-citrullinated peptide autoantibodies, human leukocyte antigen shared epitope and risk of future rheumatoid arthritis: a nested case control study

Anti-citrullinated peptide autoantibodies, human leukocyte antigen shared epitope and risk of future rheumatoid arthritis: a nested case control study Anti-citrullinated peptide autoantibodies, human leukocyte antigen shared epitope and risk of future rheumatoid arthritis: a nested case control study The Harvard community has made this article openly

More information

Abstract. for DNA extraction. Serum is also stored. The patient completes a Health Assessment Questionnaire (HAQ) [2] adapted for British use [3].

Abstract. for DNA extraction. Serum is also stored. The patient completes a Health Assessment Questionnaire (HAQ) [2] adapted for British use [3]. Available online http://arthritis-research.com/content/8/4/214 Review Aspects of early arthritis What determines the evolution of early undifferentiated arthritis and rheumatoid arthritis? An update from

More information

Supplementary Figures

Supplementary Figures Supplementary Figures Supplementary Fig 1. Comparison of sub-samples on the first two principal components of genetic variation. TheBritishsampleisplottedwithredpoints.The sub-samples of the diverse sample

More information

Myoglobin A79G polymorphism association with exercise-induced skeletal muscle damage

Myoglobin A79G polymorphism association with exercise-induced skeletal muscle damage Myoglobin A79G polymorphism association with exercise-induced skeletal muscle damage T. Cui and M.S. Jiang College of Physical Education, Shandong University of Finance and Economics, Ji nan, Shandong,

More information

Special Report. Genome-wide association studies and musculoskeletal diseases. Future Rheumatology

Special Report. Genome-wide association studies and musculoskeletal diseases. Future Rheumatology Genome-wide association studies and musculoskeletal diseases Patrick Danoy & Matthew A Brown Author for correspondence: Diamantina Institute of Cancer, Immunology and Metabolic Medicine, The University

More information

Evaluating the role of the 620W allele of protein tyrosine phosphatase PTPN22 in Crohn s disease and multiple sclerosis

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

More information

NIH Public Access Author Manuscript Ann Rheum Dis. Author manuscript; available in PMC 2014 June 01.

NIH Public Access Author Manuscript Ann Rheum Dis. Author manuscript; available in PMC 2014 June 01. NIH Public Access Author Manuscript Published in final edited form as: Ann Rheum Dis. 2014 June 1; 73(6): 1170 1175. doi:10.1136/annrheumdis-2012-203202. The association between low density lipoprotein

More information

Rare Variant Burden Tests. Biostatistics 666

Rare Variant Burden Tests. Biostatistics 666 Rare Variant Burden Tests Biostatistics 666 Last Lecture Analysis of Short Read Sequence Data Low pass sequencing approaches Modeling haplotype sharing between individuals allows accurate variant calls

More information

Association between atopic dermatitis-related single nucleotide polymorphisms rs and psoriasis vulgaris in a southern Chinese cohort

Association between atopic dermatitis-related single nucleotide polymorphisms rs and psoriasis vulgaris in a southern Chinese cohort Association between atopic dermatitis-related single nucleotide polymorphisms rs4722404 and psoriasis vulgaris in a southern Chinese cohort G. Shi 1 *, C.M. Cheng 2 *, T.T. Wang 1 *, S.J. Li 1, Y.M. Fan

More information

Familial Risks and Heritability of Rheumatoid Arthritis

Familial Risks and Heritability of Rheumatoid Arthritis ARTHRITIS & RHEUMATISM Vol. 65, No. 11, November 2013, pp 2773 2782 DOI 10.1002/art.38097 2013, American College of Rheumatology Familial Risks and Heritability of Rheumatoid Arthritis Role of Rheumatoid

More information

CS2220 Introduction to Computational Biology

CS2220 Introduction to Computational Biology CS2220 Introduction to Computational Biology WEEK 8: GENOME-WIDE ASSOCIATION STUDIES (GWAS) 1 Dr. Mengling FENG Institute for Infocomm Research Massachusetts Institute of Technology mfeng@mit.edu PLANS

More information

Interaction Involving Amino Acids in HLA Proteins and Smoking in Rheumatoid Arthritis

Interaction Involving Amino Acids in HLA Proteins and Smoking in Rheumatoid Arthritis Department of Public Health Sciences Master Programme in Public Health Sciences Public Health Epidemiology Degree Project, 30 credits Spring term 2014 Interaction Involving Amino Acids in HLA Proteins

More information

Received: 27 May 2003 Revisions requested: 26 Jun 2003 Revisions received: 14 Aug 2003 Accepted: 19 Aug 2003 Published: 1 Oct 2003

Received: 27 May 2003 Revisions requested: 26 Jun 2003 Revisions received: 14 Aug 2003 Accepted: 19 Aug 2003 Published: 1 Oct 2003 Research article Etanercept versus etanercept plus methotrexate: a registrybased study suggesting that the combination is clinically more efficacious Ronald F van Vollenhoven 1, Sofia Ernestam 2, Anders

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle   holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/29578 holds various files of this Leiden University dissertation. Author: Krabben, Annemarie Title: Predictive factors for the development and disease course

More information

Genetics and Pharmacogenetics in Human Complex Disorders (Example of Bipolar Disorder)

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

More information

FTO Polymorphisms Are Associated with Obesity But Not with Diabetes in East Asian Populations: A Meta analysis

FTO Polymorphisms Are Associated with Obesity But Not with Diabetes in East Asian Populations: A Meta analysis BIOMEDICAL AND ENVIRONMENTAL SCIENCES 22, 449 457 (2009) www.besjournal.com FTO Polymorphisms Are Associated with Obesity But Not with Diabetes in East Asian Populations: A Meta analysis BO XI #, + AND

More information

Supplementary Figure 1: Attenuation of association signals after conditioning for the lead SNP. a) attenuation of association signal at the 9p22.

Supplementary Figure 1: Attenuation of association signals after conditioning for the lead SNP. a) attenuation of association signal at the 9p22. Supplementary Figure 1: Attenuation of association signals after conditioning for the lead SNP. a) attenuation of association signal at the 9p22.32 PCOS locus after conditioning for the lead SNP rs10993397;

More information

Abstract. Too et al. Arthritis Research & Therapy 2012, 14:R89

Abstract. Too et al. Arthritis Research & Therapy 2012, 14:R89 RESEARCH ARTICLE Open Access Smoking interacts with HLA-DRB1 shared epitope in the development of anti-citrullinated protein antibody-positive rheumatoid arthritis: results from the Malaysian Epidemiological

More information

Heritability and genetic correlations explained by common SNPs for MetS traits. Shashaank Vattikuti, Juen Guo and Carson Chow LBM/NIDDK

Heritability and genetic correlations explained by common SNPs for MetS traits. Shashaank Vattikuti, Juen Guo and Carson Chow LBM/NIDDK Heritability and genetic correlations explained by common SNPs for MetS traits Shashaank Vattikuti, Juen Guo and Carson Chow LBM/NIDDK The Genomewide Association Study. Manolio TA. N Engl J Med 2010;363:166-176.

More information

Leveraging Interaction between Genetic Variants and Mammographic Findings for Personalized Breast Cancer Diagnosis

Leveraging Interaction between Genetic Variants and Mammographic Findings for Personalized Breast Cancer Diagnosis Leveraging Interaction between Genetic Variants and Mammographic Findings for Personalized Breast Cancer Diagnosis Jie Liu, PhD 1, Yirong Wu, PhD 1, Irene Ong, PhD 1, David Page, PhD 1, Peggy Peissig,

More information