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

Peculiar Genes Selection: A new features selection method to improve classification performances in imbalanced data sets

Abstract

High-Throughput technologies provide genomic and trascriptomic data that are suitable for biomarker detection for classification purposes. However, the high dimension of the output of such technologies and the characteristics of the data sets analysed represent an issue for the classification task. Here we present a new feature selection method based on three steps to detect class-specific biomarkers in case of high-dimensional data sets. The first step detects the differentially expressed genes according to the experimental conditions tested in the experimental design, the second step filters out the features with low discriminative power and the third step detects the class-specific features and defines the final biomarker as the union of the class-specific features.

The proposed procedure is tested on two microarray datasets, one characterized by a strong imbalance between the size of classes and the other one where the size of classes is perfectly balanced. We show that, using the proposed feature selection procedure, the classification performances of a Support Vector Machine on the imbalanced data set reach a 82% whereas other methods do not exceed 73%. Furthermore, in case of perfectly balanced dataset, the classification performances are comparable with other methods. Finally, the Gene Ontology enrichments performed on the signatures selected with the proposed pipeline, confirm the biological relevance of our methodology. The download of the package with the implementation of Peculiar Genes Selection, ‘PGS’, is available for R users at: http://github.com/mbeccuti/PGS.

Introduction

High Throughput (HT) experiments have become one of the major source of genomic and trascriptomic information, providing insights into the modulation of gene expression profiles of samples under different conditions. The high potential of HT technologies lies in the quantity of information obtained by one experiment which may increase the possibility of discovering unknown mechanisms underpinning the differences in the biological conditions of interest. For this reason, one of the goals of HT data analysis is the detection of biomarkers for classification purposes [13]. Despite this high potential, both the high-dimensional output of such technologies and the characteristics of the data set analyzed may represent an issue for classification.

The problem of high-dimensionality of the output is known as the large p small n problem, where p indicates the number of available predictors—i.e. the thousands of genes assessed—and n indicates the number of conditions tested in the experiment—i.e. the number of samples. In the last years, several machine-learning approaches have been proposed to deal with the risk of overfitting deriving from the large p small n problem, leading to a vaste literature about classification methods and features selection/extraction [48].

Features selection and features extraction methods reduce the data dimensionality by removing noise and non-informative data and by storing the information needed for the classification purpose in a subset of features called signature.

The difference of the two approaches relies in how the signature is created from original data. Indeed, feature selection methods shrink the information related to sample classification in the (sub-)optimal subset by removing irrelevant or redundant variables without altering the original representation of the features. Feature extraction methods creates new predictors as combination of the features [9].

Once the signature is selected, a classification method is applied to test it. Even though both feature extraction and feature selection are good solutions for the large p small n problem, feature selection allows extraction of meaningful biological rules from the classifier without altering the original characteristics of the selected features and it is less computationally expensive to perform [9].

Another important aspect to consider in classification tasks is the possibility that the data set analyzed is characterized by imbalance among the size of classes. The issue of class imbalance and how to derive good biomarkers from such datasets has received a great deal of interest from the research community and has been the focus of several recent studies [1013]. Recent works proposed an undersampling-based approach to handle the imbalance between classes size [2, 3]. Also new classifiers, specific for imblanced data sets, were developed and succesfully tested implemented [13, 14]. Classification algorithms are indeed affected in their accuracy performances by imbalance because it is harder to detect the discriminating characteristics of the underrepresented class. This fact leads to high levels of misclassification of samples belonging to the underrepresented class even if there is a good overall accuracy.

The imbalance problem frequently occurs in the new discipline of systems vaccinology [15, 16] where HT experiments are mainly used for the detection of gene signatures predictive of possible adverse reactions related to vaccination or suboptimal vaccine responsiveness. In this clinical context the imbalance in the data sets is due to the fact that a vaccine reaching the human testing phase is supposed to elicit an high response in the majority of the subjects, leading to a poorly populated non-responders response category.

HT studies are commonly used also in cancer-related researches where the capability to distinguish between cancerous and noncancerous tissues or to classify different type of cancer is indeed an inestimable help in medical and biological domain.

Microarrays are a commonly used HT technology which measure the expression levels of large numbers of genes simultaneously or to genotype multiple regions of a genome extracted from a relatively small human samples. The necessity of tools to extract significant information from microarray experiments leads to a vaste amount of softwares and packages available [1719]. However, the absence of the possibility, in case of imbalanced data sets, to set the parameters of a classifier in order to correctly classify samples belonging to the underrepresented class, is the cause of one of the shortcoming of currently available tools for microarray data analysis.

