Skip to main content

Supervised learning-based tagSNP selection for genome-wide disease classifications

Abstract

Background

Comprehensive evaluation of common genetic variations through association of single nucleotide polymorphisms (SNPs) with complex human diseases on the genome-wide scale is an active area in human genome research. One of the fundamental questions in a SNP-disease association study is to find an optimal subset of SNPs with predicting power for disease status. To find that subset while reducing study burden in terms of time and costs, one can potentially reconcile information redundancy from associations between SNP markers.

Results

We have developed a feature selection method named Supervised Recursive Feature Addition (SRFA). This method combines supervised learning and statistical measures for the chosen candidate features/SNPs to reconcile the redundancy information and, in doing so, improve the classification performance in association studies. Additionally, we have proposed a Support Vector based Recursive Feature Addition (SVRFA) scheme in SNP-disease association analysis.

Conclusions

We have proposed using SRFA with different statistical learning classifiers and SVRFA for both SNP selection and disease classification and then applying them to two complex disease data sets. In general, our approaches outperform the well-known feature selection method of Support Vector Machine Recursive Feature Elimination and logic regression-based SNP selection for disease classification in genetic association studies. Our study further indicates that both genetic and environmental variables should be taken into account when doing disease predictions and classifications for the most complex human diseases that have gene-environment interactions.

Background

Correlating DNA sequence variations with phenotypic differences has challenged biomedical research community for decades. Substantial efforts have been made to identify all common genetic variations in humans, including single nucleotide polymorphisms (SNPs), deletions and insertions [1]. The International HapMap Project has collected genotypes of millions of SNPs from populations with ancestry from Africa, Asia and Europe and made this information freely available in the public domain [24]. Millions of SNPs have been identified so far, yet, how to best use this information is not always clear. Due to the relatively low power of each SNP amidst the huge number of total SNPs, most researchers are unable to perform a whole genome-wide association study directly based on the genotypes or allele frequencies of individual markers. Nonetheless, a great need exists to develop, both conceptually and computationally, robust algorithms and advanced analytical methods for characterizing genetic variations that are non-redundant. Through this characterization, one can then identify the target SNPs that are most likely to affect the phenotypes and ultimately contribute to disease pathogenesis.

To date the efficiency of searching for optimal set of SNPs has not been efficient. To counter this trend, we propose reconciling information redundancy from associations between SNP markers. This method not only successfully identifies the approximate optimal set of SNPs but also potentially reduces the burden involved with genetic association studies such as time and cost [5].

One primary cause for the lack of success in searching for optimal sets of SNPs is that the high dimensionality and highly correlated features of SNPs hinder the power of identifying small to moderate genetic effects connectable to complex diseases. The need to incorporate covariates of other environmental risk factors as effect modifiers or confounders further worsens “the curse of dimensionality problem” in mapping genes associated with complex diseases [6].

How do we evaluate the searching for optimal SNPs? It must be predetermined prior to searching how SNPs are needed to provide enough predicting power of disease status. This is not a new question; it comes out of the overall recent statistical and computational endeavors that focus on feature selection from massive and highly dimensional genomic data. Specifically, in genome-wide disease association studies, various models and algorithms have been proposed for selecting an optimal subset of SNPs [713]. Linkage Disequilibrium-based methods for selecting a maximally informative set of SNPs for disease association analyses have been developed first [1418]. Zhang and Jin [19] introduced a tagSNPs criterion based on pair-wise Linkage Disequilibrium (LD) and haplotype r2 measure for case control association studies. Anderson and Novembre [20] and Mannila et al. [21] proposed finding haplotype block boundaries using minimum description length. The method presented by Beckmann et al. [22] showcases the flexibility of Mantel statistics using haplotype sharing. This method was employed to correlate temporal and spatial distributions of cancer in a generalized regression approach for SNP selections and disease gene mapping. He and Zelikovsky [23] proposed tagSNPs for unphased genotypes based on multiple linear regressions. Other test statistic approaches such as scan statistics by Levin et al. [24]; score statistics by Schaid et al. [25], and weighted-average statistics [26] were proposed for disease gene mapping in case-control studies and for SNP selection in genetic association studies. By using spliced expressed sequence tags, Yang et al. investigated the connection between “bidirectional gene pair” and cancer [35].

Recently, Schwender and Ickstadt [27] demonstrated logic regression [28] based identification of SNP interactions for the disease status in a case-control study and proposed two measures for quantifying the importance of feature interactions and classifications. In comparison with some well-known classification methods such as CART [29], Random Forests [30] and other regression procedures [17], logic regression has been claimed to perform better when applied to SNP data [27].

In this paper, we developed a feature selection method named Supervised Recursive Feature Addition (SRFA). It not only allows for the selection of genomic information but helps to identify the optimal subset of SNPs necessary for finding the variations associated with disease. This method combines supervised learning and statistical measures for the chosen candidate SNPs and/or environmental variables to reconcile redundancy information for improving the classification and prediction performance. We implemented SRFA with different statistical learning classifiers for both SNP selection and disease classification and then compared their performances with popular classification models, such as logic regression and Support Vector Machine Recursive Feature Elimination (SVMRFE). Additionally, we proposed a Support Vector based Recursive Feature Addition (SVRFA) scheme for SNP-disease association analysis. To evaluate and to demonstrate the proposed methods, we applied them to two complex SNP-disease data sets, the Myocardial Infarction Case & Control (MICC) data set and a subset of The North American Rheumatoid Arthritis Consortium (NARAC) data, for both SNP selection and disease classification.

