Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Prediction of Drought-Resistant Genes in Arabidopsis thaliana Using SVM-RFE

  • Yanchun Liang,

    Affiliation Key Laboratory of Symbol Computation and Knowledge Engineering of Ministry of Education, College of Computer Science and Technology, Jilin University, Changchun, China

  • Fan Zhang,

    Affiliation Key Laboratory of Symbol Computation and Knowledge Engineering of Ministry of Education, College of Computer Science and Technology, Jilin University, Changchun, China

  • Juexin Wang,

    Affiliation Key Laboratory of Symbol Computation and Knowledge Engineering of Ministry of Education, College of Computer Science and Technology, Jilin University, Changchun, China

  • Trupti Joshi,

    Affiliation Digital Biology Laboratory, Computer Science Department and Christopher S. Bond Life Sciences Center, University of Missouri, Columbia, Missouri, United States of America

  • Yan Wang ,

    wy6868@hotmail.com (YW); xudong@missouri.edu (DX)

    Affiliation Key Laboratory of Symbol Computation and Knowledge Engineering of Ministry of Education, College of Computer Science and Technology, Jilin University, Changchun, China

  • Dong Xu

    wy6868@hotmail.com (YW); xudong@missouri.edu (DX)

    Affiliations Key Laboratory of Symbol Computation and Knowledge Engineering of Ministry of Education, College of Computer Science and Technology, Jilin University, Changchun, China, Digital Biology Laboratory, Computer Science Department and Christopher S. Bond Life Sciences Center, University of Missouri, Columbia, Missouri, United States of America

Abstract

Background

Identifying genes with essential roles in resisting environmental stress rates high in agronomic importance. Although massive DNA microarray gene expression data have been generated for plants, current computational approaches underutilize these data for studying genotype-trait relationships. Some advanced gene identification methods have been explored for human diseases, but typically these methods have not been converted into publicly available software tools and cannot be applied to plants for identifying genes with agronomic traits.

Methodology

In this study, we used 22 sets of Arabidopsis thaliana gene expression data from GEO to predict the key genes involved in water tolerance. We applied an SVM-RFE (Support Vector Machine-Recursive Feature Elimination) feature selection method for the prediction. To address small sample sizes, we developed a modified approach for SVM-RFE by using bootstrapping and leave-one-out cross-validation. We also expanded our study to predict genes involved in water susceptibility.

Conclusions

We analyzed the top 10 genes predicted to be involved in water tolerance. Seven of them are connected to known biological processes in drought resistance. We also analyzed the top 100 genes in terms of their biological functions. Our study shows that the SVM-RFE method is a highly promising method in analyzing plant microarray data for studying genotype-phenotype relationships. The software is freely available with source code at http://ccst.jlu.edu.cn/JCSB/RFET/.

Introduction

Among all kinds of environmental stresses (abiotic and biotic) in worldwide agriculture, drought is a major abiotic stress factor with significant impact on agricultural production. While resistance to biotic stresses is sometimes associated with monogenic traits, abiotic stresses are typically associated with multigenic traits, making it more difficult to study [1]. Hydropenia can trigger a cascade of physiological and metabolic activities in plants so the tolerance and susceptibility to drought are very complex. Among all the plants, Arabidopsis thaliana is the most popular model organism used in studying drought tolerance of plants, as it is a typical glycophyte, and many other xerophytes or desiccation-tolerant plants are similar to glycophytes in the drought-resistant mechanism. Hence, we focus on Arabidopsis to explore the drought-resistant genes in this study.

Recently, several research groups have investigated drought-mediated changes in gene expression using microarrays [2][5]. Microarray datasets typically include several thousands to tens of thousands of genes with relatively a small number of samples, but many genes are irrelevant or redundant for the purpose of this study. Biologically, there are often tens to hundreds of genes significantly associated to a trait like drought resistance. Hence, it is important to develop computational methods to mine these genes based on microarray data.