In this study we present a new features selection method, called Peculiar Genes Selection (PGS), to identify predictive biomarkers that are robust to class imbalance and improve the Support Vector Machine (SVM) classification performances in case of imbalanced data sets. The PGS procedure is also applied to a balanced dataset to confirm that it perform well also when the size of the classes is the same. The biomarkers generated by this procedures are therefore a suitable compromise between maximum overall accuracy and correct classification within the underrepresented class.

The novelty of PGS relies on the simple and fast computation of a binary matrix, created by fitting a logistic regression model using single gene expression as predictor of the class label of samples. Grids of parameters for the SVM (i.e. different kernels, same kernels with different initial coefficient and degree, cost and class weights) were explored to maximize one of the three metrics related to classification tasks: overall accuracy, specificity and sensitivity. Since these three metrics are strongly inversely related, the parameters maximizing one do not maximize the other two.

We then compare the classification results obtained on two public microarray data sets with those obtained using one of the available packages for microarray data analysis: the Classification for MicroArrays package, CMA, available under the Bioconductor distribution for R software [18] and with those obtained using MRMD, Maximum Relevance Minimum Distance, a correlation-based feature selection procedure minimizing the feature redundancy and maximizing the correlation with the target class [20].

Materials and methods

Data sets

We applied our pipeline on two public sets of data available at NCBI GEO database: a vaccination-related, (GEO accession code: GSE48024) [21], and a cancer-related, (GEO accession code: GSE19804) [22].

Vaccination dataset description.

This dataset is the result of two studies conducted on two different cohorts of patients. The first cohort, consisting of 119 adult male subjects vaccinated with the 2008–2009 inactivated trivalent influenza vaccine (A/ Brisbane/ 59/ 2007 [H1N1], A / Brisbane/10/ 2007 [H3N2], B/ Florida/ 4/ 2006, Sanofi-Pasteur, Lyon, France). A second cohort, included 128 adult females that received the 2009–2010 trivalent influenza vaccine (A/ Brisbane/ 59/ 2007 [H1N1], A/ Brisbane/ 10/ 2007 [H3N2], B/ Brisbane/ 60/ 2008 strains, Sanofi-Pasteur, Lyon, France).

Fig 1 shows the schedule of the visits along with the data that were used for this study. Peripheral blood samples were taken immediately before (day 1) and after vaccination on days 1, 3, and 14 whereas the antibody titers measurements were available before vaccination and on days 14 and 28 after vaccination.

thumbnail
Fig 1. Schematic representation of the vaccination time scheduling experiment used in the present study.

https://doi.org/10.1371/journal.pone.0177475.g001

Classification of subjects.

Since the proposed pipeline is specific for binary classification problems, the selected subjects were classified into two classes: ‘High responders’ and ‘Low responders’. The classification is usually based on the 4 fold-increase of the antibody titers following the vaccination. However, because of the well known baseline effect [23, 24], consisting in an inverse relation between fold-increase and baseline levels of the antibody titers, in influenza-related trials this rough criterion might lead to misclassification. To circumvent this issue, a threshold Ti, i ∈ { H1N1, H3N2, FluB } was detected as the highest baseline level at which a subject was able to reach a 4 fold-increase in his antibody titers.

Cancer data set description.

The cancer-related data set consists in 60 paired samples of tumor and adjacent normal lung tissue coming from a study conducted in Taiwan on non-smokers females aged 50 to 70 years old. Three tumors are represented in the data set: Adenocarcinoma, Bronchioloalveolar and Squamous carcinoma (56, 3, 1 sample respectively).

Methodology

The proposed methodology is a new feature selection procedure called Peculiar Genes Selection (PGS), that detects genes characterizing the class of the samples they belong to. The classification accuracy performances of the gene signature derived from the application of PGS are evaluated using a SVM classifier exploring grids of parameters to maximize the desired metric: overall accuracy and specificity.

The Peculiar Genes Selection procedure.

In the proposed pipeline the feature selection is performed in three steps:

  1. Identification of Differentially Expressed Genes (DEGs)
  2. Identification of good predictors
  3. Selection of the peculiar good predictors for each class

Step 1 allows the detection of J differentially expressed genes under two conditions of interest leading to a significative data dimensionality reduction [25].

Step 2 is based on the computation of a regression model in which single variable levels are used to predict the class label of each subject [26].