Results

Fig. 1 displays the testing accuracies of NBC, NMSC, SVM, and UDC in the analysis of the MICC data set. The legend marks the different feature selections. Fig. 1 shows that, with the use of the four learning classifiers, both SRFA and SVRFA (including MSW-MSC, MMW-MSC, NBC-MSC, NMSC-MSC, and DENFIS-MSC) outperform the well-known feature selection method SVMRFE. The SRFA methods, NBC-MSC and NMSC-MSC, are better than others including SVRFA. Especially under the low feature dimension, the advantage of SRFA is noticeable. Regarding the classification performances of different learning classifiers, on average, NBC, NMSC, and SVM performed better than UDC.

Figure 1
figure 1

Testing accuracies of NBC, NMSC, SVM, and UDC for the MICC data set. The legend marks the different feature selection methods.

Fig. 2 shows the average testing accuracies on the NARAC CHR18SNP case/control data from feature dimension 1 to 200, by applying learning classifiers NBC and NMSC to the following feature selections: MSW-MSC, MMW-MSC, NBC-MSC, NMSC-MSC, SVMRFE, TTEST, and nonparametric RANKSUM. Regarding the testing accuracy, SRFA, SVRFA, and SVMRFE outperform TTEST and RANKSUM. In addition to feature selection, learning classifier is important to the testing performance. MSC combined with RFA helps to improve the classification accuracy. The best testing accuracy is obtained by applying NMSC to the SRFA feature selection, NMSC-MSC. In our view, the weakness of TTEST and RANKSUM is that selection ignores the redundancy and interaction among the SNPs. By contrast, the other approaches may detect the epistatic effects (gene-gene interactions). The detection of higher dimensions of many epistatic effects requires even more complex models.

Figure 2
figure 2

Testing accuracies of NBC and NMSC for the NARAC CHR18SNP data set. The legend marks the different feature selection methods.

Overall, regarding the testing accuracies, the feature selection method NMSC-MSC performed the best, followed by NBC-MSC, MMW-MSC, MSW-MSC and SVMRFE; TTEST and RANKSUM performed the worst. Comparing NBC to NMSC, the performance of NMSC is, on average, superior to NBC. Figs. 1 and 2 also show that classification techniques are strictly paired up with feature selections. The performance of NMSC-MSC was not improved by the use of NBC, but with the use of NMSC, the feature selection method NMSC-MSC performed the best.

Tables 1 and 2 list the testing accuracies and the standard errors associated with the highest training accuracies for given classifiers (NMSC, NBC, SVM, UDC) under different feature selections (two SVRFA: MSW-MSC, MMW-MSC; three SRFA: NBC-MSC, NMSC-MSC, DENFIS-MSC; three popular approaches: SVMRFE, Logistic-Wald-t, LOGICFS) for the MICC data set and NARAC CHR18SNP, respectively. In Table 1, the testing accuracies of LOGICFS were obtained from the 31 SNPs in the MICC data set without environmental variables. Although the MICC data set integrates SNPs with environmental variables, due the limit of the number of the features, the differences between the accuracy levels of the tests were not noticeable, although one SVRFA (MMW-MSC) got the best result with the use of NMSC. Table 2 shows that supervised learning-based feature selection NMSC-MSC with the use of NMSC outperforms other combinations, followed by NBC-MSC with the use of NMSC. Support vector based feature selections are superior to LOGICFS, and LOGICFS is better than parametric and non-parametric based feature selections. Regarding support vector based feature selection, on average, MMW-MSC outperformed MSW-MSC and SVMRFE.

Table 1 Testing accuracies associated with the highest training accuracies under different feature selections for the MICC data set.
Table 2 Testing accuracies associated with the highest training accuracies under different feature selections for the NARAC CHR18SNP data set.

Discussion

Since it is still too expensive to genotype all available SNPs across the human genome, we need advanced approaches to mine the minimum SNPs with the highest prediction accuracy for complex diseases. Our method of exploiting information redundancy from associations among SNP markers provides an efficient and relatively inexpensive method of searching for the optimal or approximate optimal subset of SNPs in genetic association studies. In this paper we specifically propose supervised learning-based strategies, SRFA and SVRFA, to reconcile the redundancy in the highly correlated SNP data to identify the subset of SNPs that enables the most efficient classification of individuals at risk for disease. We evaluated SRA and SVRFA against some popular methods for SNP-disease association studies, and were able to evidence the improvement made by our proposed methods.

Compared with the well-known feature selection methods SVMRFE and LOGICFS, our methods evidenced a higher testing accuracy. When SRFA is associated with two learning classifiers, we have two feature selection methods, NMSC-MSC and NBC-MSC. On average, NMSC-MSC performed better. Among the support vector based feature selection methods, MSW-MSC, MMW-MSC, and SVMRFE, in general, MMW-MSC is the best performer. In comparison SRFA with SVRFA, SRFA performed better than the latter. Our study shows that supervised-learning based MSC feature selection not only reduces the redundancy, but also improves the classification accuracy.