Prediction of genes associated with a trait can be formulated as a feature selection problem where key features (genes) of microarray data are indicative of a trait. Various feature selection techniques in handling gene expression data have been proposed. In particular, three types of classification-based methods were developed, i.e., filtering methods, wrapper methods, and embedded methods [6]. Feature selection using embedded SVM evaluation criterion to assess feature relevance is a typical and successful method [7]. Several other studies have provided alternative methods. For example, Support Vector Machine-Recursive Feature Elimination (SVM-RFE) was applied to train SVM for obtaining the weight of each feature and removing the one with the smallest weight iteratively [7][11]. This algorithm is superior to the “naïve” ranking with only one time RFE [7], [12]. However, this study [13] is the only study to apply the SVM-RFE method for identifying genes of an agronomic trait. Instead, current methods typically use a simple t-test for identifying important genes relevant to a trait [14], [15]. This could be problematic for integrating data from various sources. Furthermore, many researchers currently study genotype-trait relationships in an ad hoc fashion, e.g. by manually tuning various parameters that are relatively poorly understood [16]. These issues may result in vast amounts of plant microarray data being underutilized for studying genotype-phenotype relationships. One of the reasons behind these issues is lack of publicly available advanced tools. For example, while the SVM-RFE method is highly promising in analyzing microarray data, there was no software tool available.

In this study, we developed a systematic tool by improving the SVM-RFE method for identifying trait-specific genes using microarray data. The tool characterizes drought-resistant genes in Arabidopsis thaliana and is generally applicable to study genotype-phenotype relationships using gene expression data from microarray or RNA-Seq. Furthermore, the tool is freely available with source code at http://ccst.jlu.edu.cn/JCSB/RFET/.

Materials and Methods

Data source

