Literature DB >> 22373418

Novel tree-based method to generate markers from rare variant data.

Yuan Jiang1, Jennifer S Brennan, Rose Calixte, Yunxiao He, Epiphanie Nyirabahizi, Heping Zhang.   

Abstract

Existing methods for analyzing rare variant data focus on collapsing a group of rare variants into a single common variant; collapsing is based on an intuitive function of the rare variant genotype information, such as an indicator function or a weighted sum. It is more natural, however, to take into account the single-nucleotide polymorphism (SNP) interactions informed directly by the data. We propose a novel tree-based method that automatically detects SNP interactions and generates candidate markers from the original pool of rare variants. In addition, we utilize the advantage of having 200 phenotype replications in the Genetic Analysis Workshop 17 data to assess the candidate markers by means of repeated logistic regressions. This new approach shows potential in the rare variant analysis. We correctly identify the association between gene FLT1 and phenotype Affect, although there exist other false positives in our results. Our analyses are performed without knowledge of the underlying simulating model.

Entities:  

Year:  2011        PMID: 22373418      PMCID: PMC3287825          DOI: 10.1186/1753-6561-5-S9-S102

Source DB:  PubMed          Journal:  BMC Proc        ISSN: 1753-6561


Background

Recent work supports the involvement of rare variants in complex disease etiology [1-3]; despite a low frequency of occurrence, rare variants may be functionally important and may account for a detectable increase in the relative risk of developing the outcome. Next-generation sequencing has great potential for important applications in human genetics, including the detection of rare variants. Several methods have been proposed to handle rare variants in association analyses [4-7]. The aim of these methods is to construct a set of markers from the original single-nucleotide polymorphisms (SNPs), using predefined groups, such as genes or nearby genomic regions. These candidate markers are then considered in an association analysis. For example, a key analytical tool is the collapsing method. Named for the collapsing of genotypes across variants, the collapsing method uses a rare variant indicator for each subject to describe the presence of rare variants in prespecified subsets of SNPs. Li and Leal [5] extended the collapsing method to the framework of multiple-marker tests, and called their method the combined multivariate and collapsing (CMC) method. They proposed dividing the markers into subgroups according to specific criteria and then collapsing the genotypes within each group. Morris and Zeggini’s [7] collapsing method uses an indicator variable for the presence of the rare variants and a quantitative variable for the proportion of the variants that carry at least one copy of the minor allele. Madsen and Browning [6] developed a weighted-sum statistic as a groupwise association test for rare variants. Their method constructs markers by taking a weighted sum of the number of rare variants from a subset of SNPs. The weights depend on the mutation frequency in the unaffected individuals. Although these methods are intuitive and easy to implement, they construct the markers without considering SNP interactions. The goal of our paper is to develop an approach that constructs meaningful markers generated from the data. As in previous methods, we aim to define a single marker for a set of SNPs. However, our framework focuses on detecting the interaction among these SNPs by fitting a phenotype association model. Interaction among a group of SNPs describes the situation in which the joint influence of this group on the response variable is not additive. Because most of the SNPs are rare, a regression model including explicit interactions is unaffordable and lacks power. Thus we use the recursive partitioning method to automatically search the interactions between the SNPs in an explicit way. Once interactions are detected among a group of SNPs, we can define a marker specifically by these interactions.

Methods

Preprocessing

We assessed deviations from Hardy-Weinberg equilibrium (HWE) for common variants [8]. All SNPs with a minor allele frequency (MAF) greater than 0.05 that failed the HWE test (p < 0.0001) were excluded from further analysis. We conducted an analysis to identify population stratification using PLINK [9]. We then computed a similarity matrix based on the pairwise identity-by-state (IBS) distances. Next we performed a multidimensional scaling (MDS) analysis on the similarity matrix. Finally, we used the pam function (a modified, more robust construction of K means) in the R package to perform a cluster analysis with the terminal cluster number set to 3.

Combining SNPs into markers using recursive partitioning

Statistical interaction describes the situation in which the simultaneous influence of a group of explanatory variables on the response variable is not additive. Recursive partitioning is a natural nonparametric approach to modeling interactions among a group of variables [10,11]. Ultimately, the recursive partitioning framework meaningfully groups the rare variants into what are essentially common variants. Depending on the format of a phenotype, a classification or regression tree can be applied. For the sake of clarity, we consider only the simplest case: a binary classification tree for a binary response. We used the first replication of the phenotype in the Genetic Analysis Workshop 17 (GAW17) data to construct the classification tree. Here, Affected, denoted by Y, is the binary outcome (case or control, or 1 or 0) used as the response to construct the classification tree. A single binary classification tree can be grown for all SNPs within a shared gene. The tree grows as a result of recursively partitioning a node by a single SNP into two daughter nodes. Because we consider a SNP to be a three-level factor variable X, with levels 0, 1, and 2, the partitioning occurs when X is partitioned as {0} and {1, 2} or as {0, 1} and {2}. Once a tree model is built, each terminal leaf node contains a set of observations, which are predicted as case subjects or control subjects (1 or 0). This terminal node takes on the value of the outcome majority of observations in that node. We illustrate the construction of a marker using the example tree model in Figure 1.
Figure 1