An important factor in the evaluation of testing accuracy worth expounding upon is the training model. In our experiments, training with the use of DENFIS and other neural network classifiers always achieved high training accuracy but the testing accuracy was comparatively not good and over-fitting often happened. Since complex evolutionary learning and classification models, such as DENFIS, almost always require large sample size to elicit their effects, the over-fitting problem is probably related to the relatively small sample sizes. While the complexity of the model increases to achieve higher training accuracy, the requirement for more training samples also increases. If the sample size is not large enough, the relation and model mined from the training samples are not suitable for testing and, as a result, over-fitting happens. This is the reason that complex models fit training samples but not necessarily testing samples very well.

Another point worthy of mentioning is that the learning classifier and feature selection are strictly paired. For instance, NMSC-MSC with the use of NMSC performed the best in the experiments on NARAC CHR18SNP, but NMSC-MSC with the use of NBC was not as good.

The issue of environmental variables also requires discussion. For the MICC data set, with the inclusion of environmental variables, we greatly improved prediction and classification performances. Without the environmental variables, LOGICFS only achieved a 54.4%+/-1.5% correct classification rate. Also, SRFA provided a low (<60%) correct classification rate on the testing data when only using the SNPs, but a higher (>73%) correct classification rate after including the environmental variables as well. These results confirm that complex diseases usually involve both genetic factors and environmental cues. Therefore, both genetic and environmental variables should be taken into account when doing disease predictions and classifications for the most complex human diseases that have gene-environment interactions.

In our experiments, when SVM was applied to the feature sets extracted from the NARAC CHR18SNP genotype data, the classification performance was pretty poor. However, SVM worked well on the feature sets extracted from the MICC data. In our view, the difference might be caused by the following two reasons. First, NARAC CHR18SNP consists of categorical SNP data only, while the MICC data set consists of many environmental variables of which most follow continuous distributions and have major impact on the classification. Second, it might be caused by the failure of optimizing the parameters for the SVM in testing NARAC CHR 18SNP.

Our study shows that, with the use of our methods, even small SNPs and/or environmental variables can obtain good predictive capacity. In the analyses of MICC data, it was evident that, after applying our method with 3-5 variables, we can achieve up to 75% classification accuracy after applying our methods (Fig. 1). On the other hand, SVMRFE needed 20-30 variables in achieving the similar accuracy. In analyses of the NARAC CHR18SNP data set, the advantage of our method is also noticeable (Fig. 2). Experimental results imply that the classification accuracy can be improved and the cost of genotyping can be reduced with the use of our algorithms.

Conclusions

We proposed SRFA with different statistical learning classifiers and SVRFA for both SNP selections and disease classifications, and then applied them to two complex disease data sets. In general, our approaches outperform the well-known feature selection method of Support Vector Machine Recursive Feature Elimination and logic regression based SNP selection for disease classification involved in genetic association studies. Our study further indicates that both genetic and environmental variables should be taken into account when doing disease predictions and classifications for the most complex human diseases that have gene-environment interactions.

Materials and methods

Materials

Application 1: Genes and the environment are links between important health conditions: Periodontal Disease (PD) and Cardiovascular Disease (CVD). Cardiovascular disease is the number one cause of death and disability in the Western world. Almost 1 million Americans die of CVD each year, which accounts for 42% of all US deaths. Numerous clinical and epidemiological studies have shown a consistent association between PD and CVD [36], and the link between these two diseases may be the result of common environmental exposures and potential genes that may regulate the individual response to these exposures. The identification of SNPs that influence the risk of diseases through interactions with other SNPs and environmental factors remains a statistical and computational challenge.