GEO (http://www.ncbi.nlm.nih.gov/geo/) currently contains 1664 datasets with 90 GDSs, 299 platforms and 1275 series for Arabidopsis thaliana. Among these datasets, we used GSE10670 concerning global expression profiling of wild type and transgenic Arabidopsis plants in response to water stress published on September 1, 2008, and last updated on March 15, 2009. From GEO this is the largest gene expression dataset available up to date for studying plant drought resistance. The data was generated from the Affymetrix platform GPL198 Arabidopsis ATH1 Genome Array. It consists of 22,810 probes and each probe corresponds to one gene. In all we identified 22 samples from GSM269812 to GSM269833, including the wild type (WT), two independent transgenic lines (T6 and T8), and the vector control line (C2), which was used as an additional control. In all related experiments, the relative water content (RWC) of wild type and transgenic leaves during a period of dehydration was monitored. At day 7 when the transgenic plants were still at an RWC of >85%, the wild type and vector control plants were at an RWC of ∼50–60% [17]. Hence, we first chose experimental samples just on T6 and T8, which were expected to reveal drought tolerant genes. Table 1 gives the specific description of the data used, and the class label (0/1) is according to the different stress conditions. Table 2 presents the susceptibility genotype (WT and C2) data, which were used to discard the tuning genes as described later.

Data preprocessing stage

We applied a quantile-based [18] RMA (Robust Multi-chip Averages) method for normalizing microarray data. The RMA feeds probes data stored in Affymetrix CEL into a stochastic model to estimate gene expression and converts the probe data to gene expression data. We conducted the RMA analysis using Bioconductor (http://www.bioconductor.org/), which is an open-source tool for bioinformatics using the R statistical programming language.

T-test method for preliminary selection

For tens of thousands of genes, it would be of high complexity to use the SVM-RFE directly. Hence, we first employed a t-test [19] to filter out unlikely genes involved in drought tolerance. In our preliminary selection we assigned 0.001 as the p-value threshold, resulting in 736 genes, which are still too many for agronomic studies.

Using SVM-RFE method for gene selection

RFE is an iterative procedure for SVM classifier. A cost function computed on training samples is used as an objective function. Expanding in Taylor series to the second order using the OBD algorithm [20], and neglecting the first order term at the optimum of , yield:(1)

Here was used as the ranking criterion and we used LIBSVM (a library for Support Vector Machines) [21] with a linear kernel. We present below an outline of the SVM-RFE in the linear kernel. For more details about this method, see Guyon et al. [7].

Algorithm SVM-RFE.

Inputs:

Training samples (microarray datasets)Class labels (1 for well watered or 0 for drought)

Initialize:

Surviving genesGene-ranking listLimit training samples to good genesTrain the classifierCompute the weight from each selected gene:where k indicates the k-th training pattern.

Compute the ranking criterion for the i-th geneMark the gene with the lowest rankingRenew the gene-ranking listEliminate the gene with the lowest rankingRepeat until

Output:

A gene-ranking list .

We trained the classifier, computed the ranking for the 736 genes obtained and then removed the gene with the lowest ranking. We repeated the process until all the genes were removed. This iterative process is a sequence backward selection (SBS) procedure and at last the method produces a gene-ranking list with weights from high to low.

To improve prediction accuracy we conducted several rounds of bootstrapping in the SVM-RFE procedure and in each round one sorted list was produced. However, there is a shortage of experimental samples that are needed to train the SVM. This brings up two issues: one is how to generate training and test sets, and the other is how to combine the weights of each gene in each sorted list. To address these two issues, we developed the following two solutions:

  1. In order to make good use of limited data for predicting drought-resistant genes in Arabidopsis, the generation of training set is a key factor. The dataset was randomly split into n subsets of approximately equal size, then one subset was removed, and the remaining samples formed the training set. Each time a different subset was selected in such a way that all the samples had an equal chance to be selected as the training data. We call it n-CV, where n could be equal to 12, 6, 4, or 3, respectively. In the following examples, there are 12 samples from transgenic lines described in Table 1, and a 6-CV was used for each subset with two samples. Then the Leave One Out Cross Validation (LOOCV) was used for training SVM (see Figure 1). After that we performed 100 times of 6-CV and each 6-CV ran 6 times of the SVM-RFE procedure. The computational complexity of each n-CV is n*(g*O(s3)), where s is the number of samples and g is the number of genes [22]. The computational time on the training stage primarily depends on the number of genes given the small number of training samples. Hence, the computational complexity can be easily handled by filtering out unlikely genes involved. The 100 times 6-CV training took around 90 minutes to get the results on a desktop computer with Intel Core 2 Duo E6750 and DDR2 2GB memory.
  2. We acquired 100 sorted lists, and designed a re-ranking measure to take occurrence and ranking of every gene into account to form a final ranking list of all genes:(2)where p is the number of times for CV, is the sum of one gene's weights in p experiments, and is the weight in the k-th occurrence in sorted lists. shows the ranking of one feature in the k-th list.(3)

Here, we have top 10 (N) genes and 100 (p) SVM-RFE trainings. Thus, we obtain a final list containing the optimal genes sorted by in decreasing order. The algorithm flowchart is shown in Figure 2.

thumbnail
Figure 2. Algorithm flowchart for identifying drought-resistant genes.

https://doi.org/10.1371/journal.pone.0021750.g002

Results and Discussion

By applying the SVM-RFE method in analyzing the drought-resistant genotype based on the microarray data, we selected 10 genes in the final list according to in Eq. 2, as summarized in Table 3. Figure 3 shows the occurrence of these genes in top-10 list and also in top-30 list when conducting 100 times of 6-CV. It shows that the occurrence of these genes in the top list is very high and consistent. We checked the functional annotations using GO (http://www.geneontology.org/), KEGG pathways (http://www.genome.jp/kegg/) and the literatures [2], [23][28], and obtained the related information shown in Table 3. From Table 3 it can be seen that most of the genes have no specific molecular function annotations. This is not surprising as the water stress tolerance is a complex trait, which resulted from sophisticated coordination of physiological and biochemical alterations at the cellular and molecular levels [24].

thumbnail
Figure 3. The occurrence of selected 10 genes in the top-10 and top-30 lists when conducting 100 times of 6-CV.

The gene order is the same as that in Table 3.

https://doi.org/10.1371/journal.pone.0021750.g003

thumbnail
Table 3. Selected 10 genes related to drought-resistant genotype.

https://doi.org/10.1371/journal.pone.0021750.t003

Table 3 reveals some interesting biological features. Both the first and second genes directly respond to water deprivation. The cellular component of the second gene is chloroplast where photosynthesis of plants occurs. As photosynthesis uses carbon dioxide and water releasing oxygen, it is likely that this gene plays some role in water utilization in chloroplast. The third and fifth genes are both related to defense response, whose pathway is known to have cross-talk with drought resistance pathway [29].

The sixth gene in the table responds to wounding and it may help repair the damage of cell caused by water loss. Some other genes in the list may also be related to drought resistance. The eighth-ranked gene responds to osmotic stress and salt stress. Osmotic adjustment is an important physiological mechanism adapting to water stress [24]. Osmotic adjustment can maintain a dynamic balance between damage and repair of cellular components to relieve plants injury and improve plants' ability of stress resistance.

In the column GO: Component of Table 3, all of the 3rd, 5th, 6th, 7th, and 8th genes belong to membrane systems, like endomembrane, plasma membrane, and so on. Membrane system is the key part damaged by drought stress and it is the most sensitive original reaction site against adversity [25]. Membrane, together with associated proteins, provides cells with not only a relatively stable internal environment, but also provides a switch to material transportation, energy exchange and information transmission between cells and the environment. Therefore, these five genes may help adjust osmotic membranes to boost drought resistance. In all we have demonstrated that seven genes may be closely related to water tolerance for Arabidopsis, i.e., the 1st, 2nd, 3rd, 5th, 6th, 7th, and 8th genes in Table 3.

We also repeated the computational process with the susceptibility genotype samples (WT and C2), and obtained the top-10 gene list as described in Table 4. From the relative function annotations, it appears that most of these genes have little relationship with the ability of drought resistance, which may explain why these genotypes do not have capacities of drought resistance.

thumbnail
Table 4. Selected 10 related to water-susceptibility genotype.

https://doi.org/10.1371/journal.pone.0021750.t004

Our understanding of the functions of these seven genes is far from complete. Compared the top-10 gene list obtained from the resistant genotype with the susceptibility genotype list, 3 genes are the same, which are the 1st, 2nd, and 8th in Table 3, and the 10th, 8th, and 5th in Table 4. We call the same ones tuning genes [16]. Maybe their adaptability to hydropenia is the result of irritable reactions to environmental changes. So by removing the tuning genes from the top-10 gene list with transgenic genotype, the inference is that the real drought-resistant genes should be in the 7 ones in Table 5 (a subset of Table 3). And with the same thought, we analyzed the two top 100 gene lists using the resistant genotype and the susceptibility genotype, respectively (see Table S1 and Table S2 for the detailed information). Comparing the top-100 gene list obtained from the resistant genotype with the susceptibility genotype list, it can be seen that 37 genes overlap (tuning genes). In Table S1, the “Overlap” column indicates the tuning genes. We compared our result against the result published by Huang et al. [30] to look for the overlap of the genes identified to be involved in drought resistance. Our comparison shows that 5 out of the 10 genes from resistant genotype and 6 out of the 10 genes from susceptible genotype are identified to be the same. When we expanded our analysis to include the top 100 genes, 50 genes of the resistant genotype and 42 of the susceptible genotype overlap with the gene lists in the published results. GO term enrichment analysis was also performed for the annotations of the top 100 genes in the resistant and susceptibility genotypes, respectively using Amigo GO Term Enrichment Tool (http://amigo.geneontology.org/cgi-bin/amigo/term_enrichment) as shown in Table 6. All the GO terms identified for both genotypes with a significant p-value less than 0.001 have functional categories related to the drought stress.

thumbnail
Table 5. The new list with the tuning genes removed from the top-10 resistant gene list.

https://doi.org/10.1371/journal.pone.0021750.t005

thumbnail
Table 6. GO Term Enrichment for resistant and susceptibility genotypes.

https://doi.org/10.1371/journal.pone.0021750.t006

The SVM-RFE algorithm was used in cancer marker gene prediction with abundant datasets. However, there are much fewer microarray samples for finding the drought-resistant genes of Arabidopsis. Hence, we modified the original SVM-RFE method to address this drawback by using bootstrapping and leave-one-out cross-validation. Our study shows that the improved method is effective for identifying drought-resistance genes. Since the sparseness of gene expression data for studying genotype-trait relationships is a common issue, the method provides a framework for handling this issue. The framework has some advantages over some other feature selection methods that require extensive training data, such as random forest [31]. This is by no means a replacement of additional experimental data, but it can effectively utilize the sparse data available to generate useful hypotheses and guide further targeted experimental work.

Although Arabidopsis is a model organism for plant gene function analysis and gene expression studies, few genes related to drought resistance mechanisms are annotated with direct experimental evidences. There is a need to predict additional drought-resistance genes based on gene expression data. The predictions of drought-resistance genes generated by the JU/MU development of the SVM-RFE method-based software provides useful hypothesis for experimentalists to verify. For example, the 3rd, 8th and 10th genes in Table 3 are not annotated as drought-resistance genes, but they are highly likely involved in drought resistance. Perhaps a major challenge in the future is to inquire into the relative contribution of each gene to water tolerance. The JU/MU approach is applicable to the study of plant genes related to other stress resistance and genes associated with any agronomic trait in general.

Supporting Information

Table S1.

Detailed information of top 100 genes from resistant genotype.

https://doi.org/10.1371/journal.pone.0021750.s001

(DOC)

Table S2.

Detailed information of top 100 genes from susceptibility genotype.

https://doi.org/10.1371/journal.pone.0021750.s002

(DOC)

Acknowledgments

We thank Zhang Chen and Du Wei for helpful discussions and technical assistance.

Author Contributions

Performed the experiments: FZ JW. Analyzed the data: TJ YW. Wrote the paper: FZ YL DX. Conceived and designed the study: FZ YW YL. Guided the method development and data analysis: DX YW YL.

References

  1. 1. Vinocur B, Altman A (2005) Recent advances in engineering plant tolerance to abiotic stress: achievements and limitations. Current Opinion in Biotechnology 16(2): 123–132.
  2. 2. Kathiresan A, Lafitte HR, Chen JX, Mansueto L, Bruskiewich R, et al. (2006) Gene expression microarrays and their application in drought stress research. Field Crops Research 97(1): 101–110.
  3. 3. Matsui A, Ishida J, Morosawa T, Okamoto M, Kim J-M, et al. (2010) Arabidopsis tiling array analysis to identify the stress-responsive genes. Plant Stress Tolerance: Methods and Protocols 639: 141–155.
  4. 4. Kankainen M, Brader G, Törönen P, Palva ET, Holm L (2006) Identifying functional gene sets from hierarchically clustered expression data: map of abiotic stress regulated genes in Arabidopsis thaliana. Nucleic Acids Res 34(18): e124.
  5. 5. Zhang W, Ruan J, Ho TH, You Y, Yu T, et al. (2005) Cis-regulatory element based targeted gene finding: genome-wide identification of abscisic acid- and abiotic stress-responsive genes in Arabidopsis thaliana. Bioinformatics 21(14): 3074–3081.
  6. 6. Saeys Y, Inza I, Larranaga P (2007) A review of feature selection techniques in bioinformatics. Bioinformatics 23(19): 2507–2517.
  7. 7. Guyon I, Weston J, Barnhill S, Vapnik V (2002) Gene selection for cancer classification using support vector machines. Machine Learning 46(1–3): 389–422.
  8. 8. Lu Y, Gao Y, Cao Z, Cui J, Dong Z, et al. (2010) A study of health effects of long-distance ocean voyages on seamen using a data classification approach. BMC Medical Informatics and Decision Making 10: 13.
  9. 9. Ding Y, Wilkins D (2006) Improving the performance of SVM-RFE to select genes in microarray data. BMC Bioinformatics 7: Suppl 2S12.
  10. 10. Zhou X, Tuck DP (2007) MSVM-RFE: extensions of SVM-RFE for multiclass gene selection on DNA microarray data. Bioinformatics 23(9): 1106–1114.
  11. 11. Johannes M, Brase JC, Fröhlich H, Gade S, Gehrmann M, et al. (2010) Integration of pathway knowledge into a reweighted recursive feature elimination approach for risk stratification of cancer patients. Bioinformatics 26(17): 2136–2144.
  12. 12. Yousef M, Ketany M, Manevitz L, Showe LC, Showe MK (2009) Classification and biomarker identification using gene network modules and support vector machines. BMC Bioinformatics 10: 337.
  13. 13. Wang JX, Zhang F, Wang Y, Fu Y, Xu D, et al. (2011) Salt tolerance genes selection in Oryza Sativa using SVMRFE based on Microarray. pp. 30–35. 3rd International Conference on Bioinformatics and Computational Biology (BICoB), New Orleans.
  14. 14. Swindell W, Huebner M, Weber A (2007) Plastic and adaptive gene expression patterns associated with temperature stress in Arabidopsis thaliana. Heredity 99: 143–150.
  15. 15. Lionneton E, Aubert G, Ochatt S, Merah O (2004) Genetic analysis of agronomic and quality traits in mustard (Brassica juncea). Theor Appl Genet 109: 792–799.
  16. 16. Maury LL, Marguerat S, Bähler J (2008) Tuning gene expression to changing environments: from rapid responses to evolutionary adaptation. Nature Reviews Genetics 9: 583–593.
  17. 17. Perera IY, Hung CY, Moore CD, Stevenson-Paulik J, Boss WF (2008) Transgenic Arabidopsis plants expressing the type 1 inositol 5-phosphatase exhibit increased drought tolerance and altered abscisic acid signaling. Plant Cell 20(10): 2876–2893.
  18. 18. Irizarry RA, Hobbs B, Collin F, Beazer YD, Antonellis KJ, et al. (2003) Exploration, normalization, and summaries of high density oligonucleotide array probe level data. Biostatistics 4(2): 249–264.
  19. 19. Baldi P, Long AD (2001) A Bayesian framework for the analysis of microarray expression data: regularized t-test and statistical inferences of gene changes. Bioinformatics 17(6): 509–519.
  20. 20. LeCun Y, Denker JS, Solla SA (1990) Optimal brain damage. In: Touretzky DS, editor. Advances in Neural Information Processing Systems II. San Mateo, CA: Morgan Kaufman. pp. 598–605.
  21. 21. Chang CC, Lin CJ (2001) LIBSVM: a library for support vector machines. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm.
  22. 22. Tsang IW, Kwok JT, Cheung PM (2005) Core Vector Machines: Fast SVM Training on Very Large Data Sets. Machine Learning Research 6: 363–392.
  23. 23. Czechowski T, Stitt M, Altmann T, KUdvardi M, Scheible W (2005) Genome-Wide Identification and Testing of Superior Reference Genes for Transcript Normalization in Arabidopsis. Plant Physiology 139(1): 5–17.
  24. 24. Ramanjulu S, Bartels D (2002) Drought-and desiccation-induced modulation of gene expression in plants. Plant, Cell and Environment 25(2): 141–151.
  25. 25. Villadsen D, Rung JH, Nielsen TH (2005) Osmotic stress changes carbohydrate partitioning and fructose-2, 6-bisphosphate metabolism in barley leaves. Functional Plant Biology 32(11): 1033–1043.
  26. 26. Valliyodan B, Nguyen HT (2006) Understanding regulatory networks and engineering for enhanced drought tolerance in plants. Current Opinion in Plant Biology 9(2): 189–195.
  27. 27. Kwon YR, Lee HJ, Kim KH, Hong SW, Lee SJ, et al. (2008) Ectopic expression of Expansin3 or Expansinβ1 causes enhanced hormone and salt stress sensitivity in Arabidopsis. Biotechnology Letters 30(7): 1281–1288.
  28. 28. Liu X, Hua X, Guo J, Qi D, Wang L, et al. (2008) Enhanced tolerance to drought stress in transgenic tobacco plants overexpressing VTE1 for increased tocopherol production from Arabidopsis thaliana. Biotechnology Letters 30(7): 1275–1280.
  29. 29. Narusaka Y, Narusaka M, Seki M, Umezawa T, Ishida J, et al. (2004) Crosstalk in the responses to abiotic and biotic stresses in Arabidopsis: analysis of gene expression in cytochrome P450 gene superfamily by cDNA microarray. Plant Mol Biol 55(3): 327–342.
  30. 30. Huang DQ, Wu WR, Abrams SR, Cutler AJ (2008) The relationship of drought-related gene expression in Arabidopsis thaliana to hormonal and environmental factors. Journal of Experimental Botany 59(11): 2991–3007.
  31. 31. Li J, Gao Z (2009) Random forests: an important feature genes selection method of tumor. Acta Biophys Sin 25: 51–56.