Let N be the number of subjects with n + m = N, n being the number of subjects belonging to class 0 (‘C0’) and m the number of subjects belonging to class 1(‘C1’). Let also J be the number of DEGs detected in step 1. We indicate with Xj = {xj1, …, xjN}, j ∈ {1, …, J} the expression of the j-th DEG across all subjects and with the ordered N dimensional vector of true classification labels, where , and .

PGS computes J logistic regressions to predict the probability of each subject to be a success, in other words to belong to class ‘1’, given the expression of the j-th independent variable Xj. Eq (1) shows the model of logistic regression used, where pi is the predicted probability of success for subject i, β0 the intercept of the model, βj the fitted parameter and Xji the expression of the j-th gene of subject i. (1)

The logistic-regression fit lead to J N-dimensional vectors p of predicted probabilities of ‘success’, where each component is the pi calculated in Eq (1). Since the possible class labels are only 0 and 1, the classification vector , predicted using the j-th gene as independent variable, is obtained by applying the following criterion: (2) where τ stands for pre-selected threshold value that can varies in case of strong imbalance between classes size.

The comparison of with measures the ability of each predictor to correctly classify the subjects. This quantity is called predictive power (pp) and it is defined as follows: (3)

The J values of pp form a distribution of predictive power values, describing the ability of the DEGs of classifying the samples. The P, with PJ, good predictors are chosen among the DEGs which pp >= q, with q being a quantile of the predictive powers distribution, describing the minimal number of subjects a DEG needs to correctly classify to be considered a good predictor.

Step 3 consists in the analysis of the binary matrix , where each row is represented by one of the P binary vectors created in step 2 and each column contains the classification labels assigned to subject i by each predictor.

In an unrealistic situation where all the DEGs have pp = 1, meaning that , , would have the first n columns filled with 0 and the remaining m columns filled with 1.

To select the peculiar predictors for ‘C0’, denoted by , the algorithm focuses on the first n column of containing the n samples belonging to class 0. It detects the features that assign the correct class label to the majority of the samples and simultaneously detects the most mislclassified samples. In fact, the basic idea is that the peculiar genes are those capable to correctly classify a subject when the majority of genes misclassifies them.

The criterion used to identify the most misclassified subjects is based on the analysis of the n columns of . Whenever the p-th gene misclassifies the i-th sample then since we are focusing on samples whose correct classification is 0. Hence, the sum overall the i-th column of represents the number of features misclassifying the sample. The column indexes corresponding to highest sum values are the most misclassified samples. The same procedure applies to samples belonging to class 1, being careful to minimize the sum values instead of maximizing them, in order to find the most misclassified samples. To formalize this procedure, Kk, k ∈ {0, 1} indicates the chosen quantile of the misclassification distribution to detect the most misclassified subjects in the two classes: (4)

The peculiar genes are now easily detectable as the genes (rows of ) voting for the correct classification of the most misclassified subjects and they are denoted by and for ‘low responders’and ‘high responders’respectively.

It may occurs that either or . In this case, one can relax the thresholds that define the misclassified samples or introduce a ‘tolerance’ in the features choice, for example including features misclassifying a pre-selected number of most misclassified samples.

The final selected signature will be the union of the two lists of features, denoted by (5)

The classifier parameters setting.

The PGS procedure provides a signature S that is used to build our classification model. Classification algorithms extract meaningful rules from available data to build a model capable of correctly classify new inputs with the right label. Learning procedures can be supervised or unsupervised. In the first case the problem is presented with example inputs and their desired outputs, given by a priori knowledge and the goal is to learn a general rule that maps inputs to outputs. In the second case no labels are given to the learning algorithm, leaving it on its own to find structures capable of classify its input [27, 28].

In this paper we present a supervised approach using the Support Vector Machine (SVM) as classifier [29]. SVMs are widely studied and used classifiers in many different domains as described in [30] and [31]. Recently, they also became a useful tool in the classification of samples coming from microarray experiments [32, 33].

SVMs separate a given set of binary labeled training data finding the equation of the hyperplane that maximizes the distance between the two classes. In case of noisy/sparse data the linear separation of the two classes is not always possible in the input space. In this case SVMs can perform a non-linear mapping of data in a so called feature space where the classes are linearly separable by using the ‘kernel’ technique [34].

Let S be a sample of n labeled data points: S = {(x1, y1), …, (xn, yn)}, where , yi ∈ {0, 1} and let be a mapping from the input space to the feature space F. The kernel technique allow to define the inner product in the feature space without computing the mapping of inputs xiϕ(xi) by the relation K(xi, xj) = ϕ(xi) ⋅ ϕ(xj). Classical choices for kernel functions are where σ, d, a, r are kernel parameters to be tuned.