The studied Myocardial Infarction Case & Control (MICC) data set is a result of a population based study. The sample included residents of Erie and Niagara counties in New York State, and all were in age group 35 to 69 years. There were 614 white male patients with Myocardial Infarction matched with 614 control males (without CVD) by age (+/- 5 year) and smoking habits; 206 white pre- and post-menopausal females with MI matched with 412 control females (without CVD) by age (+/- 5 year), menopausal status, years since menopause (+/- 2 year), and smoking habits. Diabetics were excluded. The features in the data set included 29 environmental variables, such as two protein variables (ACHMN and CALMEA), which were known to be related to periodontal disease, and smoking status, menopausal status, blood pressure, blood cholesterol, body mass index, drinking status, etc. Selection of genetic variables was based on the well-known Seattle web site (http://pga.mbt.washington.edu/) by using the candidate approach that included 31 SNPs. This study evaluates the SNP-environment and variable-disease associations especially the effects of SNPs and environmental variables to disease. The original MICC data set contained some missing values. In our experiments, we filtered out the missing values and their associated observations.

Application 2: Rheumatoid arthritis (RA) is an autoimmune disease that causes chronic inflammation of joints, tissues around joints, or other organs in body. RA affects more than two million people in the United States. Women account for 70% of patients with RA. While women are two to three times more likely to get RA, men who have RA tend to have more severe symptoms. It afflicts people of all races equally. Onset usually occurs between 30 and 50 years old. Data for this analysis was provided as part of Genetics Analysis Workshop (GAW) 15. The North American Rheumatoid Arthritis Consortium (NARAC), led by Peter Gregersen, has provided microsatellite and SNP scans, quantitative phenotypes, and clinical measures, with additional genotype data provided by Robert Plenge and Ann Begovich. We studied the SNP case-control data named “CHR18SNP.dat” offered by NARAC. In the data file, a dense panel of 2300 SNPs was genotyped by Illumina for an approximately 10 kb region of chromosome 18q. These markers were individually genotyped on 460 cases and 460 controls. Controls were recruited from a New York City population. The objective of this study is to identify SNPs of chromosome 18 that are significantly associated with rheumatoid arthritis. The significant SNPs identified here could be used as a starting point for biologists developing genetic tests that indicate increased risk of developing rheumatoid arthritis.

Methods

Supervised recursive feature addition (SRFA) algorithm for SNP selection

SRFA combines supervised learning and statistical similarity measures among the chosen features and the candidates and is presented as follows:

Step 1: Each individual feature is ranked from the highest classification accuracy to the lowest classification accuracy with the use of a supervised learning classifier.

Step 2: The feature with the highest classification accuracy is chosen as the first feature. If multiple features achieved the same highest classification accuracy, the one with the lowest p-value measured by score test-statistics is chosen as the first element. At this point the chosen feature set, G 1 , consists of the first feature, g 1 , which corresponds to feature dimension one.

Step 3: The (N+1)-dimensional feature set, G N+1 = {g 1 , g 2 , …, g N , g N+1 }, is produced by adding g N+1 to the current N-dimensional feature set G N = {g 1 , g 2 ,…, g N }. g N+1 is chosen as follows: Temporarily add each feature g i (i ≠ 1, 2, …, N) outside of G N to G N ; the classification accuracy of each feature set G N + {g i } is then recorded; that g c which gives the highest classification accuracy is included into the set of candidates, C. Generally C includes many features, but only one−the feature that is least statistically similar to the already chosen features−will be selected as g N+1 to form the next feature set G N+1 . We call this step Candidate Feature Addition. The goal is to obtain the most informative and least redundant feature set. The statistical similarity measure is based on the Spearman Correlation Coefficient (for categorical features/SNPs) or the Pearson Correlation Coefficient (for continuous environmental variables) between the chosen features g n (g n ε G N , n = 1, 2,…, N) and the candidate g c (g c ε C, c= 1, 2 … m; m is the number of elements in C). The Sum of the square of the Correlation (SC) is calculated to measure the similarity and is defined as follows:

S C ( g c ) = n = 1 N c o r 2 ( g c , g n ) , n = 1 , 2 N . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXafv3ySLgzGmvETj2BSbqeeuuDJXwAKbsr4rNCHbGeaGqipu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=xfr=xb9adbaqaaeGaciGaaiaabeqaaeaabaWaaaGcbaqcLbuacqWGtbWucqWGdbWqcqGGOaakcqWGNbWzkmaaBaaaleaacqWGJbWyaeqaaKqzafGaeiykaKIaeeiiaaIaeyypa0tcfa4aaabCaOqaaKqzafGaeeiiaaIaem4yamMaem4Ba8MaemOCaiNcdaahaaWcbeqaaiabikdaYaaajugqbiabcIcaOiabdEgaNPWaaSbaaSqaaiabdogaJjabcYcaSaqabaqcLbuacqqGGaaicqWGNbWzkmaaBaaaleaacqWGUbGBaeqaaKqzafGaeiykaKIaeiilaWIaeeiiaaIaeeiiaaIaemOBa4MaeeiiaaIaeyypa0JaeeiiaaIaeGymaeJaeiilaWYexLMBbXgBcf2CPn2qVrwzqf2zLnharyWrL9MCNLwyaGabciaa=bcacqaIYaGmcqGHMacVcqqGGaaicqWGobGtcqGGUaGlcqqGGaaiaSqaaiabd6gaUjabg2da9iabigdaXaqaaiabd6eaobqcLbuacqGHris5aiabbccaGiabbccaGiabbccaGiabbccaGiabbccaGiabbccaGaaa@720A@

where g c C, g n G N .

The selection of g N+1 follows the qualification that the SC value in (1) is the minimum:

{ g N + 1 | g N + 1 C S C ( g N + 1 ) = min ( S C ( g c ) ) , g c C } MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXafv3ySLgzGmvETj2BSbqeeuuDJXwAKbsr4rNCHbGeaGqipu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=xfr=xb9adbaqaaeGaciGaaiaabeqaaeaabaWaaaGcbaqcLbuacqGG7bWEkmaavababeWcbaGaemOta4Kaey4kaSIaeGymaedabeqdbaGaem4zaCgaaKqzafGaeiiFaWNaaGjbVRWaaubeaeqaleaacqWGobGtcqGHRaWkcqaIXaqmaeqaneaacqWGNbWzaaqcLbuacqGHiiIZcqqGGaaicqWGdbWqcqGHPiYXcqqGGaaicqWGtbWucqWGdbWqcqGGOaakkmaavababeWcbaGaemOta4Kaey4kaSIaeGymaedabeqdbaGaem4zaCgaaKqzafGaeiykaKIaeyypa0JagiyBa0MaeiyAaKMaeiOBa4MaeiikaGIaem4uamLaem4qamKaeiikaGIcdaqfqaqabSqaaiabdogaJbqab0qaaiabdEgaNbaajugqbiabcMcaPiabcMcaPiabcYcaSOWaaubeaeqaleaacqWGJbWyaeqaneaacqWGNbWzaaqcLbuacqGHiiIZcqqGGaaicqWGdbWqcqGG9bqFaaa@669E@

This strategy is called Minimum SC (MSC).

Step 4: A feature is recursively added to the chosen feature set from steps 1-3 with supervised learning and the similarity measures until classification accuracy stops to increase.

Our SRFA based MSC is denoted as classifier-MSC. For example, if the classifier is Naive Bayes Classifier (NBC), we call the feature selection NBC-MSC.

Support vector based recursive feature addition (SVRFA) algorithms

Support Vector Machines (SVMs) [1416] have been widely applied to pattern classification problems and non-linear regressions. The basic idea of the SVM algorithm is to find an optimal hyper-plane that can maximize the margin between two groups. The vectors that are closest to the optimal hyper-plane are called support vectors. Guyon et al. [31] proposed a gene selection utilizing Support Vector Machine methods based on Recursive Feature Elimination (SVMRFE). In addition to gene selection, SVMRFE has been successfully applied to other feature selection and pattern classification issues [37]. Based on the SVMRFE and our SRFA discussed earlier, we propose a Support Vector based lowest weight (or maximum margin width) and the lowest correlation feature addition scheme, called Support Vector based Recursive Feature Addition (SVRFA) described as follows:

  1. 1.

    Train an SVM on each individual feature in the data set to reach an SVM with a weighted vector g j C  |  M W ( g j )  = min ( M W ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBamXvP5wqSXMqHnxAJn0BKvguHDwzZbqegm0B1jxALjhiov2DaeHbuLwBLnhiov2DGi1BTfMBaebbnrfifHhDYfgasaacH8qrps0lbbf9q8WrFfeuY=Hhbbf9v8qqaqFr0xc9pk0xbba9q8WqFfea0=yr0RYxir=Jbba9q8aq0=yq=He9q8qqQ8frFve9Fve9Ff0dmeaabaqaciGacaGaaeqabaWaaqaafaaakeaajugqbiabdEgaNLqbaoaaBaaaleaajugqbiabdQgaQbWcbeaajugqbiabgIGiolabdoeadjabbccaGiabbYha8jabbccaGiabd2eanjabdEfaxjabcIcaOiabdEgaNLqbaoaaBaaabaqcLbuacqWGQbGAaKqbagqaaKqzafGaeiykaKIaeeiiaaIaeeypa0JaeeiiaaIaeeyBa0MaeeyAaKMaeeOBa4MaeiikaGIaemyta0Kaem4vaCLaeiykaKcaaa@5C74@ .

  2. 2.

    Rank features according to criterion c for feature i: c i = (w i )2. The features corresponding to the lowest c are selected as candidates. The candidate with the highest statistical significance is the first element of the feature set. At this point the chosen feature set, G 1 , consists of the first feature, g 1 , which corresponds to feature dimension one.

  3. 3.

    The (N+1)st dimensional feature set, G N+1 = {g 1 , g 2 , …, g N , g N+1 } is produced by adding g N+1 to the N dimensional feature set G N = {g 1 , g 2 ,…,g N }. The choice of g N+1 is described as follows:

Temporarily add each feature g i (i ≠ 1, 2, …, N) outside of G N to G N , train an SVM on feature set G N + {g i }, update c, and calculate the measures after introducing g i as follows:

S W ( g i ) = k = 1 N + 1 c k = k = 1 N + 1 w k 2 MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBamXvP5wqSXMqHnxAJn0BKvguHDwzZbqegm0B1jxALjhiov2DaeHbuLwBLnhiov2DGi1BTfMBaebbnrfifHhDYfgasaacH8qrps0lbbf9q8WrFfeuY=Hhbbf9v8qqaqFr0xc9pk0xbba9q8WqFfea0=yr0RYxir=Jbba9q8aq0=yq=He9q8qqQ8frFve9Fve9Ff0dmeaabaqaciGacaGaaeqabaWaaqaafaaakeaajugqbiabdofatjabdEfaxjabbIcaOiabdEgaNLqbaoaaBaaaleaajugqbiabdMgaPbWcbeaajugqbiabbMcaPiabbccaGiabb2da9KqbaoaaqadajaaybaqcLbuacqWGJbWyjuaGdaWgaaqcbawaaKqzafGaem4AaSgajeaybeaaaeaajugqbiabdUgaRjabg2da9iabigdaXaqcbawaaKqzafGaemOta4Kaey4kaSIaeGymaedacqGHris5aiabg2da9KqbaoaaqadajaaybaqcLbuacqWG3bWDkmaaBaaaleaacqWGRbWAaeqaaaqcbawaaKqzafGaem4AaSMaeyypa0JaeGymaedajeaybaqcLbuacqWGobGtcqGHRaWkcqaIXaqmaiabggHiLdqcfa4aaWbaaeqabaGaeGOmaidaaaaa@6AE3@
M W ( g i )  = max ( c k ) = max ( w k 2 ) , k = 1 , 2... N + 1. MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBamXvP5wqSXMqHnxAJn0BKvguHDwzZbqegm0B1jxALjhiov2DaeHbuLwBLnhiov2DGi1BTfMBaebbnrfifHhDYfgasaacH8qrps0lbbf9q8WrFfeuY=Hhbbf9v8qqaqFr0xc9pk0xbba9q8WqFfea0=yr0RYxir=Jbba9q8aq0=yq=He9q8qqQ8frFve9Fve9Ff0dmeaabaqaciGacaGaaeqabaWaaqaafaaakeaajugqbiabd2eanjabdEfaxjabcIcaOiabdEgaNLqbaoaaBaaaleaajugqbiabdMgaPbWcbeaajugqbiabcMcaPiabbccaGiabb2da9iGbc2gaTjabcggaHjabcIha4jabcIcaOiabdogaJLqbaoaaBaaajeaybaqcLbuacqWGRbWAaKqaGfqaaKqzafGaeiykaKIaeyypa0JagiyBa0MaeiyyaeMaeiiEaGNaeiikaGIcdaqfqaqabSqaaiabdUgaRbqab0qaaiabdEha3baakmaaCaaaleqabaGaeGOmaidaaOGaeiykaKscLbuacqGGSaalcqWGRbWAcqGH9aqpcqaIXaqmcqGGSaalcqaIYaGmcqGGUaGlcqGGUaGlcqGGUaGlcqWGobGtcqGHRaWkcqaIXaqmcqGGUaGlaaa@6C6E@

Here we have two strategies to choose candidates as g N+1 , corresponding to measures SW and MW, respectively. The candidate set is denoted as C. The first strategy is to pick up the feature with the minimum SW into C; and the second one is based on the minimum MW.

g j C  |  S W ( g j )  = min ( S W ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBamXvP5wqSXMqHnxAJn0BKvguHDwzZbqegm0B1jxALjhiov2DaeHbuLwBLnhiov2DGi1BTfMBaebbnrfifHhDYfgasaacH8qrps0lbbf9q8WrFfeuY=Hhbbf9v8qqaqFr0xc9pk0xbba9q8WqFfea0=yr0RYxir=Jbba9q8aq0=yq=He9q8qqQ8frFve9Fve9Ff0dmeaabaqaciGacaGaaeqabaWaaqaafaaakeaajugqbiabdEgaNLqbaoaaBaaaleaajugqbiabdQgaQbWcbeaajugqbiabgIGiolabdoeadjabbccaGiabbYha8jabbccaGiabdofatjabdEfaxjabcIcaOiabdEgaNLqbaoaaBaaabaGaemOAaOgabeaajugqbiabcMcaPiabbccaGiabb2da9iabbccaGiabb2gaTjabbMgaPjabb6gaUjabcIcaOiabdofatjabdEfaxjabcMcaPaaa@5B4F@
w = k α k y k x k . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBamXvP5wqSXMqHnxAJn0BKvguHDwzZbqegm0B1jxALjhiov2DaeHbuLwBLnhiov2DGi1BTfMBaebbnrfifHhDYfgasaacH8qrps0lbbf9q8WrFfeuY=Hhbbf9v8qqaqFr0xc9pk0xbba9q8WqFfea0=yr0RYxir=Jbba9q8aq0=yq=He9q8qqQ8frFve9Fve9Ff0dmeaabaqaciGacaGaaeqabaWaaqaafaaakeaajuaGdaWhcaqcaawaaKqzafGaem4DaChajaaycaGLxdcajugqbiabg2da9KqbaoaaqabajaaybaqcLbuacqaHXoqyjuaGdaWgaaqcbawaaKqzafGaem4AaSgajeaybeaajugqbiabdMha5LqbaoaaBaaajeaybaqcLbuacqWGRbWAaKqaGfqaaKqbaoaaFiaajaaybaqcLbuacqWG4baEjuaGdaWgaaqcbawaaKqzafGaem4AaSgajeaybeaaaKaaGjaawEniaaqcbawaaKqzafGaem4AaSgajeaybeqcLbuacqGHris5aiabc6caUaaa@5FC8@

Only one feature will be chosen as g N+1 , despite whether set C contains multiple candidates or a single one. We chose g N+1 from C based on the calculation of SC(g j ), shown in (1), and Minimum SC (MSC) standard, listed in (2).

We call the support vector based Minimum SW, calculated in (5), combining with Minimum SC standard, presented in (2) as MSW-MSC. Similarly we call the support vector based Minimum MW in (6) that is combined with Minimum SC in (2) as MMW-MSC. Both MSW-MSC and MMW-MSC are Support Vector based Recursive Feature Addition (SVRFA) algorithms.

Implementations and comparison studies

We implemented SRFA with various statistical learning classifiers (with different complexity) proposed in section 2.1. The learning classifiers for feature selections were Naive Bayes Classifier (NBC) [32], Nearest Mean Scaled Classifier (NMSC) [33] and Dynamic Evolving Neuro-Fuzzy Inference System (DENFIS) [34]. We recorded them as NBC-MSC, NMSC-MSC and DENFIS-MSC. Several classifiers including NBC, NMSC, SVM and uncorrelated normal based quadratic Bayes classifier (UDC) [33] were applied to the feature sets selected by the above SRFA in order to compare their performances. Our goals are (i) to evaluate feature selection procedures and find the number of features required for the best classification accuracy; (ii) to evaluate various learning approaches; and (iii) to investigate the redundancy issues in SNP data for improving the classification performance.

We implemented and tested our SVRFA (MSW-MSC and MMW-MSC) methods proposed in section 2.2. For comparison purposes, other popular methods, such as Support Vector Machine Recursive Feature Elimination (SVMRFE), logistic regression based Wald t-test and Logic regression (LOGICFS) for SNP selection and disease classification were compared. In addition, we also applied SVM and other traditional neural network classifiers, such as Levenberg-Marquardt trained feed-forward neural network classifier and back-propagation trained feed-forward neural network classifier [33], for different feature selections to two real data sets. Unfortunately, these learning classifiers didn't work well. Therefore, here we did not list their experimental results.

Cross-validation has been widely used for selecting tuning parameters and optimizing the number of selected genes in the context of building classifiers to avoid over-fitting. We split the data into training and testing samples in each run and built the model based on training samples only and evaluated the performance on the testing samples by using cross-validation. We performed and then tested the accuracy of 20 runs.

References

  1. Brookes A. J.: Review: The essence of SNPs. Gene. 1999, 177-186. 234

  2. The International HapMap Consortium: The International HapMap Project. Nature. 2003, 426: 789-796.

    Article  Google Scholar 

  3. The International HapMap Consortium: Integrating ethics and science in the International HapMap Project. Nat Rev Genet. 2004, 5: 467-475.

    Article  PubMed Central  Google Scholar 

  4. The International HapMap Consortium: Haplotype map of the human genome. Nature. 2005, 437: 1299-1320.

    Article  PubMed Central  Google Scholar 

  5. Risch NJ: Searching for genetic determinants in the new millennium. Nature. 2000, 405: 847-856.

    Article  PubMed  Google Scholar 

  6. Cardon LR, Bell JI: Association study designs for complex diseases. Nat Rev Genet. 2001, 2: 91-99.

    Article  PubMed  Google Scholar 

  7. Hampe J, Schreiber S, Krawczak M: Entropy-based SNP selection for genetic association studies. Hum Genet. 2003, 114: 36-43.

    Article  PubMed  Google Scholar 

  8. Sebastiani P, Lazarus R, Weiss ST, Lunkel LM, Kohane IS, Romani MF: Minimal haplotype tagging. Proc Natl Acad Sci. 2003, 100: 9900-9905.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Stram DO, Haiman CA, Hirschhorn JN, Altshuler D, Kolonel LN, Henderson BE, Pike MC: Choosing haplotype-tagging SNPs based on unphased genotype data using preliminary sample of unrelated subjects with an example from the multiethnic cohort study. Hum Hered. 2003, 55: 27-36.

    Article  PubMed  Google Scholar 

  10. Carlson CS, Eberle MA, Rieder MJ, Yi Q, Kruglyak L, Nickerson DA: Selecting a maximally informative set of single-nucleotide polymorphisms for association analysis using linkage disequilibrium. Am J Hum Genet. 2004, 74: 106-120.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Halldorsson BV, Bafna V, Lippert R, Schwartz R, De La Vega FM, Clark AG, Istrail S: Optimal haplotype block-free selection of tagging SNPs for genomewide association studies. Genome Res. 2004, 14: 1633-1640.

    Article  PubMed  PubMed Central  Google Scholar 

  12. Lin Z, Altman RB: Finding haplotype tagging SNPs by use of principal components analysis. Am J Hum Genet. 2004, 75: 850-861.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Gopalakrishnan S, Qin ZS: TagSNP Selection Based on Pairwise LD Criterion and Power Analysis in Association Studies. Pacific Sym Biocomputing. 2006, 11: 511-522.

    Google Scholar 

  14. Cores C, Vapnik VN: Support Vector Networks. Machine Learning. 1995, 20: 273-297.

    Google Scholar 

  15. Vapnik VN: The Nature of Statistical Learning Theory. 1995, Springer-Verlag, New York

    Chapter  Google Scholar 

  16. Vapnik VN: Statistical Learning Theory. 1998, Wiley, New York

    Google Scholar 

  17. Witte JS, Fijal BA: Introduction: Analysis of Sequence Data and Population Structure. Genet Epidemiol. 2001, 21 (Suppl 1): S600-S601.

    PubMed  Google Scholar 

  18. Tan P, Steinbach M, Kumar V: Introduction to Data Mining. 2005, Addison-Wesley, 76-79.

    Google Scholar 

  19. Zhang K, Jin L: HaploBlockFinder: Haplotype block analysis. Bioinformatics. 2003, 19: 1300-1301.

    Article  PubMed  Google Scholar 

  20. Anderson EC, Novembre J: Finding haplotype block boundaries by using the minimum-description-length principle. American Journal of Human Genetics. 2003, 73: 336-354.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Mannila H, Koivisto M, Perola M, Varilo T, Hennah W, Ekelund J, Lukk M, Peltonen L, Ukkonen E: Minimum description length block finder, a method to identify haplotype blocks and to compare the strength of block boundaries. Am J Hum Genet. 2003, 73: 86-94.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Beckmann L, Thomas DC, Fischer C, Chang-Claude J: Haplotype sharing analysis using Mantel statistics. Human Heredity. 2005, 59: 67-78.

    Article  PubMed  Google Scholar 

  23. He J, Zelikovsky A: MLR-tagging informative SNP selection for unphased genotypes based on multiple linear regression. Bioinformatics. 2006, 22 (20): 2558-2561.

    Article  PubMed  Google Scholar 

  24. Levin AM, Ghosh D: A model-based scan statistics for identifying extreme chromosomal regions of gene expression in human tumors. Bioinformatics. 2005, 21: 2867-2874.

    Article  PubMed  Google Scholar 

  25. Schaid DJ, Rowland CM, Tines DE, Jacobson RM, Poland GA: Score test for association between traits and haplotypes when linkage phase is ambiguous. Am J Hum Genet. 2002, 70: 425-443.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Song K, Elston RC: A powerful method of combining measures of association and Hardy-Weinberg disequilibrium for fine-mapping in case-control studies. Stat Med. 2006, 25: 105-126.

    Article  PubMed  Google Scholar 

  27. Schwender H, Ickstadt K: 2006, Identification of SNP Interactions Using Logic Regression, http://www.sfb475.uni-dortmund.de/berichte/tr31-06.pdf, accessed on Oct.-31-2006

  28. Kooperberg C, Ruczinski I, LeBlanc ML, Hsu L: Sequence Analysis Using Logic Regression. Genet Epidemiol. 2001, 21 (Suppl 1): S626-S631.

    PubMed  Google Scholar 

  29. Breiman L, Friedman JH, Olshen RA, Stone CJ: Classification and Regression Tress. 1984, Wadsworth, Belmont

    Google Scholar 

  30. Breiman L: Random Forests. Machine Learning. 2001, 45: 5-32.

    Article  Google Scholar 

  31. Guyon I, Weston J, Barnhill S, Vapnik VN: Gene Selection for Cancer Classification using Support Vector Machines. Machine Learning. 2002, 46 (1-3): 389-422.

    Article  Google Scholar 

  32. Pedro D, Pazzani M: On the optimality of the simple Bayesian classifier under zero-one loss. Machine Learning. 1997, 29: 103-137.

    Article  Google Scholar 

  33. Heijden F, Duin R, Ridder D, Tax D: Classification, Parameter Estimation and State Estimation. 2004, John Wiley

    Chapter  Google Scholar 

  34. Kasabov N, Song Q: DENFIS: Dynamic Evolving Neural-Fuzzy Inference System and Its Application for Time-Series Prediction. IEEE Trans Fuzzy Systems. 2002, 10 (2): 144-154.

    Article  Google Scholar 

  35. Yang MQ, Koehly LM, Elnitski LL: Comprehensive Annotation of Bidirectional Promoters Identifies Co-Regulation among Breast and Ovarian Cancer Genes. PLoS Comput Biol. 2007, 3 (4): e72-doi:10.1371/journal.pcbi.0030072

    Article  PubMed  PubMed Central  Google Scholar 

  36. Andriankaja OM, Genco RJ, Dorn J, Dmochowski J, Hovey K, Falkner KL, Trevisan M: Periodontal disease and risk of myocardial infarction: the role of gender and smoking. European Journal of Epidemiology. 2007, 22 (10): 699-705.

    Article  PubMed  Google Scholar 

  37. Liu Q, Sung AH, Chen Z, Xu J: Feature mining and pattern classification for steganalysis of LSB matching steganography in grayscale images, Pattern Recognition. 2008, 41 (1): 56-66. doi: 10.1016/j.patcog.2007.06.005.

    Google Scholar 

Download references

Acknowledgements

Research supports received from ICASA (Institute for Complex Additive Systems Analysis, a division of New Mexico Tech) and the Radiology Department of Brigham and Women's Hospital (BWH) are gratefully acknowledged. The authors highly appreciate Dr. Liang at SUNY-Buffalo for her invaluable help and insightful discussion during this study and Ms. Kim Lawson at BWH Radiology Department for her manuscript editing and very constructive comments.

This article has been published as part of BMC Genomics Volume 9 Supplement 1, 2008: The 2007 International Conference on Bioinformatics & Computational Biology (BIOCOMP'07). The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2164/9?issue=S1.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Andrew H Sung or Xudong Huang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

QL performed the study and drafted the manuscript; JY conceived the project and designed the experiments; ZC assisted the study and the manuscript preparation; MQY designed the project and helped to design the algorithms; AHS and XH supervised the study and obtained the supports. All authors have read and approved the final manuscript.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Liu, Q., Yang, J., Chen, Z. et al. Supervised learning-based tagSNP selection for genome-wide disease classifications. BMC Genomics 9 (Suppl 1), S6 (2008). https://doi.org/10.1186/1471-2164-9-S1-S6

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2164-9-S1-S6

Keywords