Example tree. An example tree fitted using phenotype Y and a group of SNP variables X1, X2, X3, and X4. X1 and X2 are used as the partitioning variables, yielding three leaf nodes. X1, X2, X3, and X4 are the searched SNPs, and X1 and X2 are the final SNPs used in the tree. The branches of this tree are grouped into two categories depending on the prediction value (case or control) of each leaf node. A bilevel marker is then constructed according to this categorization of branches.

Example tree. An example tree fitted using phenotype Y and a group of SNP variables X1, X2, X3, and X4. X1 and X2 are used as the partitioning variables, yielding three leaf nodes. X1, X2, X3, and X4 are the searched SNPs, and X1 and X2 are the final SNPs used in the tree. The branches of this tree are grouped into two categories depending on the prediction value (case or control) of each leaf node. A bilevel marker is then constructed according to this categorization of branches. Suppose that the example tree shown in Figure 1 is fitted using phenotype Y and a group of SNP variables X1, X2, X3, and X4. Let’s consider the case that X1 and X2 are used as the partitioning variables (thus X1, X2, X3, and X4 are the searched SNPs and X1 and X2 are the final SNPs used in the tree). Accordingly, the tree indicates an interaction between X1 and X2. Suppose that the leaf nodes 3 and 4 contain a majority of “control” subjects; these two leaf nodes are then also considered “control” leaves. Similarly, if leaf node 5 contains a majority of “case” subjects, then node 5 is considered a “case” leaf. The path to reach each of these three leaf nodes from the initial root is described by the tree’s three branches: {B1: X1 > 0}, {B2: X1 = 0 and X2 < 2}, {B3: X1 = 0 and X2 = 2}. Thus the branches B1 and B2 have the same effect direction because they both result in a “control” prediction. B3, however, has the reverse effect direction because it results in a “case” prediction. Thus a bilevel marker can be constructed: one level of the marker represents B1 and B2, and the other level of the marker represents B3. It is noteworthy that this bilevel marker is exactly the same as the fitted value of Y for all of the subjects. For the GAW17 data set, each SNP belongs to one and only one gene, thus providing a natural set of groups, each of which can generate a tree. Therefore each marker is defined using the fitted value of Y for each gene, so long as the marker is not rare (our threshold was 1 − 0.992 = 0.0199). Many genes, however, had a very small number of SNPs (e.g., 1,226 genes had only 1 SNP and 440 genes had 2 SNPs). For these genes with few typed SNPs, a tree can still be built using the sparse SNPs. However, use of such SNPs in trees still generates markers that have rare minor alleles. This motivates the following two-step procedure to construct the markers on a chromosome: Step 1. For each gene on the chromosome, build a tree model for the phenotype Affected using the SNPs contained in that gene. Record a single marker for each gene if the minor allele of the marker is not rare. Step 2. For all the remaining SNPs not considered in step 1, perform a clustering analysis to cluster nearby SNPs on the chromosome. If the minor allele of the marker is not rare, consider this marker in tree construction from each cluster of SNPs.

Evaluating the markers by repeated independent logistic regressions

We used only the first replication of the phenotype Affected to construct the markers; the remaining 199 phenotype replications were used to evaluate these markers. To evaluate each marker, we fitted a logistic regression using Affected as the response variable against each marker, adjusted for sex, age, smoking status, and race (ethnicity) cluster covariates. For each marker, there are 199 p-values resulting from the 199 independent tests. To assess the relative importance of each marker, we report the number of replications in which the marker achieves significance using a Bonferroni correction (p < 0.05/570). As a comparison, we make use of a false discovery rate (FDR) control [12] and report again the number of significant replications.

Results and discussion