SVMs give the possibility to chose a constant c to account penalties for misclassification. This pipeline uses SVM as classifier and explores a grid of parameters in order to detect the setting which allows the best classification performances on the selected metric.

In order to assess the accuracy of the model, it is common practice to split the original data set into k training and validation sets [35, 36]. This procedure is called k-fold cross-validation and usually uses the 80% of the original data for training the model and the 20% of the remaining samples to check the accuracy of the model on new inputs [37]. All the performances of the model presented in this work are evaluated with a 10 fold cross-validation procedure.

Results

To evaluate the proposed approach, we applied the PGS on the two public microarray data sets described in Materials and Methods and we compared the classification performances to those obtained using MRMD software and the CMA package.

Vaccination dataset

The proposed pipeline is specific for binary classification tasks. As described in Materials and Methods section, the binary classification of the samples was based on the 4-fold increase in the antibody titers levels: subjects reaching a 4-fold increase between day 1 and day 28 against at least one of the three antigens were labeled as ‘high responders’while the others were labeled as ‘low responders’.

Fig 2A, 2B and 2C show that subjects with antibody-titers T such that Ti > 256, i ∈ { H1N1, H3N2, FluB } at the baseline, never exceed a 4-fold increase. Therefore, to avoid misclassification due to pre-existing immunity, all subjects with a baseline titer Ti > 256 were excluded from subsequent analysis.

thumbnail
Fig 2. Negative association between baseline MN titers and titers fold-increase.

Almost all subjects with a baseline MN titers higher than 256 did not reach the 4 fold-increase, fact that may lead to confounding effects in the classification procedure. This condition was met with all three antigens of the vaccine H1N1 (A), H3N2 (B), FluB(C).

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

According to the classification criterion, 49 of the remaining samples were labeled as low responders and 144 as high responders. With such a relatively small sample size, it appears evident the imbalance between the two class sizes: the number of high responders is around three times the number of low responders. This situation is not surprising: the vaccination is expected to elicit a good response in the majority of the people.

The features selection procedure.

PGS, as described in Materials and Methods, consists of three steps. The identification of DEGs, (Step 1), was performed using limma package [17], available under Bioconductor distribution. We set as contrasts the difference in genes expression one day before and one day after the vaccination. This step allowed us to reduce the data dimensionality of one magnitude order: from 28450 genes present on the microarray, only 3605 were significantly differentially expressed (Adjusted p-value ≤ 0.01).

For the detection of the good predictors (Step 2), we applied the logistic regression model using fold-change of the gene expression between day 0 and day 1 as independent variable. To predict the class label of each subject we then applied the criterium presented in Eq (2), setting τ = 0.6. The fit of the model allowed us to compute, for each gene, the proportion of subjects correctly classified, which is referred to as predictive power (pp). We defined good predictors the genes whose pp belonged to the 5th percentile of the pp distribution of all the DEGs as showed in Fig 3.

thumbnail
Fig 3. Histogram showing the predictive power distribution of all DEGs.

The right 5th percentile of the distribution, in black, represents the number of genes selected as good predictors. The numbers on the columns of the histogram represent the number of genes with the same pp.

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

The peculiar genes selection (Step 3), required the analysis of the binary matrix obtained in Step 2. Computational experiments showed that by setting K0 = 165 and K1 = 20, we identified 2 highly frequently misclassified ‘low responders’and 5 frequently misclassified ‘high responders’. The algorithm detected 11 peculiar genes belonging to and 19 belonging to .

Tables 1 and 2 shows that the Gene Ontology (GO) on S, performed with Erichr [38, 39], found statistically significant enrichments in the biological processes involved in the immune response to virus. More specifically, the cytokine-mediated signaling pathway and in the type-I interferon signaling pathway are known to play an important role in host defense against virus. Table 3 shows that the antigen processing and presentation pathways are significantly enriched in the signature S, confirming the biological relevance of PGS.

To conclude the comparison of the feature selection procedures, we compared the lists of genes belonging to the different signatures. Fig 4 showed that MRMD, PGS and Random Forest selected signatures with the lowest overlap with all the others, whereas the other features selection procedures show a good overlap of genes.

thumbnail
Fig 4. Number of genes shared by the signatures selected from the different feature selection methodologies.

https://doi.org/10.1371/journal.pone.0177475.g004

