Skip to main content

Meta-analysis of cell- specific transcriptomic data using fuzzy c-means clustering discovers versatile viral responsive genes

Abstract

Background

Despite advances in the gene-set enrichment analysis methods; inadequate definitions of gene-sets cause a major limitation in the discovery of novel biological processes from the transcriptomic datasets. Typically, gene-sets are obtained from publicly available pathway databases, which contain generalized definitions frequently derived by manual curation. Recently unsupervised clustering algorithms have been proposed to identify gene-sets from transcriptomics datasets deposited in public domain. These data-driven definitions of the gene-sets can be context-specific revealing novel biological mechanisms. However, the previously proposed algorithms for identification of data-driven gene-sets are based on hard clustering which do not allow overlap across clusters, a characteristic that is predominantly observed across biological pathways.

Results

We developed a pipeline using fuzzy-C-means (FCM) soft clustering approach to identify gene-sets which recapitulates topological characteristics of biological pathways. Specifically, we apply our pipeline to derive gene-sets from transcriptomic data measuring response of monocyte derived dendritic cells and A549 epithelial cells to influenza infections. Our approach apply Ward’s method for the selection of initial conditions, optimize parameters of FCM algorithm for human cell-specific transcriptomic data and identify robust gene-sets along with versatile viral responsive genes.

Conclusion