Of the 24,487 SNPs, 87.2% (n = 21,355) have MAF < 0.05, 74.0% (n = 18,131) have MAF < 0.01, and 38.5% (n = 9,433) have MAF < 0.001. Those MAFs that are less than 0.001 are all equal to 0.000717. Because we have 697 unrelated individuals, 9,433 SNPs have a single minor allele across the whole sample, indicating that the coded variables for these 9,433 SNPs are a vector with 696 0’s and a single 1. This is quite problematic from a statistical point of view. Both univariate and multivariate association analyses are drastically underpowered and will not directly work for these particularly sparse variables. We conducted an analysis to identify population stratification and to produce a similarity matrix based on the pairwise IBS distances. We then used the similarity matrix to perform an MDS analysis. The plot of the first two MDS dimensions reveals a clear clustering structure of three distinct groups. The three resulting clusters from the pam function in R almost identically match the population structure, and three homogeneous ethnic groups can be identified (Table 1).
Table 1

Populations and corresponding clusters

PopulationCluster

123
CEPH-14500
CEPH-24410
Tuscan6200
Tuscan, additional400
Denver Chinese0870
Denver Chinese, additional0200
Han Chinese 10250
Han Chinese 20360
Han Chinese, additional0480
Japanese 10310
Japanese 20410
Japanese, additional0330
Luhya0090
Luhya, additional0018
Yoruba 10040
Yoruba 20047
Yoruba, additional0025
Populations and corresponding clusters We identified 570 genome-wide markers after our two-step recursive partitioning method was carried out. Thus the final marker set is composed of markers from both the analysis considering SNPs in each gene separately and the analysis considering the combination of nearby SNPs in each cluster. Figure 2 provides two histograms of SNPs in the tree construction. The left-hand panel presents the number of SNPs that were searched by recursive partitioning. The right-hand panel presents the number of SNPs that were ultimately used in the tree when constructing each marker from a pool of SNPs (see the example tree in Figure 1). It is obvious that the number of searched SNPs must be greater than the number of finally used SNPs for each marker. It is noteworthy that most of the 570 generated markers consist of fewer than 30 SNPs, and the modest number of involved SNPs in each constructed marker simplifies the interpretation of the marker.
Figure 2

SNP numbers that were searched (left panel) and finally used (right panel) in the 570 markers. The left-hand panel indicates that there were relatively few cases with more than 100 searched SNPs; thus we omit these in the plot for a more clear comparison. The right-hand panel indicates the SNPs that were used to split the tree. Note that most of the 570 markers consist of fewer than 30 SNPs, which simplifies the interpretation of the generated markers.

SNP numbers that were searched (left panel) and finally used (right panel) in the 570 markers. The left-hand panel indicates that there were relatively few cases with more than 100 searched SNPs; thus we omit these in the plot for a more clear comparison. The right-hand panel indicates the SNPs that were used to split the tree. Note that most of the 570 markers consist of fewer than 30 SNPs, which simplifies the interpretation of the generated markers. For each of the 570 constructed markers, we have 199 p-values from 199 replications. We report the number of replications in which the marker achieves the Bonferroni-corrected significance level (p < 0.05/570). Table 2 provides the 10 most frequently significant markers. The top marker, significant in 10 (out of 199) replicates, is derived from a tree that includes only the SNPs in the gene FLT1, which is a true signal [13]. This positive result demonstrates the potential of combining SNPs according to their interactions. The remaining nine most frequently significant markers, however, are all false positives.
Table 2

Ten most frequently significant markers (Bonferroni correction)