To further investigate the properties of the genes shared among the different sigantures, we detected 43 genes selected by at least 5 different feature selection procedures. The GO perfermed on the list of the most selected genes showed results reported in Table 4, where no biological process is significantly enriched, suggesting that even considering the union of the most selected genes in the different signatures, the number of genes representing a particular biological process is too low to lead to a significant enriched pathway.

thumbnail
Table 4. Biological processes enriched in the ‘most selected genes’list.

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

Classification results.

We performed classification experiments using the feature selected as described in the previous paragraph to build a classification model with SVMs using a 10-fold cross-validation. Table 5 shows the results obtained applying our pipeline on the two most interesting cases for this set: the maximization of the accuracy on the entire validation set and the maximization of the specificity -i.e. when we want to detect all the samples belonging to the underrepresented class-.

The 10 fold-cross validation showed that the model reached its best performance maximizing the overall accuracy when the kernel of the SVM is a polynomial; -i.e. of the form Kij(xi, xj) = (〈xi, xj〉 + c0)d, where d = 5 is the degree and c0 the initial coefficient. The associated cost is 0.1, where the cost parameter for an SVM represents the tolerance of misclassification within each training example. When the parameter is small it means that the SVM looked for a larger-margin separating hyperplane allowing misclassification. To maximize the overall accuracy, the weight vector, the parameter accounting for the imbalance in the SVM has equal components: the same weight is given to both classes. Interestingly the situation is completely different when we want to detect all the subjects belonging to the underrepresented class: in this case, the imbalance in the classes size is reflected by the weight vector that shows the same strong imbalance between its two components.

Table 6 shows the best classification performances using different feature selection procedures in combination with the same classifier SVM where the tuning was possible only for fewer parameters. The list of genes selected by all the feature selection procedures tested are reported in S1 File.

Cancer data set

In Cancer data set description we pointed out that this data set is composed by paired-samples: each subject indeed, provided two samples of tissue, one normal and one tumor. This important remark has two main consequences on the subsequent analysis:

  1. no risk of misclassification in labeling the samples with 0 or 1
  2. perfect balance between the size of the two classes, with 60 samples in each.

The features selection procedure.

To detect DEGs in this case study (Step 1) we used the limma setting as contrast the class labels of the samples. We detect 10901 DEGs starting from a chip containing 21655 genes. To detect the good predictors, as described in Step 2, we applied the logistic regression model using the gene expression of each sample to predict its class. For this dataset the τ used to predict the class labels of the samples was τ = 0.5. We obtained the pp distribution and, we defined good predictors the genes whose pp belonged to the 99th percentile of the pp distribution of all the DEGs as showed in Fig 5.

thumbnail
Fig 5. Histogram showing the predictive power distribution of all DEGs.

The 99th percentile of the distribution, in black, represents the number of genes selected as good predictors.

https://doi.org/10.1371/journal.pone.0177475.g005

For this data set, the peculiar gene selection (Step 3 of our procedure) required the analysis of the binary matrix obtained in Step 2. Computational experiments showed that by setting K0 = 10 and K1 = 80 this analysis led to the detection of 2 highly frequently misclassified ‘low responders’ and 6 highly frequently misclassified ‘high responders’. The algorithm, found 4 peculiar genes belonging to and 20 peculiar genes belonging to . The GO performed on the signature did not show any biological process nor molecular function significantly enriched whereas the analysis using the oncogenic signature database showed an enrichment on epidermal growth factor receptors as reported in Table 7.

Also for this data set, we compared the lists of genes selected by the different feature selection procedures. As in the vaccination data set, Fig 6 shows that the overlap among the genes selected by PGS and MRMD with those selected by the other feature selection procedures is low. On the contrary, despite the small number of genes per signature, the other feature selection methods seem to have a better agreement on the choice of the predictors. The list of genes selected by all the feature selection procedures tested are reported in S2 File.

thumbnail
Fig 6. Number of genes shared by the signatures selected from the different feature selection methodologies.

https://doi.org/10.1371/journal.pone.0177475.g006

Accordingly to what we did for the vaccination data set, we selected the genes that appeared in at least 5 different signatures as the ‘most selected genes’and we performed a gene ontology study. The GO results showed that no biological process nor molecular functions were significantly enriched, results confirmed also for the ‘most selected genes’. However, using the oncogenic signature database, we found again a significant enrichment for the epidermal growth factor, p-value <0.05 but not for KRAS. Significant enrichments were detected for genes up-regulated during early stages of differentiation of embryoid bodies from embryonic stem cells or embryonic fibroblasts (ESC V6.5 UP EARLY.V1 UP, NFE2L2.V2, PRC2 SUZ12 UP.V1 UP, ESC V6.5 UP LATE.V1 UP). The results of GO performed on the oncogenic database are showed in Table 8.