We validate our gene-sets and demonstrate that by identifying genes associated with multiple gene-sets, FCM clustering algorithm significantly improves interpretation of transcriptomic data facilitating investigation of novel biological processes by leveraging on transcriptomic data available in the public domain. We develop an interactive ‘Fuzzy Inference of Gene-sets (FIGS)’ package (GitHub: https://github.com/Thakar-Lab/FIGS) to facilitate use of of pipeline. Future extension of FIGS across different immune cell-types will improve mechanistic investigation followed by high-throughput omics studies.

Background

Microarrays and RNA-seq have made simultaneous expression profiling of many thousands of genes across several experimental/clinical conditions widely accessible. However, interpreting the profiles from such large numbers of genes remains a key challenge. An important conceptual advance in this area was a shift from a focus on differential expression of single genes to testing sets of biologically related genes [1,2,3,4,5]. Gene-sets are defined a priori as sharing some biologically relevant properties (e.g. members of the same pathway, having a common biological function, presence of a binding motif, etc.). In addition to the obvious advantage in interpretability, a key benefit of analyzing gene-sets compared with individual genes is that small changes in gene expression are unlikely to be captured by conventional single-gene approaches, especially after correction for multiple testing [1].

Despite advances in the methods for gene-set enrichment analysis [2, 6,7,8]; inadequate definitions of gene-sets cause a major limitation in the discovery of novel biological processes. Typically, gene-sets are obtained from pathway databases available in the public domain such as Kyoto Encyclopedia of Genes and Genomes (KEGG). However, recent advances have led to development of data-driven approaches to identify gene-sets [9,10,11,12,13]. These are powerful approaches that expand search for biological mechanisms based on datasets in public domain leading path towards discovery.

The data-driven identification of gene-sets is performed by measuring pair-wise co-expressions or association between genes which is followed by different, typically unsupervised hard (such as K-means and hierarchical) clustering approaches [14,15,16,17]. However, there are two limitations- first, biological pathways show a large overlap pertaining to the modular structure of signal transduction processes which is not reproduced by hard clustering algorithms and second, functional interpretation of novel gene-sets is difficult if they are not enriched in any known pathways. Here we propose a computational pipeline (Fig. 1) based on Fuzzy C-Means (FCM) clustering method [18, 19] which allows overlap across gene-sets, thus reproducing the observed topology of biological pathways, and associate novel gene-sets to other gene-sets with enrichment of known pathways. Particularly, we apply the FCM pipeline to our previously curated context-specific data [20]. To facilitate use of our pipeline we developed a downloadable ‘Fuzzy Inference of Gene-sets (FIGS)’ package available at GitHub (https://github.com/Thakar-Lab/FIGS). Here, we demonstrate its application using transcriptomic data obtained from Gene Expression Omnibus (GEO) measuring response to infections of monocyte derived dendritic cells (DC) and A549 epithelial cells (EC) with influenza virus [20]. The gene-sets and overlapping genes identified in this study are validated by assessing enrichments of known pathway genes. Thus, robust data-driven gene-sets identified by FIGS retain the characteristics of known pathways and expand the search of new mechanisms.

Fig. 1
figure 1

Schematic representation of FIGS pipeline. The context-specific datasets obtained from public repositories were integrated as described in [20]. FCM is performed on gene-gene mutual information matrix. Gene-sets obtained from optimized FCM clustering were compared with KEGG pathways for validation and multi-functional genes connecting different gene-sets were identified

Methods

Datasets

Transcriptomic data was obtained from GEO and was integrated in cell-specific manner. Integration procedure and calculations of associations between genes has been described in detail previously [20]. Briefly, transcriptomic data measuring changes in gene-expression in monocyte derived dendritic cells (DC) and A549 epithelial cells (EC) upon influenza infections were used. There were two datasets for DCs (GSE41067 and GSE55278) and 9 datasets for ECs (GSE19580, GSE31469, GSE31470, GSE31471, GSE31472, GSE31473, GSE31474, GSE31518 and GSE47937). All the datasets were log2 transformed and quantile normalized individually in a platform specific manner as described previously [20]. To facilitate comparison across independent datasets, 14,894 genes commonly present across all the studies were used in this analysis. Fold changes in influenza infected samples were calculated relative to the non-infected samples and genes with absolute fold change > 1 in atleast one sample were kept. After this filtration, 3846 and 5789 genes were present in EC and DC dataset respectively. Mutual information (MI) was calculated to describe the associations between 3846 and 5789 genes within EC and DC respectively [20,21,22]. The computational pipeline proposed below was developed on DC data and was applied to EC data. Moreover, for comparison and validation of our method we used filtered set of immunologically relevant pathways from Kyoto Encyclopedia of Genes and Genomes (KEGG) [8, 23].

Soft and hard unsupervised cluster analysis

To assess the usability of the FCM clustering to identify gene-sets, it was compared with previously used hard clustering approaches [20]. Particularly, k-means clustering [24, 25] was performed with the following objective function:

$$ J={\displaystyle \sum_{k=1}^K}\ {\displaystyle \sum_{i\varepsilon Ck}}{\left\Vert {\mathrm{x}}_{\mathrm{i}}-{\mu}_k\right\Vert}^2 $$
(1)

Where, µ k is the centroid of the k th cluster and x i is the i th observation.

Unlike hard clustering techniques, FCM method [18, 19] allows a data point to belong to multiple clusters. FCM is a soft version of k-means, where each data point has a fuzzy degree of belonging to each cluster. The fuzzy degree of belongingness ranges from 0 to 1 where 0 shows no association and 1 shows complete association of a data point to the corresponding cluster. The FCM was performed with the following objective function:

$$ J={\displaystyle \sum_{i=1}^{n\kern0.5em }}\ {\displaystyle \sum_{j=1}^{\kern0.5em c}}{w}_{i j}^m{\left\Vert {x}_i-{c}_j\ \right\Vert}^2 $$
(2)

Where,

$$ {w}_{i j}^m=\frac{1}{{\displaystyle {\sum}_c^{k=1}}{\left(\frac{\left\Vert {x}_i-{c}_j\right\Vert }{\left\Vert {x}_i-{c}_k\right\Vert}\right)}^{\frac{2}{m-1}}} $$
(3)

Thus, FCM algorithm assigned genes to one or more clusters with different degrees of memberships.

Optimization of fuzzy c-means clustering parameters

Determination of the initial number of clusters is a question of ongoing debate, especially when overlap (fuzzy) across clusters is expected [26]. We determine the initial number of clusters (K) by taking into account average number of genes per cluster based on known pathways and the underlying structure of data from principal component analysis (PCA) [27]. Specifically, for DC and EC first 50 principal components explained >90% of the total variance. Hence, we used equivalent (50) number of clusters for the following analysis. Note that, the algorithm could converge to a different number of clusters, than what had been defined initially. These clusters are referred to as gene-sets in the results section due to their usability in gene-set enrichment analysis.

FCM requires three additional pre-defined parameters: fuzziness (the amount of overlap between the clusters), initial cluster centroids and cluster association criteria which is specific to the data distribution [28]. The fuzziness and cluster association are inversely related since fuzziness defines the belongingness of the genes to specific clusters. Thus, the selection of fuzziness and the clusters’ association determines the size and amount of overlap between the clusters. Here, the objective was to identify the functionally related genes which typically range from 100 to 500 depending on the biological process [29]. The length of 45 selected immunologically relevant KEGG pathways ranged from 23 to 362 with an average of 100 genes. Fuzziness (m) ranging from 1.1 to 1.5 was evaluated. Fuzziness m = 1.1 preserved strong primary association of a gene to one cluster and intermediate association to another (Fig. 2a). With m > 1.1, the average membership value per cluster decreased thus increasing the uncertainty in gene-sets (Fig. 2a). Also, the size of the clusters increased with m (Fig. 2b), making functional interpretations difficult. Thus, in the following analysis fuzziness (m) was set to 1.1.

Fig. 2
figure 2

Optimization of FCM parameters. a Average membership value (y-axis) per cluster with increasing fuzziness (x-axis), b Average number of genes per cluster (y-axis) for increasing fuzziness (x-axis) and four cluster association criteria, c 50 trials conducted with random initial assignment of the centroids found only 16% reproducible clusters, d Objective function values for FCM clustering with initial centroid assignment performed randomly  and by Ward’s method (red line) under fuzziness 1.1, 1.2 and 1.3 respectively. Ward based initialization converged more rapidly and produced stable and robust clustering solution

The threshold for associating genes to the clusters was determined by evaluating distribution of membership values of genes across 50 clusters. Specifically, the i th gene g i belonged to the clusters for which it had membership values greater than (μ i + σ i ), where μi and σi are mean and standard deviation of membership values of g i respectively.

Ward’s minimum variance assigns robust initial cluster centroids

Typically, random initial assignment of the cluster centroids is used in FCM algorithms [28, 30]. However, previous studies and our analysis shows that random initialization leads to inconsistent and unreliable clustering results [31, 32]. In our analysis, only 16% of the clusters were consistent across all 50 iterations of the FCM upon random initialization of the centroids (Fig. 2c). The variation in clustering solutions across 50 iterations showed that FCM is sensitive to initial assignment of the cluster centers and that solution frequently converged at local minima instead of finding the global optimal solution. To overcome this problem, Ward’s minimum variance method was used to estimate the initial centers for FCM which produced stable and consistent clusters [33]. Ward’s method (based on analysis of variance) minimized the total within-cluster variance and maximized between-clusters variance. Cluster membership was evaluated by calculating the total sum of squared deviations from the mean of a cluster. At the initial step, all clusters were singletons (each cluster containing a single gene), which were merged in each next step so that the merging contributed least to the variance criterion. This distance measure called the Ward distance was defined by:

$$ {d}_{a b} = \frac{n_a\ .\kern0.5em {n}_b}{n_a + {n}_b}.\ \left\Vert \overline{x_{a\ }} - \overline{x_{b\ }}\right\Vert 2 $$
(4)

Where a and b denote two specific clusters, n a and n b denote the number of data points in the two clusters. \( \overline{x_a} \) and \( \overline{x_b} \) denote the cluster centroids and is the Euclidean norm.

Ward’s method produced hierarchical cluster tree that was cut to produce 50 hard clusters where each gene was fully associated to a unique cluster. The centroids of these 50 clusters were calculated and used for FCM initialization. It was found that the objective function of Ward-optimized FCM solution not only converged faster than that of randomly assigned initial centroids (Fig. 2d) but also provided a stable clustering solution.

Cluster validation and enrichment with KEGG pathways

The clusters of genes identified by FIGS were tested for their cohesiveness and biological significance. To test the cohesiveness of the clusters a weighted clustering coefficient (CC) was measured. CC provided a measure of the degree of relatedness between the genes in a cluster. The tendency of genes in the cluster to tightly knit groups was estimated by a ratio of means of CCs calculated using only genes in the cluster over all the genes [34, 35]. CC was calculated using functions from gaimc library in MATLAB. The ratios were compared for k-means, Ward’s hierarchical method, and FCM solutions.

We expect that the clusters of genes identified in this study are to be functionally related. In other words, genes belonging to the same pathways were expected to group together. To test this hypothesis, we evaluated whether genes belonging to a same known immunologically relevant pathway cluster together [36]. A set of 44 immunologically relevant pathways obtained from KEGG database along with interferon stimulated genes set (ISGs) defined by Schoggins [37, 38] were compared with the clusters identified by FCM pipeline using hypergeometric test [39, 40].

Results

Identification of the gene-sets by FCM

Signalling pathways from public repositories are generalized static instances of cascades that are frequently derived by curation. Increasing use of high-throughput assays in the biomedical field allows identification of context-specific set of functionally related genes, which can be loosely defined to include genes regulated by a same set of transcription factors or sets of genes involved in same pathways. Recently, use of clustering algorithms has been proposed to identify the “functionally related genes” or gene-modules from publicly available transcriptomics datasets [11, 12, 41]. However, frequently used algorithms such as K-means and hierarchical clustering, for this purpose do not allow overlap between the clusters (referred as gene-sets in rest of the manuscript), although such overlap between biological pathways is inevitable given modular topology of biological response [42]. Specifically, 44 immunologically relevant pathways from KEGG databases suggest a minimum of 0% and maximum of 63% overlap between the two pathways (Fig. 3a). For example, Cytokine-Cytokine receptor interaction and JAK-STAT signaling pathways have 96 genes in common. Interestingly, some genes like AKT1, MAPK1, PIK3CA, and TNF were found involved in more than 10 different pathways (Fig. 3b). Other antiviral genes like IFNA1, IFNB1, NFKBIA, and IL6 were found involved in at least 5 different pathways.

Fig. 3
figure 3

Overlap observed among KEGG pathways and FCM gene-sets. The overlap among KEGG pathways represented by a heat-map b circular graph and the overlap among DC FCM gene-sets represented by c heat-map circular graph. The color scale ranging from blue to yellow in the heat-map (a, c) and the increasing width of arc (b, d) correspond low to high number of overlapping genes across pairs of clusters

Here we propose to use FCM not only to identify viral responsive gene-sets to the influenza infection but also to identify the genes overlapping across different gene-sets. FCM is a soft version of K-means clustering that allows overlap between the gene-sets reproducing the topology of the known pathways. Here we optimized the parameters on DC dataset and validated those on EC dataset (refer to methods). FCM pipeline described in methods led to an average size of gene-sets 167 (standard deviation of 45), with smallest gene-set having 63 and largest gene-set having 230 genes. With this configuration one third of the genes exhibited overlapping behavior where 1943 out of 5789 genes belonged to more than one gene-sets (Fig. 3c and d).

Validation of FCM Gene-Sets

To assess if gene-sets identified by FCM pipeline indeed grouped the functionally related genes, we compared the FCM-gene-sets with the pathways defined in KEGG and by Schoggins [37, 38]. Schoggins-gene-set defines Interferon Stimulated Genes (ISGs) and has been reported to be significantly enriched upon influenza infections by previous studies [8, 23]. 43 out of 50 FCM-gene-sets were found enriched in at least one of the pathways (p value <0.01) (Fig. 4a and b). FCM-gene-sets DC21, DC26, DC36 and DC45 were found significantly enriched with ISGs (p values 3.3 e − 10, 1.19 e − 11, 5.36 e − 29 and 1.72 e − 60 respectively). Cluster 45 was also found enriched with RIG-I-Like and Toll-Like receptor signaling pathways (p values 3.04 e − 6 and 1.32 e − 5) which are critical pathogen recognition receptor mediated pathways known to be induced upon viral infections [23]. Similarly, gene-set DC42 was enriched with other well-known anti-viral pathways (JAK-STAT, Chemokine and Cytokine-Cytokine signaling pathways (p values 4.69 e − 6, 1.5 e − 6 and 3.22 e − 16 respectively)). The enrichment results indeed corroborates with the previously published results validating FCM-gene-sets [20, 23]. Interestingly, there were 7 (gene-sets DC1, DC3, DC4, DC9, DC19, DC34 and DC35) novel sets, which were not significantly enriched in any of the pathways. Most of these gene-sets had genes overlapping with other gene-sets enriched in known pathways, suggesting multi-functionality of the overlapping genes (Additional file 1: Figure S1). Thus, FCM pipeline not only validated previously known functionally related genes but also identified new sets of genes.

Fig. 4
figure 4

Validation of DC FCM gene-sets. a The enrichment of KEGG pathways and ISGs in DC FCM gene-sets, five colors ranging from blue to yellow represent –log10 (p-value) ≤1.30, >1.30 and ≤3, >3 and ≤4, >4 and ≤5, and >5 calculated by hypergeometric test, b Circular graph represents overlap between the DC FCM gene-sets, c number of genes in DC FCM gene-sets and d membership values of the genes DC36 and DC45, and overlapping genes (circled in red) between DC36 and DC45

Genes associated with multiple gene-sets are identified by FCM-pipeline

FCM pipeline was developed to find genes that are associated with multiple gene-sets. There were 1943 overlapping genes associated with minimum 2 and maximum 5 gene-sets. Interestingly 113 genes involved in multiple KEGG pathways were also found by our pipeline (Table 1). While involvement of genes across multiple KEGG pathways is not evidence for the multi-functionality of the genes it is the only available data for systematic comparison. Indeed, gene like PIK3R1 involved in 14 pathways (Table 1) could be due to bias in the studies associated with that gene. Genes overlapping between the gene-sets DC45 (82 genes) and DC36 (107 genes) were particularly of interest since both the gene-sets were enriched in anti-viral pathways [23]. 9 genes (GBP1, SP140, PHF15, DHX58, NCF1, PLSCR1, CD80, PI4K2B and NR4A2) were in common between DC45 and DC36 gene-sets, and their membership values ranged from 0.2 to 0.8 (Fig. 4d). Genes closer to gene-set DC45 or gene-set DC36, showed stronger association in the corresponding gene-sets, e.g. DHX58 belonged to gene-set DC36 with membership value of 0.675 and gene-set DC45 with membership value of 0.325 suggesting that DHX58 have a more dominant (67.5%) association with gene-set DC36 and less dominant but considerably significant (32.5%) association with gene-set DC45 (Fig. 4d).

Table 1 Comparison of multifunctional genes from FCM gene-sets and KEGG pathways. Multifunctional genes that were involved in at least 3 FCM DC gene-sets were also overlapping between KEGG pathways

One overlapping gene of a particular interest was CD80, a protein found on monocytes that provides a costimulatory signal necessary for T cell activation and survival. It is a ligand for two different proteins on the T cell surface: CD28 (for auto-regulation and intercellular association) and CTLA-4 [43, 44]. CD80 was associated with gene-sets DC45, DC36 and DC46 suggesting that CD80 has a multifunctional role in induction of several gene-sets. Genes like CD80 are involved in stimulating multiple down-stream events and therefore do not have a strong membership to one particular gene-set. These genes are critical in developing intervention strategies and understanding mechanisms of cross-talk, however, are typically ignored by hard clustering algorithms.

Gene-sets enriched in ISGs have distinct temporal patterns

The data-driven clustering in context-specific manner can reveal sets of genes which are functionally diverse even though they are typically grouped together [37, 38]. Specifically, previously known ISGs were grouped into 4 gene-sets (DC21, DC26, DC36 and DC45). Gene-sets DC21 and DC26 were down-regulated with time whereas gene-sets DC36 and DC45 were up-regulated with time (Fig. 5a). The mean temporal expression pattern of gene-set DC26 was different than that of gene-set DC21 (Fig. 5a). Similarly, at any given time, the mean expression of gene-set DC45 was more than twice compared to that of gene-set DC36. Also, gene-sets DC45 and DC26 were more steeply up and down regulated as compared to the gene-set DC36 and DC21 respectively. Previously, time delays have been used to infer regulatory relationships [45] suggesting that gene-set DC45 might regulate gene-set DC36 and gene-set DC26 might regulate gene-set DC21. Similarly, other clusters (Fig. 5b and c) that were enriched with same pathway showed differences in the magnitude of gene expression, rate of activation and sign of mean expression.

Fig. 5
figure 5

The temporal expression of the gene-sets enriched with KEGG pathways. Mean temporal expression of gene-sets significantly enriched (p < 0.01) with a ISGs (DC21, DC26, DC36 and DC45), b Toll-like receptor signaling pathway (DC18, DC37 and DC46) and c MAPK signaling pathway (DC6, DC10 and DC27)

FCM clustering is flexible and comparable to other widely used clustering methods

The comparison of FCM with commonly used algorithms such as k-means and hierarchical clustering using Ward’s method yielded comparable results. Both FCM and K-means clustering were performed by optimizing initial cluster centers by Ward’s method. Genes from FCM solution were associated with a unique cluster (one with which a gene has a maximum membership value) thus producing hard clusters that can be compared to the solution of k-means and hierarchical clustering algorithms. Cluster sizes, mean node degrees, mean local CCs and mean global CCs were compared for the assessment of cluster quality. K-means, hierarchical clustering and FCM produced 45, 44 and 44 clusters respectively that had higher local CC than the global CC indicating the identification of a comparable number of cohesive clusters. K-means and hierarchical clusters had a minimum of 13% and 30%, and a maximum of 100 and 96% respective overlap with FCM clusters (Fig. 6a). This suggests that K-means, Ward’s hierarchical method and FCM were able to pick fundamental characteristics of gene expression data. Additionally, enrichment of KEGG pathways and ISGs in the clusters from all three methods suggested that ISGs and genes involved in Cytokine-Cytokine receptor signaling pathways robustly cluster together (Fig. 6b). In conclusion, FCM is not only comparable with other clustering methods but also facilitate identification of genes with the possible multi-functional role.

Fig. 6
figure 6

Comparison of FCM with hard clustering methods. a Number of genes overlapping between FCM gene-sets and k-means with Ward’s initialization (bottom), and Ward’s hierarchical clustering (top) and b the enrichment of ISGs and KEGG pathways by Fisher's exact test in clusters identified by K-mean, hierarchichal and FCM methods

Application of FCM to other cell-types

ECs and DCs are early responders to the viral infections, which signal through pathogen recognition receptor induced pathways. Comparison of genome-wide gene-expression profiles across two cell-types reveals a small overlapping sub-network and a large cell-specific response to influenza infections [20]. Application of FCM pipeline to EC dataset revealed 34% (1298) of overlapping genes and significant enrichment of several KEGG pathways and ISGs in 39 out of 50 EC gene-sets (Fig. 7a and b). 167 overlapping genes were common in EC and DC (Fig. 7d), and 9 overlapping genes (PYCARD, ATP6V1H, ENO1, HSPA1A, PTPN11, CCNH, CSF1, CXCL2 and HK2) were common in DCs, ECs and also in KEGG pathways (Fig. 7d). In conclusion, FCM can be robustly applied to different cell-specific transcriptomic data to identify overlapping genes.

Fig. 7
figure 7

Application of FCM pipeline on EC dataset. a The enrichment of KEGG pathways and ISGs in EC FCM gene-sets, five colors ranging from blue to yellow represent –log10 (p-value) ≤1.30, >1.30 and ≤3, >3 and ≤4, >4 and ≤5, and >5 calculated by hypergeometric test, b Circular graph represents overlap between the EC FCM gene-sets, c number of genes in 50 EC FCM gene-sets, and d Venn diagram representing number of genes overlapping between at least two FCM gene-sets in DC, EC, and KEGG/ISGs pathways

Development of FIGS: a Fuzzy Inference of Gene-sets package

The power of GSEA-like test will be improved by using robust context-specific gene-sets. To facilitate the use of computational model presented in this study we developed a Matlab-based installable package called ‘Fuzzy Inference of the Gene-sets (FIGS)’ (available at https://github.com/Thakar-Lab/FIGS). This package can be used to obtain gene-sets from matrix defining the pair-wise distance between the genes. FIGS also provide an option to upload pathways for enrichment analysis of gene-sets. FIGS package requires three parameters: number of clusters, fuzziness allowed between the clusters, and cluster association criteria to produce fuzzy gene-sets. Once the number of clusters and the amount of overlap between the clusters (fuzziness) is defined, the user has four different choices for associating genes to the clusters: 1) genes are assigned to a unique cluster based on their highest degree of membership, 2) distribution based association method described and used in this manuscript, 3) cluster with membership value higher than mean of the maximum membership values, and 4) user defined threshold (between 0-1). The results are stored in tabular form and are also displayed as interactive circular graphs. Other functionalities are described in the user’s manual. For those interested in exploring or using the gene-sets produced from the meta-analysis of transcriptomics response of dendritic cells and epithelial cells to influenza infection can access FIGS-Influenza package at https://github.com/Thakar-Lab/FIGS-Influenza. In FIGS-Influenza users can upload their differentially expressed genes or genes of interest for enrichment across fuzzy clusters.

Discussion

Unsupervised clustering of genome-wide gene expression data is a frequently used tool to identify genes with similar patterns across treatments and/or time-points. We and others have frequently used hierarchical clustering algorithm to identify such groups of genes [20, 41]. Chaussabel et. al. introduced a concept of modules which are derived using K-means clustering and can be used as a set of a priori defined genes in pathway analysis [9, 10]. However, these hard clustering algorithms do not fully reproduce the observed topology of the biological pathways. Specifically, all public repositories of the biological pathways share genes across multiple pathways indicating diversity in the functional roles of these genes. Here we present a soft clustering technique to identify gene-sets with overlapping genes that reproduce the characteristics of the pathways in the public repositories and define robust gene-sets by meta-analysis.

We present a pipeline using FCM which has been optimized for cell-specific transcriptomic studies. The integration of multiple context-specific datasets provides more robust and universal gene-sets as compared to the FCM performed on individual data set. FCM parameters optimized in this study are based on the distribution of cluster association values. The upper bound of fuzziness values (m) and the distribution based cluster association have been suggested previously but never used for gene-gene association networks [28]. Additionally, our fuzziness selection criteria, selection of robust initial centroids by Ward’s method and validation of the clustered gene-sets is extremely relevant to human immunology studies. Interestingly, FCM pipeline developed here produced gene-sets that were concise and robust compared to previously defined criteria for inference of gene-sets for pathway analysis [46].

FCM pipeline proposed here will improve the data-driven inference of gene-sets by two ways. First, by identifying overlapping genes that span across multiple gene-sets. These multi-functional genes have diverse roles in signal transduction (e.g. CCL23) and cross-talk between different pathways (e.g. MAP3K1 and GAB2) (Table 1). Thus, in addition to assessing activities of gene-sets by gene-set enrichment method, separate evaluation of multi-functional genes connected to the enriched gene-sets will improve follow-up experiments required to provide mechanistic insights. Second, connecting different gene-sets through the multi-functional genes will improve interpretation of gene-sets that are not enriched in known biological processes. Thus, FCM pipeline will significantly increase the number of novel pathways studied followed by high-throughput omics experiments. In conclusion, the results show that the FCM pipeline recapitulates topological characteristics of the biological pathways and will improve data-interpretation required for follow-up experiments.

We adapted Fuzzy-C-Means clustering algorithm, which is similar to previously used K-means clustering algorithm [9, 10], but in addition allows identification of the genes with functional roles across more than one cluster. One reason for the limited use of FCM in transcriptomic studies is the difficulty in optimizing the FCM parameters and initial centroids. Unlike previously suggested method of assigning centroids using prior biological knowledge [47] we use Ward’s method. The Ward’s method used in our study infers robust clusters. Moreover, our previous analysis shows that genes defined by the prior biological knowledge do not always form cohesive clusters leading to erroneous clustering solutions. Additionally, parameters optimized by the previous applications of FCM for yeast transcriptomic data cannot be applied to the transcriptomic data generated from humans [28, 48,49,50,51].

Use of gene-sets derived from context-specific transcriptomic data in the public domain will enhance the ability to develop hypotheses from high-throughput experiments. Cell-type is one of the critical contexts for all immunological studies and here we propose the FCM pipeline that can be applied to different cell-types. However, our previous study reveals that gene-gene associations inferred from cell-specific independent experiments are more robust than a mixture such as peripheral blood monocytes (PBMCs) [20]. Thus, even though FCM parameters optimized here could be applied to two different cell-types; it is likely that the parameters of FCM will need to be characterized separately for PBMC datasets.

In future the proposed pipeline will be applied to transcriptomic data measuring cell-type specific responses to the stimuli, purified proteins or viruses, and FIGS package will be expanded to include these results.

Conclusions

In this study we develop a pipeline using Fuzzy-C-Means clustering algorithm to identify multi-functional genes from meta-analysis of context-specific transcriptomic datasets. Additionally, the approach proposed here reveals novel gene-sets and facilitates their interpretation. Moreover, delivery of our pipeline by interactive FIGS package (https://github.com/Thakar-Lab/FIGS) will increase the accessibility and usability of the data-driven context-specific gene-sets in future studies.

Abbreviations

CC:

Clustering coefficient

DC:

Dendritic cell

EC:

Epithelial cell

FCM:

Fuzzy c-means clustering

FIGS:

Fuzzy inference of gene-sets

ISG:

Interferon stimulated genes

KEGG:

Kyoto encyclopedia of genes and genomes

MI:

Mutual information

PBMC:

peripheral blood monocytes

PCA:

Principal component analysis

References

  1. Mootha VK, Lindgren CM, Eriksson KF, Subramanian A, Sihag S, Lehar J, Puigserver P, Carlsson E, Ridderstråle M, Laurila E, Houstis N. PGC-1α-responsive genes involved in oxidative phosphorylation are coordinately downregulated in human diabetes. Nat Genet. 2003;34(3):267–73.

    Article  CAS  PubMed  Google Scholar 

  2. Subramanian A, Tamayo P, Mootha VK, Mukherjee S, Ebert BL, Gillette MA, Paulovich A, Pomeroy SL, Golub TR, Lander ES, Mesirov JP. Gene-set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles. Proc Natl Acad Sci. 2005;102(43):15545–50.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Abatangelo L, Maglietta R, Distaso A, D’Addabbo A, Creanza TM, Mukherjee S, Ancona N. Comparative study of gene-set enrichment methods. BMC Bioinformatics. 2009;10(1):1.

    Article  Google Scholar 

  4. Greenblum SI, Efroni S, Schaefer CF, Buetow KH. The PathOlogist: an automated tool for pathway-centric analysis. BMC Bioinformatics. 2011;12(1):1.

    Article  Google Scholar 

  5. Wu MC, Lin X. Prior biological knowledge-based approaches for the analysis of genome-wide expression profiles using gene-sets and pathways. Stat Methods Med Res. 2009;18(6):577–93.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Yaari G, Bolen CR, Thakar J, Kleinstein SH. Quantitative set analysis for gene expression: a method to quantify gene-set differential expression including gene-gene correlations. Nucleic Acids Res. 2013;41(18):gkt660.

  7. Thakar J, Hartmann BM, Marjanovic N, Sealfon SC, Kleinstein SH. Comparative analysis of anti-viral transcriptomics reveals novel effects of influenza immune antagonism. BMC Immunol. 2015;16(1):46.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Thakar J, Mohanty S, West AP, Joshi SR, Ueda I, Wilson J, Meng H, Blevins TP, Tsang S, Trentalange M, Siconolfi B. Aging-dependent alterations in gene expression and a mitochondrial signature of responsiveness to human influenza vaccination. Aging. 2015;7(1):38–52.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Chaussabel D, Baldwin N. Democratizing systems immunology with modular transcriptional repertoires analyses. Nature reviews. Immunology. 2014;14(4):271.

    CAS  PubMed  PubMed Central  Google Scholar 

  10. Chaussabel D, Quinn C, Shen J, Patel P, Glaser C, Baldwin N, Stichweh D, Blankenship D, Li L, Munagala I, Bennett L. A modular analysis framework for blood genomics studies: application to systemic lupus erythematosus. Immunity. 2008;29(1):150–64.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Li S, Rouphael N, Duraisingham S, Romero-Steiner S, Presnell S, Davis C, Schmidt DS, Johnson SE, Milton A, Rajam G, Kasturi S. Molecular signatures of antibody responses derived from a systems biology study of five human vaccines. Nat Immunol. 2014;15(2):195–204.

    Article  PubMed  Google Scholar 

  12. Obermoser G, Presnell S, Domico K, Xu H, Wang Y, Anguiano E, Thompson-Snipes L, Ranganathan R, Zeitner B, Bjork A, Anderson D. Systems scale interactive exploration reveals quantitative and qualitative differences in response to influenza and pneumococcal vaccines. Immunity. 2013;38(4):831–44.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Ramilo O, Allman W, Chung W, Mejias A, Ardura M, Glaser C, Wittkowski KM, Piqueras B, Banchereau J, Palucka AK, Chaussabel D. Gene expression patterns in blood leukocytes discriminate patients with acute infections. Blood. 2007;109(5):2066–77.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Belacel N, Wang Q, Cuperlovic-Culf M. Clustering methods for microarray gene expression data. OMICS. 2006;10(4):507–31.

    Article  CAS  PubMed  Google Scholar 

  15. Jiang D, Tang C, Zhang A. Cluster analysis for gene expression data: a survey. IEEE Trans Knowl Data Eng. 2004;16(11):1370–86.

    Article  Google Scholar 

  16. Thalamuthu A, Mukhopadhyay I, Zheng X, Tseng GC. Evaluation and comparison of gene clustering methods in microarray analysis. Bioinformatics. 2006;22(19):2405–12.

    Article  CAS  PubMed  Google Scholar 

  17. Kerr G, Ruskin HJ, Crane M, Doolan P. Techniques for clustering gene expression data. Comput Biol Med. 2008;38(3):283–93.

    Article  CAS  PubMed  Google Scholar 

  18. Bezdek JC, Ehrlich R, Full W. FCM: The fuzzy c-means clustering algorithm. Comput Geosci. 1984;10(2-3):191–203.

    Article  Google Scholar 

  19. Bezdek JC. Pattern recognition with fuzzy objective function algorithms. Springer US: Springer Science & Business Media; 2013.

  20. Katanic D, Khan A, Thakar J. PathCellNet: Cell-type specific pathogen-response network explorer. J Immunol Methods. 2016;439:15–22.

    Article  CAS  PubMed  Google Scholar 

  21. Priness I, Maimon O, Ben-Gal I. Evaluation of gene-expression clustering via mutual information distance measure. BMC Bioinformatics. 2007;8(1):1.

    Article  Google Scholar 

  22. D’haeseleer P, Liang S, Somogyi R. Genetic network inference: from co-expression clustering to reverse engineering. Bioinformatics. 2000;16(8):707–26.

    Article  PubMed  Google Scholar 

  23. Hartmann BM, Thakar J, Albrecht RA, Avey S, Zaslavsky E, Marjanovic N, Chikina M, Fribourg M, Hayot F, Schmolke M, Meng H. Human dendritic cell response signatures distinguish 1918, pandemic, and seasonal H1N1 influenza viruses. J Virol. 2015;89(20):10190–205.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Lloyd S. Least squares quantization in PCM. IEEE Trans Inf Theory. 1982;28(2):129–37.

    Article  Google Scholar 

  25. Hartigan JA, Wong MA. Algorithm AS 136: a k-means clustering algorithm. J R Stat Soc Ser C Appl Stat. 1979;28(1):100–8.

    Google Scholar 

  26. Tibshirani R, Walther G, Hastie T. Estimating the number of clusters in a data set via the gap statistic. J R Stat Soc Series B Stat Methodology. 2001;63(2):411–23.

    Article  Google Scholar 

  27. Ding C, He X. K-means clustering via principal component analysis. In: Proceedings of the twenty-first international conference on machine learning. 2004. p. 29. ACM.

    Chapter  Google Scholar 

  28. Dembélé D, Kastner P. Fuzzy C-means method for clustering microarray data. Bioinformatics. 2003;19(8):973–80.

    Article  PubMed  Google Scholar 

  29. Liberzon A, Subramanian A, Pinchback R, Thorvaldsdóttir H, Tamayo P, Mesirov JP. Molecular signatures database (MSigDB) 3.0. Bioinformatics. 2011;27(12):1739–40.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  30. Möller-Levet CS, Klawonn F, Cho KH, Yin H, Wolkenhauer O. Clustering of unevenly sampled gene expression time-series data. Fuzzy Set Syst. 2005;152(1):49–66.

    Article  Google Scholar 

  31. Tan PN. Introduction to data mining. India: Pearson Education; 2006.

    Google Scholar 

  32. Steinley D. Local optima in K-means clustering: what you don’t know may hurt you. Psychol Methods. 2003;8(3):294.

    Article  PubMed  Google Scholar 

  33. Ward Jr JH. Hierarchical grouping to optimize an objective function. J Am Stat Assoc. 1963;58(301):236–44.

    Article  Google Scholar 

  34. Watts DJ, Strogatz SH. Collective dynamics of ‘small-world’networks. Nature. 1998;393(6684):440–2.

    Article  CAS  PubMed  Google Scholar 

  35. Opsahl T, Panzarasa P. Clustering in weighted networks. Soc Networks. 2009;31(2):155–63.

    Article  Google Scholar 

  36. Datta S, Datta S. Methods for evaluating clustering algorithms for gene expression data using a reference set of functional classes. BMC Bioinformatics. 2006;7(1):397.

    Article  PubMed  PubMed Central  Google Scholar 

  37. Schoggins JW, Rice CM. Interferon-stimulated genes and their antiviral effector functions. Curr Opin Virol. 2011;1(6):519–25.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  38. Schoggins JW, Wilson SJ, Panis M, Murphy MY, Jones CT, Bieniasz P, Rice CM. A diverse range of gene products are effectors of the type I interferon antiviral response. Nature. 2011;472(7344):481–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  39. Thakar J, Schmid S, Duke JL, García-Sastre A, Kleinstein SH. Overcoming NS1-mediated immune antagonism involves both interferon-dependent and independent mechanisms. J Interferon Cytokine Res. 2013;33(11):700–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  40. Zaslavsky E, Nudelman G, Marquez S, Hershberg U, Hartmann BM, Thakar J, Sealfon SC, Kleinstein SH. Reconstruction of regulatory networks through temporal enrichment profiling and its application to H1N1 influenza viral infection. BMC Bioinformatics. 2013;14 Suppl 6:S1.

    Article  PubMed  PubMed Central  Google Scholar 

  41. Langfelder P, Horvath S. WGCNA: an R package for weighted correlation network analysis. BMC Bioinformatics. 2008;9(1):1.

    Article  Google Scholar 

  42. Mitra K, Carvunis AR, Ramesh SK, Ideker T. Integrative approaches for finding modular structure in biological networks. Nat Rev Genet. 2013;14(10):719–32.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  43. Peach RJ, Bajorath J, Naemura J, Leytze G, Greene J, Aruffo A, Linsley PS. Both extracellular immunoglobin-like domains of CD80 contain residues critical for binding T cell surface receptors CTLA-4 and CD28. J Biol Chem. 1995;270(36):21181–7.

    Article  CAS  PubMed  Google Scholar 

  44. Stamper CC, Zhang Y, Tobin JF, Erbe DV, Ikemizu S, Davis SJ, Stahl ML, Seehra J, Somers WS, Mosyak L. Crystal structure of the B7-1/CTLA-4 complex that inhibits human immune responses. Nature. 2001;410(6828):608–11.

    Article  CAS  PubMed  Google Scholar 

  45. Qiu X, Wu S, Hilchey SP, Thakar J, Liu ZP, Welle SL, Henn AD, Wu H, Zand MS. Diversity in compartmental dynamics of gene regulatory networks: the immune response in primary influenza a infection in mice. PLoS One. 2015;10(9):e0138110.

    Article  PubMed  PubMed Central  Google Scholar 

  46. Godec J, Tan Y, Liberzon A, Tamayo P, Bhattacharya S, Butte AJ, Mesirov JP, Haining WN. Compendium of immune signatures identifies conserved and species-specific biology in response to inflammation. Immunity. 2016;44(1):194–206.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  47. Tari L, Baral C, Kim S. Fuzzy c-means clustering with prior biological knowledge. J Biomed Inform. 2009;42(1):74–81.

    Article  PubMed  Google Scholar 

  48. Fu L, Medico E. FLAME, a novel fuzzy clustering method for the analysis of DNA microarray data. BMC Bioinformatics. 2007;8(1):1.

    Article  Google Scholar 

  49. Torres A, Nieto JJ. Fuzzy logic in medicine and bioinformatics. Biomed Res Int. 2006;26:2006.

    Google Scholar 

  50. Segal E, Shapira M, Regev A, Pe’er D, Botstein D, Koller D, Friedman N. Module networks: identifying regulatory modules and their condition-specific regulators from gene expression data. Nat Genet. 2003;34(2):166–76.

    Article  CAS  PubMed  Google Scholar 

  51. Gasch AP, Eisen MB. Exploring the conditional coregulation of yeast gene expression through fuzzy k-means clustering. Genome Biol. 2002;3(11):1.

    Article  Google Scholar 

Download references

Funding

This work is supported in part by Respiratory Pathogens Research Center (NIAID contract number HSN272201200005C), the University of Rochester Center for AIDS Research (NIH 5 P30 AI078498-08).

Availability of data and materials

All the datasets used in this research were collected from public databases (cited in the manuscript). The FIGS package is publicly available at GitHub: https://github.com/Thakar-Lab/FIGS.

Authors’ contributions

JT conceived the study. AK, DK and JT performed data collection and developed the algorithms. AK and JT performed computational analysis and AK implemented the algorithm and developed the FIGS package. AK and JT wrote the manuscript. All authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Not applicable.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Juilee Thakar.

Additional file

Additional file 1: Figure S1.

FCM pipeline facilitates functional interpretation of novel DC gene-sets. FCM DC gene-sets without enrichment of the immunological pathways (DC1, DC3, DC4, DC9, DC19, DC34 and DC35) were associated with gene-sets enriched in known-pathways facilitating interpretation of novel gene-sets. (PPTX 184 kb)

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Khan, A., Katanic, D. & Thakar, J. Meta-analysis of cell- specific transcriptomic data using fuzzy c-means clustering discovers versatile viral responsive genes. BMC Bioinformatics 18, 295 (2017). https://doi.org/10.1186/s12859-017-1669-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-017-1669-x

Keywords