MarkerChromosomeNumber of SNPsFrequency (%)Included genes
405131810FLT1
52919398CYP4F22, CYP4F8, CYP4F3, CYP4F12, OR10H3, OR10H5, OR10H1, LOC646610, TPM4
52819305ZNF627, HSZFP36, ZNF440, ZNF700, ZNF763, LOC100129837, LOC729747, ZNF20, ZNF625, LOC730651, LOC100129686, ZNF563, ZNF564, ZNF490, ZNF791
2077105LOC100129126, LOC728927, ZNF680, ZNF107, ZNF138, ZNF138, ZNF273, ZNF273, ZNF92, GUSB
43916214TPSD1
29610534TACC2
53319133LOC100130108, ZNF99, LOC646864, LOC645118, LOC100129543
36311653TYR, C11ORF75, MTMR2, TMEM133, MMP20, MMP27, CASP4, AASDHPPT, CUL5, ATM, LOC100128794, C11ORF53, BTG4, LAYN, PPP2R1B, TTC12, REXO2, FAM55B, BUD13, LOC283152, CBL, MFRP, USP2, TECTA, SORL1, PMP22CD, OR10S1, OR8G2, OR8D1, OR8D2, OR8B4, OR8B8, OR8A1, VSIG2, ESAM, CHEK1, PUS3, CDON, SRPR, DCPS, SNX19, HNT
36111793RIC8A, OR10A2, ZNF214, NLRP14, PPFIBP2, CYB5R2, OR10A6, RPL27A, ASCL3, RNF141, TEAD1, PIK3C2A, KCNJ11, USH1C, SERGEF, MRGPRX4, SAA4, SAA2, BBOX1, FSHB, KIAA1542, POLR2L, TSPAN4, MUC2, MUC5AC, SLC22A18, OR52K1, OR52M1, OR51E1, OR51E2, OR51G1, OR51L1, OR52E2, HBB, SIRT3, OR51B2, OR51B5, OR51B6, OR51Q1, OR51I1, OR51I2, UBQLN3, UBQLNL, OR52B6, TRIM6, TRIM5, OR52N1, OR52N2, OR52E6, OR52E8, OR52E4, LOC390084, OR56A4, OR56A1, FXC1, C11ORF47, OR2AG2, OR2AG1, OR6A2
832763COL6A3
Ten most frequently significant markers (Bonferroni correction) In addition to the results in Table 2, Table 3 reports information on the 10 most frequently significant markers, as adjusted by the FDR control. Compared with Table 2, we find that the frequency (17 out of 199) of significant markers appearing in the 199 replicates is higher for the marker derived from the gene FLT1. The FDR control method increases the chance of detecting FLT1 but also increases type I errors for other false-positive markers. Six markers (405, 529, 528, 207, 439, and 361) overlap in both tables. There are four disagreements in each table, indicating the differences caused by different multiple testing adjustments.
Table 3

Ten most frequently significant markers (FDR control)

MarkerChromosomeNumber of SNPsFrequency (%)Included Genes
529193918CYP4F22, CYP4F8, CYP4F3, CYP4F12, OR10H3, OR10H5, OR10H1, LOC646610, TPM4
405131817FLT1
528193011ZNF627, HSZFP36, ZNF440, ZNF700, ZNF763, LOC100129837, LOC729747, ZNF20, ZNF625, LOC730651, LOC100129686, ZNF563, ZNF564, ZNF490, ZNF791
43916219TPSD1
47117138CDC27
36111798RIC8A, OR10A2, ZNF214, NLRP14, PPFIBP2, CYB5R2, OR10A6, RPL27A, ASCL3, RNF141, TEAD1, PIK3C2A, KCNJ11, USH1C, SERGEF, MRGPRX4, SAA4, SAA2, BBOX1, FSHB, KIAA1542, POLR2L, TSPAN4, MUC2, MUC5AC, SLC22A18, OR52K1, OR52M1, OR51E1, OR51E2, OR51G1, OR51L1, OR52E2, HBB, SIRT3, OR51B2, OR51B5, OR51B6, OR51Q1, OR51I1, OR51I2, UBQLN3, UBQLNL, OR52B6, TRIM6, TRIM5, OR52N1, OR52N2, OR52E6, OR52E8, OR52E4, LOC390084, OR56A4, OR56A1, FXC1, C11ORF47, OR2AG2, OR2AG1, OR6A2
2077108LOC100129126, LOC728927, ZNF680, ZNF107, ZNF138, ZNF138, ZNF273, ZNF273, ZNF92, GUSB
441388FNDC7, STXBP3, CELSR2, MYBPHL, SORT1, CYB561D1, AMPD2, CSF1, KCNC4
52519207ZNF554, ZNF555, ZNF556, ZNF57, ZNF77
46117177KCNJ12
Ten most frequently significant markers (FDR control)

Conclusions

The primary goal in handling rare variants in association studies is to transition the data from rare to common variants. We used the first phenotype replication to identify interactions among SNPs on the same chromosome, using tree-based methods. Markers were then naturally defined from the detected interactions. Compared with previous work, this novel approach produces meaningful markers that are informed directly by the data, instead of combining groups of SNPs without considering interactions. The other 199 replications of phenotypes were then used to evaluate the set of constructed markers. We report the 10 most frequently significant markers in the 199 replications. The significance threshold was adjusted by either Bonferroni correction or FDR control. In addition to considering the binary phenotype Affected used in our work, we can also consider the continuous phenotypes (Q1, Q2, or Q4) in the regression tree framework. The constructed markers would not necessarily be bilevel. Instead, the constructed markers could be multilevel, according to the classification of terminal nodes. We make use of the replicates to evaluate the performance of the proposed method. In real data analysis, the goal is to apply, not evaluate, the method. For a real data set, we can first construct the tree from the real data and then generate more data sets under the null hypothesis by randomly permuting the affection status. Then, we can assess the significance of the markers in the tree of the real data on the basis of the distribution from the permutation data sets. We have used this technique effectively before [14].

Competing interests