Classification results.

We applied PGS method to the cancer data set and compared the results with those obtained by using the CMA package with all the feature selection methods available. For this data set no parameter tuning was necessary: the optimal results were obtained by using the default settings of the SVM classifier, choosing a polynomial kernel: the default degree is 3, the initial coefficient is 1. The optimal cost here is, again, 0.1. The perfect balance between the two classes size lead to the logical choice of a weight vector whose components are equal (i.e. w0 = w1 = 1).

Table 9 shows the mean results obtained applying our classification method with a 10-fold cross-validation, whereas Table 10 shows the CMA performances.

Discussion

The advent of HT technologies are fostering the implementation of different computational approaches for classification tasks. However, intrinsic characteristics of the data set, such the imbalance between the size of the classes, still represent an issue for the classification purpose.

In this paper we present a new feature selection method in 3 steps, called Peculiar Genes Selection, for the analysis of high dimensional data sets. The proposed pipeline detects the features that characterize the two classes and use them as a biomarker for predicting the class label of new inputs.

We applied PGS on two different data sets and then compared the classification performances with those obtained using other features selection methods already implemented in the CMA package and MRMD software. Following the recent literature about classification tasks with biological data, we decided to use as classifier an SVM. However, the presented pipeline can be used in combination with any other classifier that better suits the researcher purposes.

Two case study are considered, both concerning microarray experiments: one from a vaccination trial, the other from a cancer study. Despite all data come from microarray experiments, the two data sets have different characteristics that impact on the classification task. In the vaccination case, the blood samples come from healthy subjects who probably already encountered influenza virus before being enrolled for the trial; this situation is clearly reflected by the baseline effect underlined in Results section. Additionally, the vaccination data set required a first step of analysis to assign the class label to samples, step that was unnecessary for the cancer data set. In such a scenario we have to consider also the noise present in the data, explained by the across-subjects variability and by the fact that the expression of transcripts in the whole blood is a surrogate tissue to measure the immune response.

Second, the strong imbalance in the two classes size prevent the correct classification of both classes simultaneously: either the SVM privileges the overall accuracy penalizing the underrepresented class or it can detect all the underrepresented class but does not correctly classify the other one.

For this case study, the classification results reported in Tables 5 and 6 show that it is not possible to reach an overall accuracy higher than 82% using PGS as feature selection method and an averaged overall accuracy of 66.4% using the features selection methods included in the CMA package. PGS detected a signature of 14 genes belonging to and 17 genes belonging to . The GO of the resulting signature showed enrichments in response to virus and in cytokines-mediating signaling pathways, confirming the biological meaning of the proposed procedure.

In the cancer case-study PGS detected a signature of 40 genes, 27 in and 13 in , whose GO on an Oncogenic Signature database shows enrichment in epidermal growth factor receptors accordingly to recent literature [40]. The biological processes enriched are related to DNA replication processes in sprouting angiogenesis, but they are not associated with significant adjusted p-values, see S3 File.

In the conclusions reported in [22], the authors underline the significant role of the axons signaling pathway in the survival analysis; interestingly, we found an enrichment in the axon guidance signaling pathway as well, but it wass not associated with a significant adjusted p-value.

The overall accuracy in this case is around 99% for all the feature selection methods tested, result that can be explained with the absolute absence of imbalance in the experimental design along with the fact that the gene expression was taken from normal and tumor tissues, in other words it is a direct measure.

Conclusion

Microarray experiments measuring gene expression levels are source of important biological informations. Machine-learning algorithms are used to build predictive models and to find biomarker for classification tasks from data sets coming from microarray experiments. The high dimensionality of these technology outputs requires a first step of dimensionality reduction and the necessity of not losing important information gave rise to lots of feature selection approaches.

However, the characteristics of the data set analyzed, such as the biological conditions tested, the source of the genetic material and the human gene expression variability, still have a strong impact on the algorithms affecting their classification performances. When the samples are taken from direct sites of the considered conditions, the available computational approaches are capable of shrink the information contained in the microarray in a small set of genes and detect a biomarker as proved in the cancer related case-study. In vaccine-related studies we need to be more careful and deal with the fact that people undergoing vaccination are healthy, condition that makes difficult to detect a real significant gene expression change. The proposed procedure improve the classification performances in case of imbalanced data sets by selecting genes that are predictive for the two classes separately, reducing the risk of a loss of information about the underrepresented class when compared to other feature selection methods.