The authors declare that there are no competing interests.

Authors’ contributions

YJ and HZ designed the study and carried out the data analysis. YJ, JSB, and HZ drafted the manuscript. JSB, RC, YH, and EN participated in data analysis. All authors read and approved the final manuscript.
  12 in total

1.  A forest-based approach to identifying gene and gene gene interactions.

Authors:  Xiang Chen; Ching-Ti Liu; Meizhuo Zhang; Heping Zhang
Journal:  Proc Natl Acad Sci U S A       Date:  2007-11-28       Impact factor: 11.205

2.  PLINK: a tool set for whole-genome association and population-based linkage analyses.

Authors:  Shaun Purcell; Benjamin Neale; Kathe Todd-Brown; Lori Thomas; Manuel A R Ferreira; David Bender; Julian Maller; Pamela Sklar; Paul I W de Bakker; Mark J Daly; Pak C Sham
Journal:  Am J Hum Genet       Date:  2007-07-25       Impact factor: 11.025

3.  Methods for detecting associations with rare variants for common diseases: application to analysis of sequence data.

Authors:  Bingshan Li; Suzanne M Leal
Journal:  Am J Hum Genet       Date:  2008-08-07       Impact factor: 11.025

Review 4.  Statistical analysis of rare sequence variants: an overview of collapsing methods.

Authors:  Carmen Dering; Claudia Hemmelmann; Elizabeth Pugh; Andreas Ziegler
Journal:  Genet Epidemiol       Date:  2011       Impact factor: 2.135

Review 5.  Finding the missing heritability of complex diseases.

Authors:  Teri A Manolio; Francis S Collins; Nancy J Cox; David B Goldstein; Lucia A Hindorff; David J Hunter; Mark I McCarthy; Erin M Ramos; Lon R Cardon; Aravinda Chakravarti; Judy H Cho; Alan E Guttmacher; Augustine Kong; Leonid Kruglyak; Elaine Mardis; Charles N Rotimi; Montgomery Slatkin; David Valle; Alice S Whittemore; Michael Boehnke; Andrew G Clark; Evan E Eichler; Greg Gibson; Jonathan L Haines; Trudy F C Mackay; Steven A McCarroll; Peter M Visscher
Journal:  Nature       Date:  2009-10-08       Impact factor: 49.962

6.  Genetic Analysis Workshop 17 mini-exome simulation.

Authors:  Laura Almasy; Thomas D Dyer; Juan Manuel Peralta; Jack W Kent; Jac C Charlesworth; Joanne E Curran; John Blangero
Journal:  BMC Proc       Date:  2011-11-29

7.  A groupwise association test for rare mutations using a weighted sum statistic.

Authors:  Bo Eskerod Madsen; Sharon R Browning
Journal:  PLoS Genet       Date:  2009-02-13       Impact factor: 5.917

8.  An evaluation of statistical approaches to rare variant analysis in genetic association studies.

Authors:  Andrew P Morris; Eleftheria Zeggini
Journal:  Genet Epidemiol       Date:  2010-02       Impact factor: 2.135

9.  Rare independent mutations in renal salt handling genes contribute to blood pressure variation.

Authors:  Weizhen Ji; Jia Nee Foo; Brian J O'Roak; Hongyu Zhao; Martin G Larson; David B Simon; Christopher Newton-Cheh; Matthew W State; Daniel Levy; Richard P Lifton
Journal:  Nat Genet       Date:  2008-04-06       Impact factor: 38.330

10.  Rare variants of IFIH1, a gene implicated in antiviral responses, protect against type 1 diabetes.

Authors:  Sergey Nejentsev; Neil Walker; David Riches; Michael Egholm; John A Todd
Journal:  Science       Date:  2009-03-05       Impact factor: 47.728

View more
  2 in total

1.  Simulating realistic genomic data with rare variants.

Authors:  Yaji Xu; Yinghua Wu; Chi Song; Heping Zhang
Journal:  Genet Epidemiol       Date:  2012-11-17       Impact factor: 2.135

2.  Regression and data mining methods for analyses of multiple rare variants in the Genetic Analysis Workshop 17 mini-exome data.

Authors:  Joan E Bailey-Wilson; Jennifer S Brennan; Shelley B Bull; Robert Culverhouse; Yoonhee Kim; Yuan Jiang; Jeesun Jung; Qing Li; Claudia Lamina; Ying Liu; Reedik Mägi; Yue S Niu; Claire L Simpson; Libo Wang; Yildiz E Yilmaz; Heping Zhang; Zhaogong Zhang
Journal:  Genet Epidemiol       Date:  2011       Impact factor: 2.135

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.