Supporting information

S1 File. Lists of genes selected by the different feature selection procedures for the vaccine data sets.

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

(XLSX)

S2 File. Lists of genes selected by the different feature selection procedures for the cancer data sets.

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

(XLSX)

S3 File. Biological Processes enriched on in Cancer study.

https://doi.org/10.1371/journal.pone.0177475.s003

(XLSX)

Acknowledgments

We wish to thank Emilio Siena and Duccio Medini at GSK Vaccines in Siena, for their support and their thoughtful feedbacks and discussion on the manuscript.

Author Contributions

  1. Conceptualization: FM FC MB GB.
  2. Data curation: FM.
  3. Formal analysis: FM FC.
  4. Funding acquisition: FM.
  5. Investigation: FM FC.
  6. Methodology: FM.
  7. Project administration: FC.
  8. Resources: FM FC.
  9. Software: FM.
  10. Supervision: FM FC.
  11. Validation: FM FC.
  12. Visualization: FM FC MB GB.
  13. Writing – original draft: FM FC.
  14. Writing – review & editing: FM FC MB GB.

References

  1. 1. Chu W, Ghahramani Z, Falciani F, Wild DL. Biomarker discovery in microarray gene expression data with Gaussian processes. Bioinformatics. 2005;21(16):3385–3393. pmid:15937031
  2. 2. Liu B, Wang S, Dong Q, Li S, Liu X. Identification of DNA-binding proteins by combining auto-cross covariance transformation and ensemble learning. IEEE transactions on nanobioscience. 2016;15(4):328–334.
  3. 3. Liu B, Wang S, Wang X. DNA binding protein identification by combining pseudo amino acid composition and profile-based protein representation. Scientific reports. 2015;5:15479. pmid:26482832
  4. 4. Liao JG, Chin KV. Logistic regression for disease classification using microarray data: model selection in a large p and small n case. Bioinformatics. 2007;23(15):1945–1951. pmid:17540680
  5. 5. Kosorok MR, Ma S. Marginal asymptotics for the “large p, small n” paradigm: With applications to microarray data. Ann Statist. 2007;35(4):1456–1486.
  6. 6. Jirapech-Umpai T, Aitken S. Feature selection and classification for microarray data analysis: evolutionary methods for identifying predictive genes. BMC bioinformatics. 2005;6:148. pmid:15958165
  7. 7. Bø T, Jonassen I. New feature subset selection procedures for classification of expression profiles. Genome biology. 2002;3(4). pmid:11983058
  8. 8. Yu L, Liu H. Feature Selection for High-Dimensional Data: A Fast Correlation-Based Filter Solution. International Conference on Machine Learning (ICML). 2003; p. 1–8.
  9. 9. Hira Zena M, Gillies DF. A Review of Feature Selection and Feature Extraction Methods Applied on Microarray Data. Advances in Bioinformatics. 2015;2015(1). pmid:26170834
  10. 10. He H, Garcia EA. Learning from imbalanced data. IEEE Transactions on Knowledge and Data Engineering. 2009;21(9):1263–1284.
  11. 11. Dal Pozzolo A, Caelen O, Waterschoot S, Bontempi G. Racing for unbalanced methods selection. Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). 2013;8206 LNCS:24–31.
  12. 12. Song L, Li D, Zeng X, Wu Y, Guo L, Zou Q. nDNA-prot: identification of DNA-binding proteins based on unbalanced classification. BMC bioinformatics. 2014;15(1):298. pmid:25196432
  13. 13. Wang C, Hu L, Guo M, Liu X, Zou Q. imDC: an ensemble learning method for imbalanced classification with miRNA data. Genetics and Molecular Research. 2015;14(1):123–133. pmid:25729943
  14. 14. Zou Q, Wan S, Ju Y, Tang J, Zeng X. Pretata: predicting TATA binding proteins with novel features and dimensionality reduction strategy. BMC Systems Biology. 2016;10(4):401.
  15. 15. Pulendran B, Li S, Nakaya HI. Systems vaccinology. Immunity. 2010;33(4):516–529. pmid:21029962
  16. 16. He Y, Rappuoli R, De Groot AS, Chen RT. Emerging vaccine informatics. Journal of Biomedicine and Biotechnology. 2010;2010.
  17. 17. Phipson B, Lee S, Majewski IJ, Alexander WS, Smyth GK. Robust hyperparameter estimation protects against hypervariable genes and improves power to detect differential expression. ArXiv e-prints. 2016;.
  18. 18. Slawski M, Boulesteix AL, Bernau C. CMA: Synthesis of microarray-based classification; 2009.
  19. 19. Mehta JP, Rani S. Software and tools for microarray data analysis. Gene Expression Profiling: Methods and Protocols. 2011; p. 41–53.
  20. 20. Zou Q, Zeng J, Cao L, Ji R. A novel features ranking metric with application to scalable visual and bioinformatics data classification. Neurocomputing. 2016;173:346–354.
  21. 21. Franco LM, Bucasas KL, Wells JM, Nio D, Wang X, Zapata GE, et al. Integrative genomic analysis of the human immune response to influenza vaccination. eLife. 2013;2013(2):1–18.
  22. 22. Lu TP, Tsai MH, Lee JM, Hsu CP, Chen PC, Lin CW, et al. Identification of a novel biomarker, SEMA5A, for non-small cell lung carcinoma in nonsmoking women. Cancer epidemiology, biomarkers & prevention. 2010;19(10).
  23. 23. Tsang JS, Schwartzberg PL, Kotliarov Y, Biancotto A, Xie Z, Germain RN, et al. Global analyses of human immune variation reveal baseline predictors of postvaccination responses. Cell. 2014;157(2):499–513. pmid:24725414
  24. 24. Tsang JS. Utilizing population variation, vaccination, and systems biology to study human immunology. Trends in immunology. 2015;36(8):479–493. pmid:26187853
  25. 25. Pan W. A comparative review of statistical methods for discovering differentially expressed genes in replicated microarray experiments. Bioinformatics. 2002;18(4):546–554. pmid:12016052
  26. 26. Liao J, Chin KV. Logistic regression for disease classification using microarray data: model selection in a large p and small n case. Bioinformatics. 2007;23(15):1945–1951. pmid:17540680
  27. 27. Cristianini N. Supervised and Unsupervised Learning. Dictionary of Bioinformatics and Computational Biology;.
  28. 28. Hastie T, Tibshirani R, Friedman J. Unsupervised learning. In: The elements of statistical learning. Springer; 2009. p. 485–585.
  29. 29. Cristianini N, Shawe-Taylor J. An introduction to support vector machines and other kernel-based learning methods. Cambridge university press; 2000.
  30. 30. Drucker H, Wu D, Vapnik VN. Support Vector Machines for Spam Categorization. IEEE TRANSACTIONS ON NEURAL NETWORKS. 1999;10(5). pmid:18252607
  31. 31. Tong S, Koller D. Support vector machine active learning with applications to text classification. Journal of machine learning research. 2001;2(Nov):45–66.
  32. 32. Furey TS, Cristianini N, Duffy N, Bednarski DW, Schummer M, Haussler D. Support vector machine classification and validation of cancer tissue samples using microarray expression data. Bioinformatics. 2000;16(10):906–914. pmid:11120680
  33. 33. Zhang J, Lee R, Wang YJ. Support vector machine classifications for microarray expression data set. In: Computational Intelligence and Multimedia Applications, 2003. ICCIMA 2003. Proceedings. Fifth International Conference on. IEEE; 2003. p. 67–71.
  34. 34. Boser BE, Guyon IM, Vapnik VN. A training algorithm for optimal margin classifiers. In: Proceedings of the fifth annual workshop on Computational learning theory. ACM; 1992. p. 144–152.
  35. 35. McLachlan G, Do KA, Ambroise C. Analyzing microarray gene expression data. vol. 422. John Wiley & Sons; 2005.
  36. 36. Do KA, Ambroise C. Analyzing microarray gene expression data. Wiley. 2004;14:1080–1087.
  37. 37. Newman ME. Power laws, Pareto distributions and Zipf’s law. Contemporary physics. 2005;46(5):323–351.
  38. 38. Chen EY, Tan CM, Kou Y, Duan Q, Wang Z, Meirelles GV, et al. Enrichr: interactive and collaborative HTML5 gene list enrichment analysis tool. BMC bioinformatics. 2013;14(1):1.
  39. 39. Kuleshov MV, Jones MR, Rouillard AD, Fernandez NF, Duan Q, Wang Z, et al. Enrichr: a comprehensive gene set enrichment analysis web server 2016 update. Nucleic acids research. 2016; p. gkw377. pmid:27141961
  40. 40. Rudin CM, Avila-Tang E, Harris CC, Herman JG, Hirsch FR, Pao W, et al. Lung Cancer in Never Smokers: Molecular Profiles and Therapeutic Implications. Clinical Cancer Research. 2009;15(18):5646–5661. pmid:19755392