Literature DB >> 19017408

Identifying differential correlation in gene/pathway combinations.

Rosemary Braun1, Leslie Cope, Giovanni Parmigiani.   

Abstract

BACKGROUND: An important emerging trend in the analysis of microarray data is to incorporate known pathway information a priori. Expression level "summaries" for pathways, obtained from the expression data for the genes constituting the pathway, permit the inclusion of pathway information, reduce the high dimensionality of microarray data, and have the power to elucidate gene-interaction dependencies which are not already accounted for through known pathway identification.
RESULTS: We present a novel method for the analysis of microarray data that identifies joint differential expression in gene-pathway pairs. This method takes advantage of known gene pathway memberships to compute a summary expression level for each pathway as a whole. Correlations between the pathway expression summary and the expression levels of genes not already known to be associated with the pathway provide clues to gene interaction dependencies that are not already accounted for through known pathway identification, and statistically significant differences between gene-pathway correlations in phenotypically different cells (e.g., where the expression level of a single gene and a given pathway summary correlate strongly in normal cells but weakly in tumor cells) may indicate biologically relevant gene-pathway interactions. Here, we detail the methodology and present the results of this method applied to two gene-expression datasets, identifying gene-pathway pairs which exhibit differential joint expression by phenotype.
CONCLUSION: The method described herein provides a means by which interactions between large numbers of genes may be identified by incorporating known pathway information to reduce the dimensionality of gene interactions. The method is efficient and easily applied to data sets of ~102 arrays. Application of this method to two publicly-available cancer data sets yields suggestive and promising results. This method has the potential to complement gene-at-a-time analysis techniques for microarray analysis by indicating relationships between pathways and genes that have not previously been identified and which may play a role in disease.

Entities:  

Mesh:

Year:  2008        PMID: 19017408      PMCID: PMC2613418          DOI: 10.1186/1471-2105-9-488

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Advances in microarray technology have permitted the monitoring of gene expression in cells with known phenotypic differences. These experiments commonly produce data sets containing expression levels of tens of thousands of genes for tens or hundreds of samples, and thus the analysis of such high-dimensional data is of considerable interest. In the most basic analyses, two sets of data (e.g., from disease and normal tissue) are examined for differential gene expression though statistical testing (including t-tests and empirical Bayes approaches) followed by multiple-comparison corrections. Common testing techniques have been reviewed [1,2]. A drawback to these methods results from the fact that each gene is examined individually, despite the fact that there exist well-established biological relationships between genes; typically, pathway information is incorporated after differentially expressed genes have been identified (as reviewed [3]). Multi-gene effects are often contemplated through the use of cluster analysis [4-6], which attempts to identify associated groups of genes, or gene-set enrichment analyses [7,8], which identifies sets in which differentially expressed genes are over represented. As with single-gene approaches, gene interactions for which the marginal distributions of the individual genes are similar may be missed by these analyses. Recent work [9,10] addresses this common drawback by examining the expression of gene pair combinations and identifying gene pairs for which the joint association differs in two phenotypes. Dettling and coworkers [10] propose a scoring function to flag differential correlation between genes; for instance, situations in which the two genes show correlated expression in normal cells but show anti-correlated expression in tumor cells would be noted, despite the fact that the marginal distributions of the individual gene expression levels may be indistinguishable. In contrast to the cluster and enrichment analysis techniques mentioned above, the analysis is not restricted to single differentially expressed genes; rather, all possible gene pairs are explored for phenotype-related dependencies and interactions. This method, which showed promising results on several datasets [10], has the power to suggest heretofore unknown interactions between gene pairs which may have biological relevance in the phenotypes of interest. In this work, we expand the aforementioned techniques [9,10] to incorporate existing biological knowledge by considering known pathways rather than individual genes. In order to reduce the dimensionality of the problem, we employ principal component analysis to define a summary expression level for the genes known to be involved in a given pathway. The method presented here searches for gene-pathway pairs for which a phenotype-conditional correlation exists between the gene expression level and the pathway summary expression level. Measures of the reliability of the pathway summary expression level are obtained, and significance of the phenotype-conditional correlation differences is assessed through permutation testing. A related analysis has been proposed by Li [11-13], which searches for pairs of genes (or two orthogonal projections of a gene set) that are mediated by a third gene. Ho and collaborators showed [11] that if the mediating variable is binary (e.g., representing phenotype rather than disease expression), the Liquid Association score proposed by Li is formally equivalent to the correlation score propsed in [10]. The method we propose applies similar mathematical principles to an independent problem, namely, finding gene-pathway pairs which are driven by phenotype. In this paper, we detail the methodology illustrated above and apply it to a public-domain gene expression data set consisting of normal and tumor prostate cell samples [14] as well as to gene expression data from lung adenocarcinoma and squamous cell carcinoma [15]. Several promising results are obtained for genes that were not previously identified as having differential expression in the normal and tumor samples, suggesting that this novel analysis technique has the potential to reveal new interactions. Because of the efficiency and scalability of this technique, it is well suited to the large data sets produced in modern microarray experiments.

Results and discussion

Algorithm

We wish to identify gene-pathway pairs (G, P) for which there exists a pronounced difference in association between phenotypes. In order to reduce the dimensionality of the pathway data, we employ principal component analysis to define a one-dimensional summary pof the expression values of the genes in the pathway P for sample k. Relationships between pathway summary expressions p and individual gene expressions g (for which the gene is not already a known member of the pathway) may then be compared between two phenotypes. This method has the advantage of succinctly accounting for expression levels across whole pathways, and has the potential to indicate interactions between genes and pathways that have not yet been identified. Simulated cases of interest are illustrated in Fig. 1. Here, the x-axis is the summary expression level for the pathway as a whole (p), and the y-axis is the expression level for the gene (g). Two different situations are depicted: in the top figure, a strong correlation in gene and pathway expression in the first phenotype is lost in the second phenotype; and in the bottom figure, a strong positive correlation in gene and pathway expression in the first phenotype is replaced with an anticorrelation in the second phenotype. Biologically, such cases could arise in situations where the gene plays a role related to a pathway, and for which the alteration of this interaction affects the phenotype.
Figure 1

Joint differential expression examples. Example loss-of-correlation plots. Red crosses indicate one hypothetical phenotype; black circles, another hypothetical phenotype. (a) loss of correlation; (b) a reversal of correlation.

Joint differential expression examples. Example loss-of-correlation plots. Red crosses indicate one hypothetical phenotype; black circles, another hypothetical phenotype. (a) loss of correlation; (b) a reversal of correlation. We identify cases such as those illustrated in Fig. 1 by computing a simple score for each gene-pathway pair, using a measure of pairwise dependence ρ(g, p) among the gene and pathway-summary expressions. By restricting this measure to just the samples from each phenotype and obtaining class-conditional correlations ρ0(g, p), ρ1(g, p) for phenotypes 0 and 1 respectively, we can define the Gene-Pathway Correlation Score (GPC-score, SGPC) as the absolute value of difference between these: where Gis the set of all genes in the pathway of interest. The gene-pathway pairs (g, p) which lie at the high end of the distribution are flagged as potentially similar to the examples in Fig. 1. For a given pair, it is possible to perform a permutation test to assess the probability that the observed score SGPC(g, p) would have appeared had there been no association between the correlations ρ and the phenotypes.

Implementation

Here we detail the critical steps of the algorithm: selection and summarization of pathways, computation of SGPC(g, p), and identification and significance testing of high-scoring pairs. The steps were implemented using the R language for statistical computing [16,17], and an R package called GPCscore containing the necessary functions is available [see Additional file 1].

Pathway summarization

Annotations from the Kyoto Encyclopedia of Genes and Genomes (KEGG [18]) were used to associate the genes with known pathways. For each pathway, we define the pathway expression summary as the first principal component of the pathway genes' expressions, computed from the matrix of expression values of the genes included in that pathway. For sample k, the projection of the gene expression data along the first principal component provides a single value pwhich we use as the summary expression level for the pathway in sample k. Principal component analysis (PCA) is a dimension reduction technique that produces a set of independent axes (principal components) as linear combinations of the original variables such that the greatest variance in the data comes to lie on the first axis (the first principal component), the second greatest variance along the second principal component, and so forth [19]. In practice, the principal component basis set is computed by singular value decomposition of the data. This permits the majority of the variation of a set of coordinates (here, expression levels of the genes in the pathway) to be summarized by the lowest order principal components, thus reducing dimensionality in a dataset while retaining those characteristics that most contribute to the variance. An alternative, but less numerically stable approach is to perform eigen decomposition of the covariance matrix; the variance projected along each component is given by the square of the eigenvalue. A complete discussion of PCA may be found in [19,20]. PCA has recently been proposed as a means by which to assess collinearity in pre-defined gene sets [21] by computing the number of principal components required to capture a given threshold of variance. Here, we exploit the putative collinearity in gene pathways: for each pathway defined by KEGG, the first principal component of the expression of the participating genes (PC1) was computed and kept as a summary of the expression of the genes comprising that pathway. Pathways for which the PC1 was not a meaningful descriptor of the overall activity were excluded at this point, as described below.

Pathway inclusion criteria

Because of the information loss inherent in reducing the expression levels of a collection of genes to a single figure, pathways for which the proportion of variance carried by the PC1 was less than an arbitrarily set threshold were considered to be inadequately described by the PC1 alone and excluded. In practice we required the proportion of variance carried by the PC1 to exceed 0.60. Additionally, the (normalized) phenotype-conditional principal component basis vectors were checked for comparability by using a dot-product. Those with non-parallel class-conditional PC1s were flagged as having within-pathway differences resulting from differential expression of some subset of pathway components. While such cases may be of biological interest, these pathways could not be meaningfully compared on a common basis, and so were excluded from further analysis by this technique. The minimum dot-product threshold was chosen by simulating the distribution of pathway PC1 dot-products in phenotypically similar samples. Specifically, the data from 50 normal prostate tissue samples was split at random into two groups, and the PC1 dot-products for each pathway were computed between the two groups; this resampling was carried out 103 times. It was found that fewer of than 5% (0.042) of resampled dot-products fell below 0.9, suggesting that 0.9 is a reasonable expectation of parallelism. Pathways with compatible basis vectors (i.e., those for which the class-conditional PC1 basis vectors had dot-products exceeding 0.9) were retained for further analysis, and the projection of each sample's expression data onto the first principal component of the pathway was computed, thus providing a summary expression level pin each sample k for each pathway P .

Gene-Pathway correlations

To address phenotype-related differences in gene-pathway interactions, correlations between gene expression levels and pathway summary expression levels were examined. For each gene-pathway pair, Spearman's rank correlation was computed separately within each phenotype, and the absolute value of the difference between phenotypes SGPC(g, p) (Eq. 1) was considered. Spearman correlation is not strongly influenced by outlying samples, and has the benefit of being invariant to monotonic transformations of the data. Pairs for which the gene under consideration was also an element of the pathway were excluded, as our interest lies in the interplay between pathways and genes not already known to be associated with the pathway. Additionally, to limit the number of pairs for which high SGPC is attributable to strong diffrential expression in gene g, pairs in which the gene of interest has a univariate t-test FDR exceeding a user-set threshold may be excluded. Gene-pathway pairs meeting the above criteria which had large SGPC(g, p) values were chosen as relevant. The distribution of SGPC(g, p) in the prostate data may be seen in Fig. 2. In addition, we required flagged pairs to have a gene-pathway correlation approaching what would be expected of an interacting pair in at least one of phenotypes, as described below.
Figure 2

Distribution of gene-pathway correlation loss, prostate data. Distribution of loss of correlation between normal and tumor samples (ie, signed SGPC) in the prostate data set (red) and 6 permutation resamplings (black) of all pairs. While not exhaustive, the few resamplings show a much narrower distribution centered around zero; none of the resampled pairs exhibited values exceding S = 0.9. By contrast, the observed distribution is wider, and biased towards loss of correlation in tumor samples with respect to normal samples.

Distribution of gene-pathway correlation loss, prostate data. Distribution of loss of correlation between normal and tumor samples (ie, signed SGPC) in the prostate data set (red) and 6 permutation resamplings (black) of all pairs. While not exhaustive, the few resamplings show a much narrower distribution centered around zero; none of the resampled pairs exhibited values exceding S = 0.9. By contrast, the observed distribution is wider, and biased towards loss of correlation in tumor samples with respect to normal samples.

Pathway Coherence

The GPC-score is motivated by the reasoning that if a gene g interacts with a pathway P, it will exhibit a high correlation with the summary expression level for that pathway in biologically normal cells. We examined the strength of this assumption by taking known pathways, treating a gene gof that pathway as "unknown," calculating the pathway summary expression level for the pathway without g, and then computing a "within-pathway correlation" where Gis the set of all genes comprising the pathway. We expect that the distribution of |ρ (g, )| is high relative to that of |ρ (g, P)|, g ∉ G; indeed, a nonparametric (Wilcoxon rank-sum) test using the normal prostate data revealed a significantly higher (p < 2.2·10-16) location of the in-path correlations versus the out-of-path correlations. We can define the "pathway coherence" Cas the average absolute value of the within-path correlations where the bar denotes an arithmetic mean across all genes in the pathway. We expect that, for most pathways, the coherence is high relative to a similar average of ρ(g, p) across genes unrelated to the pathway, as shown in Fig. 3a. To ensure biologicaly representivity, it is best to measure pathway coherence in data from normal or wildtype tissue; indeed, the pathway coherence is systematically lower in tumor tissue in both data sets tested, as illustrated in Fig. 3b.
Figure 3

Pathway coherence in normal prostate samples. (a) Q-Q plot of mean correlation across all genes for each pathway vs. coherenece for each pathway. Pathway coherence has a much broader distribution; in particular, pathway coherence exceeding 0.7 is much more common than the average gene-pathway correlation (across all genes not on the pathway). (b) Pathway coherence vs. pathway length for normal prostate (black circles) and prostate tumor (red crosses) samples; pathway coherence is systematically lower in tumor samples.

Pathway coherence in normal prostate samples. (a) Q-Q plot of mean correlation across all genes for each pathway vs. coherenece for each pathway. Pathway coherence has a much broader distribution; in particular, pathway coherence exceeding 0.7 is much more common than the average gene-pathway correlation (across all genes not on the pathway). (b) Pathway coherence vs. pathway length for normal prostate (black circles) and prostate tumor (red crosses) samples; pathway coherence is systematically lower in tumor samples. The distribution of ρ(g, ) within a given pathway is used to select high SGPC pairs such that the correlation ρ(g, p) in one of the phenotypes is similar to or stronger than the correlations exhibited by genes already known to play a role in that pathway. In practice, this is achieved by computing the quantile of |ρ (g, )| in which |ρ (g, p)| would fall and setting a threshold quantile above which |ρ (g, p)| exhibits sufficiently strong correlation to be considered a likely pathway candidate.

Significance testing

Once pairs of interest are selected, the significance of the phenotype-conditional correlation difference SGPC(g, p) for a given gene-pathway pair may be assessed via permutation. By constructing data subsets that include only the genes of interest (the chosen gene and those on the pathway), resampled computations of S'GPC (g, p) under random permutations of the phenotype labels can be performed in a targeted way with relatively small memory requirements and computational overhead. The permutation replicates are likewise subject to the constraint that the class-conditional PC1 vectors be parallel, and replicates that fail this are not counted; i.e., the permutation provides the null distribution of SGPC given that the class-conditional pathway projections are comparable. Because of the large number of pairs (~106), a resampling of all gene-pathway pairs is possible only for a relatively small number of complete sets; however, this is sufficient to estimate a null distribution of SGPC(g, p). In our applications, this is much narrower than the observed distribution (cf Fig. 2). We estimate that the probability of observing a value (g, p) > 0.86 to be less than 10-6. As expected, the resampled distribution peaks at (g, p) = 0.000, while the peak is at SGPC(g, p) = 0.040 for the observed distribution.

Application and Testing

The utility of the described method is illustrated by application to two publicly-available data sets. The first data set comprises 52 tumor and 50 normal prostate tissue samples hybridized to Affymetrix HG-U95A chips [14], providing expression levels for 12625 genes. Data were normalized using gc-RMA [17,22] and expressed on a log2 scale. The second is a lung cancer data set of 160 samples, of which 139 samples were adenocarcinoma and 21 samples were squamous cell carcinoma [15]. As with the prostate data, the lung data were also derived from Affymetrix HG-U95A chips monitoring 12625 genes; in this case, data were normalized using RMA [17] and expressed on a log2 scale. The KEGG pathway database [18] was used to establish biologically related gene subsets as described above. Of the 177 pathways identified from the genes represented on these arrays, 4 were trivial (i.e., had only a single probe represented) and were eliminated from further analysis; of the 173 remaining, the median number of genes per pathway was 27, and the maximum was 386. For each pathway, the first principal component basis vector (PC1) was computed conditioned on phenotype. Because we are primarily interested in gene-pathway pairs which exhibit joint differential expression between the two phenotypes, it is necessary to ensure that the pathway PC1s are comparable between the two phenotypes; the two class-conditional PC1s were considered sufficiently parallel for dot products with an absolute value ≥ 0.9, as described above. In the prostate cancer data set, 11 pathways exhibited nonparallel PC1 vectors; in the lung cancer data set, 50 did. As a further criterion, only those pathways for which the first principal component represented 60% or more of the total variance were considered in further analysis (pathways with less were considered poor candidates for summarization by a single value). In the prostate cancer data set, 81 passed this criterion; in the lung cancer data set, only 38 did. Projections of each sample's gene expression profile onto the PC1 for the remaining pathways were computed, resulting in pathway expression summary values. Correlation coefficients for gene-pathway pairs were computed as column-wise operations on two matrices (genes vs. samples and paths vs. samples) for each phenotype, and the GPC-Score SGPC(g, p) (Eq. 1) was calculated. The computation of all SGPC values (after normalization) requires under 300 CPU-seconds, of which 10% was system time, in an interactive R [16,17] session on a 1.5 GHz PowerPC G4 with 768 MB memory. The overall reduction in gene-pathway correlation amongst the prostate tumor samples with respect to the normal prostate samples can be seen in the density plots given in Fig. 2. Gene-pathway pairs were selected on the basis of high SGPC(g, p), excluding pairs for which gene g is known to be a member of pathway P. (Differential pathway-summary expression levels between phenotypes may be assessed using a t-test in a manner analagous to examining differential gene expression. Bonferroni-adjusted p values for six nontrivial paths with significant differential summary expression in the prostate data set are given in Table 1; however, we focus in this paper on gene-pathway pairs rather than differentially expressed pathways.) Gene-pathway pairs for which the expression correlation in one of the phenotypes was above the median of the within-pathway correlation distribution were considered likely candidates for a gene-pathway interaction (as described above). Of those, the gene-pathway pairs with the highest SGPC values from each data set are summarized in Tables 2 and 3 for the prostate and lung data, respectively.
Table 1

Differential pathway expression

KEGG IDPathway descriptionN (genes)p
00061Fatty acid biosynthesis610-5
00510N-Glycan biosynthesis330.019
00460Cyanoamino acid metabolism100.021
00430Taurine and hypotaurine metabolism100.023
00642Ethylbenzene degradation140.038
00930Caprolactam degradation110.045

Pathways with differential PC1 expression levels between prostate normal and prostate tumor tissue at p < 0.05 (unpaired t-test).

Table 2

High SGPC pairs, prostate

Affy HGU95 IDGene symbolKEGG IDPathway descriptionSGPCp
39637_atSLC26A200300Lysine biosynthesis0.928<1e-04
39799_atFABP500300Lysine biosynthesis0.829<1e-04
39794_atUSP800300Lysine biosynthesis0.824<1e-04
40773_atMYL500300Lysine biosynthesis0.82<1e-04
40027_atATP5S00300Lysine biosynthesis0.8141e-04
32001_s_atPCSK604742Taste transduction0.807<1e-04
32001_s_atPCSK600600Sphingolipid metabolism0.799<1e-04
32001_s_atPCSK605110Cholera – Infection0.7981e-04
41275_atE2F500300Lysine biosynthesis0.7983e-04
32001_s_atPCSK600604Glycosphingolipid biosynthesis – ganglioseries0.786<1e-04
32001_s_atPCSK600061Fatty acid biosynthesis0.771<1e-04
32001_s_atPCSK600290Valine, leucine and isoleucine biosynthesis0.771<1e-04
39945_atFAP00300Lysine biosynthesis0.7686e-04
32001_s_atPCSK603060Protein export0.765<1e-04
38571_atFGFR1OP04740Olfactory transduction0.76<1e-04
32001_s_atPCSK600190Oxidative phosphorylation0.751<1e-04
38571_atFGFR1OP00440Aminophosphonate metabolism0.749<1e-04
40176_atTRIM2700625Tetrachloroethene degradation0.742<1e-04
38571_atFGFR1OP04630Jak-STAT signaling pathway0.739<1e-04
38571_atFGFR1OP04020Calcium signaling pathway0.737<1e-04
38571_atFGFR1OP00150Androgen and estrogen metabolism0.734<1e-04
38571_atFGFR1OP04930Type II diabetes mellitus0.733<1e-04
32001_s_atPCSK600930Caprolactam degradation0.7321e-04
38571_atFGFR1OP04340Hedgehog signaling pathway0.733e-04
38571_atFGFR1OP00860Porphyrin and chlorophyll metabolism0.7282e-04
32001_s_atPCSK600903Limonene and pinene degradation0.728<1e-04
38571_atFGFR1OP04650Natural killer cell mediated cytotoxicity0.7242e-04
38571_atFGFR1OP04810Regulation of actin cytoskeleton0.7211e-04
38571_atFGFR1OP01510Neurodegenerative Disorders0.721<1e-04
40925_atC7orf4400300Lysine biosynthesis0.721e-04
38571_atFGFR1OP04660T cell receptor signaling pathway0.719<1e-04
861_g_atMSH203020RNA polymerase0.713<1e-04
38571_atFGFR1OP00903Limonene and pinene degradation0.712<1e-04
38571_atFGFR1OP00290Valine, leucine and isoleucine biosynthesis0.7112e-04
38571_atFGFR1OP04920Adipocytokine signaling pathway0.71<1e-04
38571_atFGFR1OP00930Caprolactam degradation0.7080.0013
32001_s_atPCSK600471D-Glutamine and D-glutamate metabolism0.707<1e-04
38571_atFGFR1OP00140C21-Steroid hormone metabolism0.7061e-04
38571_atFGFR1OP00562Inositol phosphate metabolism0.704<1e-04
38571_atFGFR1OP00604Glycosphingolipid biosynthesis – ganglioseries0.7027e-04

High-ranking gene-pathway pairs in prostate data, sorted by descending SGPC. Affymetrix ID, gene symbol, KEGG pathway ID, and pathway description are given, along with the GPC scores; p values are based on a permutation test with 104 resamplings.

Table 3

High SGPC pairs, lung

Affy HGU95 IDGene symbolKEGG IDPathway descriptionSGPCp
38835_atTM9SF100900Terpenoid biosynthesis0.6215e-04
41129_atTMEM41B00900Terpenoid biosynthesis0.6030.0017
39405_atUTP14C00900Terpenoid biosynthesis0.580.0015
32150_atGOLGA400900Terpenoid biosynthesis0.5580.0049
1394_atRHOA00900Terpenoid biosynthesis0.5340.0039
326_i_atRPS20*03010Ribosome0.5070.0015
39009_atLSM303050Proteasome0.4840.0053
37748_atKIAA023200900Terpenoid biosynthesis0.4770.0022
33859_atSAP1800900Terpenoid biosynthesis0.4630.0072
31853_atEED03050Proteasome0.4620.0105
38668_atGPATCH800900Terpenoid biosynthesis0.4610.0064
40140_atRNF10300900Terpenoid biosynthesis0.4560.0077
34326_atCOPB100900Terpenoid biosynthesis0.450.0083
33880_atACSL300900Terpenoid biosynthesis0.4410.0119
40623_atUBE3B00900Terpenoid biosynthesis0.4220.0093
33423_g_atSEC1303050Proteasome0.4110.0089
37891_atYIPF600900Terpenoid biosynthesis0.4080.0105
41159_atCLTC00900Terpenoid biosynthesis0.4080.0193
35845_atSEC24B00900Terpenoid biosynthesis0.4050.0179
32051_atALG800900Terpenoid biosynthesis0.3970.0139
39336_atARF300900Terpenoid biosynthesis0.3850.0131
40115_atATP5C103050Proteasome0.3840.0138
38811_atATIC03050Proteasome0.3780.0188
40411_atNCOA600900Terpenoid biosynthesis0.3770.0117
1985_s_atNME103050Proteasome0.3690.0073
35760_atATP5H03050Proteasome0.3560.0178
35290_atYTHDF300900Terpenoid biosynthesis0.3480.0033
40605_atSNX400900Terpenoid biosynthesis0.3480.0163

High-ranking gene-pathway pairs in lung data, sorted by descending SGPC. Affymetrix ID, gene symbol, KEGG pathway ID, and pathway description are given, along with the GPC-scores; p values are based on a permutation test with 104 resamplings. *The 326_i_at-Ribosome pair was included in the analysis due to the absence of annotation data for 326_i_at, but is correcly identified by the analysis as related; see the Results section.

Differential pathway expression Pathways with differential PC1 expression levels between prostate normal and prostate tumor tissue at p < 0.05 (unpaired t-test). High SGPC pairs, prostate High-ranking gene-pathway pairs in prostate data, sorted by descending SGPC. Affymetrix ID, gene symbol, KEGG pathway ID, and pathway description are given, along with the GPC scores; p values are based on a permutation test with 104 resamplings. High SGPC pairs, lung High-ranking gene-pathway pairs in lung data, sorted by descending SGPC. Affymetrix ID, gene symbol, KEGG pathway ID, and pathway description are given, along with the GPC-scores; p values are based on a permutation test with 104 resamplings. *The 326_i_at-Ribosome pair was included in the analysis due to the absence of annotation data for 326_i_at, but is correcly identified by the analysis as related; see the Results section.

High SGPC pairs in sample data sets

Prostate data

In the prostate cancer data set, 867492 gene-pathway pairs were eligible for inclusion using the criteria laid out above, with median SGPC of 0.09 and SGPC values over 1 falling in the 0.999-th quantile of the distribution; the median loss of correlation between the normal and tumor sets (i.e., without taking the absolute value in Eq. 1) was 0.03, indicating that the correlations tend to be higher in the normal samples than in the tumor samples. At the high-SGPC end of the distribution in the prostate data, the gene-pathway pairs tend to exhibit similar loss-of-correlation patterns between the tumor and normal phenotype; in most cases, a strong correlation between the gene and the pathway is lost in the tumor samples, particularly at low values of gene expression. In all flagged cases, a subset of the tumor samples behave as normal. The decorrelated tumor samples almost always result from tumor gene expressions above (rarely below) the normal gene expressions. Sample gene vs. pathway expression plots are given in Fig. 4 to illustrate this scenario. For the flagged pairs listed in Table 2, p-values were obtained through 104 random permutations of the tumor/normal labels; for the majority of flagged pairs, none of the 104permutations produced a difference in correlation values greater than or equal to the observed SGPC, suggesting p < 10-4 with an accuracy (based on the binomial 99% confidence interval) of 5.3 · 10-4; the highest p-value obtained was p = 0.0013.
Figure 4

High . Sample plots of gene expression vs. pathway expression in normal (black circles) and tumor (red crosses) prostate samples. Loess curves (solid line) and least squares linear fits (dashed line) for the two classes are given as a visual guide. Marginal distributions of the data are given as rug plots (black, inward for normal samples; red, outward for tumor samples). From top to bottom: (a) ubiquitin specific peptidase 8 (USP8) vs. lysine biosynthesis pathway (SGPC = 0.824); (b) FGFR1 oncogene partner (FGFR1OP) vs. Jak-STAT signaling pathway (SGPC = 0.739); (c) mutS homolog 2, colon cancer (MSH2) vs. RNA polymerase pathway (SGPC = 0.713).

High . Sample plots of gene expression vs. pathway expression in normal (black circles) and tumor (red crosses) prostate samples. Loess curves (solid line) and least squares linear fits (dashed line) for the two classes are given as a visual guide. Marginal distributions of the data are given as rug plots (black, inward for normal samples; red, outward for tumor samples). From top to bottom: (a) ubiquitin specific peptidase 8 (USP8) vs. lysine biosynthesis pathway (SGPC = 0.824); (b) FGFR1 oncogene partner (FGFR1OP) vs. Jak-STAT signaling pathway (SGPC = 0.739); (c) mutS homolog 2, colon cancer (MSH2) vs. RNA polymerase pathway (SGPC = 0.713). It should be noted that the distributions of SGPC by pathway and by gene are quite dissimilar in the prostate data; consider, for instance, variance of SGPC within each gene (over all pathways) and within each pathway (over all genes). Distributions of Var(S|g) and Var(S|p) from the prostate data set are presented in Fig. 5. It is readily apparent that pathways exhibit larger variation in SGPC than do genes, suggesting that the expression of individual genes, rather than pathways, are typically responsible for the observed loss of correlation. Put another way, if a given gene-pathway pair is implicated in a loss of correlation, it is common for that same gene (but not pathway) to be implicated in other flagged pairs (as is the case in Table 2); in a heat map image of S across genes and pathways, this would be exhibited by the appearance of stripes. (A threshold FDR value of 0.05 for differential expression the genes g was chosen to ensure that marginal distributions of g are similar between phenotypes and limit the number of high SGPC pairs which are driven by highly significant differential expression of a single gene.)
Figure 5

Variance of . Variance in S among genes (a) and among pathways (b) in prostate data. Variance within genes is much smaller than in pathways, suggesting that high S will tend to be reproduced for other pairs involving the same gene.

Variance of . Variance in S among genes (a) and among pathways (b) in prostate data. Variance within genes is much smaller than in pathways, suggesting that high S will tend to be reproduced for other pairs involving the same gene. The biological significance of the flagged genes and pathways are of interest. At the top of the list, solute carrier family 26 (SLC26A2), a membrane sulfate transporter, appears. Evidence exists that SLC26A2 may be involved in the sensitivity of tumor cells to chemotherapy [23]. The FGFR1 oncogene partner (FGFR1OP), which occurs 19 times in the top 40 pairs, encodes a largely hydrophilic protein which is thoughy to play a role in proliferation and differentiation [24]. FGFR1OP has been found to be a marker for lung cancer progression, but has so far shown little association with prostate cancer [25,26]. Proprotein convertase subtilisin/kexin type 6 (PCSK6) is a member of a proprotein convertase family that processes latent precursor proteins into their biologically active products; amongst its targets are TGFβ proteins, which are considered to have a crucial role in tumorigenesis [24] (while SGPC is high for the PCSK6-TGFβ pathway pair (0.79) the loading criteria of 0.6 is not met for the TGFβ pathway). A greater diversity of pathways is represented; amongst those which appear multiple times are several biosynthesis pathways, some of which are found to be differentially regulated in other cancers [27], as well as several degradation pathways. For instance, the limonene and pinene degradation pathway, which appears twice, has been suggested by other studies as playing a potential role in prostate cancer [28], and its expression may be sensitive to molecules with anticancer activity [29]. Pathways which are known to be involved in carcinogenesis and cell proliferation, including JAK-STAT signaling, RNA polymerase, and hedgehog pathways, are also represented. It may reasonably be asked whether the decorrelated points come from the same samples for all gene-pathway pairs; i.e., if a subset of the samples are outliers by all such criteria. Fig. 6(a,b) provides a suggestion that this is not the case (the points may be compared vertically due to the common x axis), and this is readily checked by a joint gene expression plot, Fig. 6(c). As with the gene-path plots, a subset of the tumor samples is observed to behave as the normal samples; in fact, the correlation is similar enough between the tumor and normal samples that CorScore [10] is not particularly high. Yet, it is clear that there exist samples (exclusively from tumor cells) which exhibit particularly high expression levels for one, but not the other, gene; from this we may conclude that the out-of-correlation points do not originate from the same samples for the cases depicted in Fig. 6, and that the mechanisms responsible for overex-pression in one gene are not the same as that in the other.
Figure 6

Decorrelations do not come from the same samples. Plots of (a) sulfate transporter (SLC26A2) vs. lysine biosythesis pathway; (b) fatty acid binding protein (FABP5) vs. lysine biosythesis pathway; (c) fatty acid binding protein (FABP5) vs. sulfate transporter (SLC26A2). Loess curves and rug plots are given as in Fig. 4. Comparison of the plots reveals that the tumor cell samples responsible for the loss of correlation in sulfate transporter vs. lysine biosynthesis are not those which also exhibit loss of correlation in fatty acid binding protein vs. lysine biosythesis; it is clear from (c) that amongst tumor samples, high levels of expression in one gene do not necessarily correspond to that in the other, suggesting that the outlying points in plots (a, b) do not originate with the same sample.

Decorrelations do not come from the same samples. Plots of (a) sulfate transporter (SLC26A2) vs. lysine biosythesis pathway; (b) fatty acid binding protein (FABP5) vs. lysine biosythesis pathway; (c) fatty acid binding protein (FABP5) vs. sulfate transporter (SLC26A2). Loess curves and rug plots are given as in Fig. 4. Comparison of the plots reveals that the tumor cell samples responsible for the loss of correlation in sulfate transporter vs. lysine biosynthesis are not those which also exhibit loss of correlation in fatty acid binding protein vs. lysine biosythesis; it is clear from (c) that amongst tumor samples, high levels of expression in one gene do not necessarily correspond to that in the other, suggesting that the outlying points in plots (a, b) do not originate with the same sample.

Lung data

In the lung cancer data, 113522 gene-pathway pairs were eligible for inclusion, with median SGPC of 0.17. Twenty-eight pairs at the high end of the SGPC distribution for the lung data are given in Table 3. Plots exemplifying the loss of correlation seen in the lung data set are given in Fig. 7. The SCC samples appeared to behave as a subset of adenocarcinoma samples; the breadth of the adenocarcinoma samples is unsurprising, given the challenges posed by subclassification within lung adenocarcinomas [15]. As with the prostate data, 104 resamplings were used for significance testing.
Figure 7

High . Sample plots of gene expression vs. pathway expression in adenocarcinoma (black circles) and squamous cell carcinoma (red crosses) of the lung. Loess curves (solid line) and least squares linear fits (dashed line) for the two classes are given as a visual guide. Marginal distributions of the data are given as rug plots (black, inward for adenocarcinoma samples; red, outward for SCC samples). From top to bottom: (a) coatomer protein complex (COPB1) vs. terpenoid biosynthesis pathway (SGPC = 0.450); (b) Ribosomal protein S20 (RPS20, 326_i_at) vs. ribosome pathway (SGPC = 0.507); (c) Sec13-like protein (SEC13) vs. proteasome pathway (SGPC = 0.411).

High . Sample plots of gene expression vs. pathway expression in adenocarcinoma (black circles) and squamous cell carcinoma (red crosses) of the lung. Loess curves (solid line) and least squares linear fits (dashed line) for the two classes are given as a visual guide. Marginal distributions of the data are given as rug plots (black, inward for adenocarcinoma samples; red, outward for SCC samples). From top to bottom: (a) coatomer protein complex (COPB1) vs. terpenoid biosynthesis pathway (SGPC = 0.450); (b) Ribosomal protein S20 (RPS20, 326_i_at) vs. ribosome pathway (SGPC = 0.507); (c) Sec13-like protein (SEC13) vs. proteasome pathway (SGPC = 0.411). In contrast to the flagged prostate pairs, those from the lung data are dominated by few paths and many genes, most notably the proteasome (which is responsible for protein degradation) and terpenoid biosynthesis. (The Wnt signaling, TGFβ, and hedgehog pathways did not meet the loading criteria in the lung data.) Most interestingly, the probe 326_i_at appears in conjunction with the ribosome pathway amongst high-SGPC pairs. In fact, 326_i_at is a probe for the ribosomal protein RPS20 [30] (and hence is part of the ribosome pathway); the absence of this annotation in the Bioconductor HGU95AV2 package permitted its inclusion despite the fact that it fails the g ∉ Gcriterion. As a result, the 326_i_at was treated by the analysis as if it were not part of the ribosome pathway, yet it was clearly identified as a gene of interest with respect to the ribosome pathway, for which the expressions are correlated in normal and adenocarcinoma samples but not in squamous cell carcinoma. As such, the 326_i_at-Ribosome pair represents a strong example of the sort of pairs which this method is designed to identify. The plot given in Fig. 8 shows the statistically significant 326_i_at-Ribosome correlation that is present in adenocarcinoma and normal lung samples, but not in squamous cell carcinoma samples.
Figure 8

RPS20 vs. Ribosome pathway summary. Plot of RPS20 (Affymetrix probe 326_i_at) vs. pathway summary expression for the ribosome pathway (not including RPS20) for normal lung (black filled circles), lung adenocarcinoma (red open circles), and squamous cell carcinoma of the lung (green crosses); dashed lines depict corresponding least-squares linear fits. A statistically significant correlation exists in normal and adenocarcinoma samples, but not in squamous cell carcinoma samples.

RPS20 vs. Ribosome pathway summary. Plot of RPS20 (Affymetrix probe 326_i_at) vs. pathway summary expression for the ribosome pathway (not including RPS20) for normal lung (black filled circles), lung adenocarcinoma (red open circles), and squamous cell carcinoma of the lung (green crosses); dashed lines depict corresponding least-squares linear fits. A statistically significant correlation exists in normal and adenocarcinoma samples, but not in squamous cell carcinoma samples.

Conclusion

We presented a method for finding relationships between the expression of a gene and that of a known pathway, that are changed across phenotypes. This method defines the expression of a known pathway via a summary value based on principal component analysis. The correlation between the pathway summary expression level and the expression levels of each individual gene is compared across phenotypes to search for interesting gene-pathway pairs. Our approach allows one to efficiently and scalably examine even millions of such pairs. By restricting analysis to pathways for which the first principal components can be meaningfully compared and to genes which do not show differential expression by themselves, higher-order gene interactions may be compared between phenotypes. Gene-pathway pairs for which there is a significant disruption in the correlation across the phenotypes may be flagged. Our approach may be a useful complement to gene-at-a-time analysis; the difference is that in single-gene analyses only the expression of that gene and the phenotype are typically considered, while in ours we consider jointly the gene in question, all the genes in a pathway, and the phenotype. This procedure was applied to prostate and lung cancer data sets with several promising results. The flagged pairs from this analysis serve as examples of the utility of this method, indicating losses of correlation between gene-pathway pairs for genes which did not exhibit statistically significant differences in single-gene analyses. In addition to suggesting heretofore unknown interactions which could be followed up in biological studies, the method identified a known interaction which had been overlooked in the annotation, suggesting that biologically meaningful associations can be found with this approach. A concern which follows naturally from these findings is whether, rather than being pathway specific, the pathway summaries may represent trends in the overall dataset. In our implementation, this is an unlikely situation due to the small proportion of genes that are involved in any particular pathway: there are 4252 genes that are associated with any pathway, but the largest pathway meeting the selection criteria in either data set (the Wnt pathway) comprises 184 genes. Accordingly, the projection of the "global" PC1 onto any single pathway is small and any pathway PC1 would be a poor descriptor of trends in the overall dataset. Nonetheless, it is possible that artifacts adding variability to the samples may affect many pathway summaries in similar ways. The risk of this can be reduced by careful normalization and preprocessing. While the KEGG database [18] was used as a basis for the PCA summarization in our examples, the method can in principle be implemented with any definition of gene groupings for which the first principal component would be a meaningful descriptor. The use of PCA in this method constitutes an improvement over simpler approaches (such as averaging the correlation between the gene of interest and each of those on a given pathway) in that it permits the weighing of pathway genes such that those with greater variation contribute more strongly to the final result. The use of the first principal component as a summary of pathway expression may be further exploited to examine coordination of pathway activity under different conditions. Measuring pathway-pathway correlations is one such approach, although overlap of pathway components may potentially complicate the interpretation of the results. Another option would be to use a gene set enrichment algorithm [7,31], where, for each pathway P, the gene scores SGPC are used to identify other pathways which are enriched for genes having differential correlation with pathway P. This could indicate phenotype dependent pathway coordination. Future applications of this method could include analysis by cancer grade or prognosis; for gene-pathway pairs which have a clear correlation in normal samples, it may be possible to use deviations from the normal fit as a way of characterizing tumor samples (which could in turn be used as a basis for cluster analysis in much the same way that gene expressions are presently employed). Identifying samples with significant disruption of these relationships may prove valuable in understanding the genetic basis for the observed clinical differences in prostate cancers, possibly opening avenues for more specific therapeutic intervention.

Abbreviations

PC: Principal Component; PCA: Principal Components Analysis; GPC: Gene/Pathway Correlation; SCC: Squamous Cell Carcinoma.

Authors' contributions

RB, GP, and LC contributed to the study conception and design. RB carried out the execution, data analysis, and manuscript composition. GP and LC critically reviewed the manuscript.

Additional File 1

A documented R package, GPCscore, designed to carry out the algorithm described in this manuscript, is available for download and may be installed as a local source package. See the R documentation [16,17] for package installation instructions. Click here for file
  26 in total

1.  Principal component analysis for clustering gene expression data.

Authors:  K Y Yeung; W L Ruzzo
Journal:  Bioinformatics       Date:  2001-09       Impact factor: 6.937

2.  A comparative review of statistical methods for discovering differentially expressed genes in replicated microarray experiments.

Authors:  Wei Pan
Journal:  Bioinformatics       Date:  2002-04       Impact factor: 6.937

3.  Genome-wide coexpression dynamics: theory and application.

Authors:  Ker-Chau Li
Journal:  Proc Natl Acad Sci U S A       Date:  2002-12-16       Impact factor: 11.205

4.  Multivariate exploratory tools for microarray data analysis.

Authors:  Aniko Szabo; Kenneth Boucher; David Jones; Alexander D Tsodikov; Lev B Klebanov; Andrei Y Yakovlev
Journal:  Biostatistics       Date:  2003-10       Impact factor: 5.899

5.  Finding disease specific alterations in the co-expression of genes.

Authors:  Dennis Kostka; Rainer Spang
Journal:  Bioinformatics       Date:  2004-08-04       Impact factor: 6.937

6.  ONCOMINE: a cancer microarray database and integrated data-mining platform.

Authors:  Daniel R Rhodes; Jianjun Yu; K Shanker; Nandan Deshpande; Radhika Varambally; Debashis Ghosh; Terrence Barrette; Akhilesh Pandey; Arul M Chinnaiyan
Journal:  Neoplasia       Date:  2004 Jan-Feb       Impact factor: 5.715

7.  Classification of human lung carcinomas by mRNA expression profiling reveals distinct adenocarcinoma subclasses.

Authors:  A Bhattacharjee; W G Richards; J Staunton; C Li; S Monti; P Vasa; C Ladd; J Beheshti; R Bueno; M Gillette; M Loda; G Weber; E J Mark; E S Lander; W Wong; B E Johnson; T R Golub; D J Sugarbaker; M Meyerson
Journal:  Proc Natl Acad Sci U S A       Date:  2001-11-13       Impact factor: 11.205

8.  Gene expression alterations in prostate cancer predicting tumor aggression and preceding development of malignancy.

Authors:  Yan Ping Yu; Douglas Landsittel; Ling Jing; Joel Nelson; Baoguo Ren; Lijun Liu; Courtney McDonald; Ryan Thomas; Rajiv Dhir; Sydney Finkelstein; George Michalopoulos; Michael Becich; Jian-Hua Luo
Journal:  J Clin Oncol       Date:  2004-07-15       Impact factor: 44.544

9.  Bioconductor: open software development for computational biology and bioinformatics.

Authors:  Robert C Gentleman; Vincent J Carey; Douglas M Bates; Ben Bolstad; Marcel Dettling; Sandrine Dudoit; Byron Ellis; Laurent Gautier; Yongchao Ge; Jeff Gentry; Kurt Hornik; Torsten Hothorn; Wolfgang Huber; Stefano Iacus; Rafael Irizarry; Friedrich Leisch; Cheng Li; Martin Maechler; Anthony J Rossini; Gunther Sawitzki; Colin Smith; Gordon Smyth; Luke Tierney; Jean Y H Yang; Jianhua Zhang
Journal:  Genome Biol       Date:  2004-09-15       Impact factor: 13.583

10.  Gene expression correlates of clinical prostate cancer behavior.

Authors:  Dinesh Singh; Phillip G Febbo; Kenneth Ross; Donald G Jackson; Judith Manola; Christine Ladd; Pablo Tamayo; Andrew A Renshaw; Anthony V D'Amico; Jerome P Richie; Eric S Lander; Massimo Loda; Philip W Kantoff; Todd R Golub; William R Sellers
Journal:  Cancer Cell       Date:  2002-03       Impact factor: 31.743

View more
  11 in total

1.  A hypothesis test for equality of bayesian network models.

Authors:  Anthony Almudevar
Journal:  EURASIP J Bioinform Syst Biol       Date:  2010-10-12

2.  MODELING DEPENDENT GENE EXPRESSION.

Authors:  Donatello Telesca; Peter Müller; Giovanni Parmigiani; Ralph S Freedman
Journal:  Ann Stat       Date:  2012-06-11       Impact factor: 4.028

3.  Integrative analysis reveals disrupted pathways regulated by microRNAs in cancer.

Authors:  Gary Wilk; Rosemary Braun
Journal:  Nucleic Acids Res       Date:  2018-02-16       Impact factor: 16.971

Review 4.  Systems analysis of high-throughput data.

Authors:  Rosemary Braun
Journal:  Adv Exp Med Biol       Date:  2014       Impact factor: 2.622

5.  Gene Expression Architecture of Mouse Dorsal and Tail Skin Reveals Functional Differences in Inflammation and Cancer.

Authors:  David A Quigley; Eve Kandyba; Phillips Huang; Kyle D Halliwill; Jonas Sjölund; Facundo Pelorosso; Christine E Wong; Gillian L Hirst; Di Wu; Reyno Delrosario; Atul Kumar; Allan Balmain
Journal:  Cell Rep       Date:  2016-07-14       Impact factor: 9.423

6.  MinePath: Mining for Phenotype Differential Sub-paths in Molecular Pathways.

Authors:  Lefteris Koumakis; Alexandros Kanterakis; Evgenia Kartsaki; Maria Chatzimina; Michalis Zervakis; Manolis Tsiknakis; Despoina Vassou; Dimitris Kafetzopoulos; Kostas Marias; Vassilis Moustakis; George Potamias
Journal:  PLoS Comput Biol       Date:  2016-11-10       Impact factor: 4.475

7.  Age, estrogen, and immune response in breast adenocarcinoma and adjacent normal tissue.

Authors:  David A Quigley; Andliena Tahiri; Torben Lüders; Margit H Riis; Allan Balmain; Anne-Lise Børresen-Dale; Ida Bukholm; Vessela Kristensen
Journal:  Oncoimmunology       Date:  2017-08-10       Impact factor: 8.110

8.  Met kinetic signature derived from the response to HGF/SF in a cellular model predicts breast cancer patient survival.

Authors:  Gideon Y Stein; Nir Yosef; Hadar Reichman; Judith Horev; Adi Laser-Azogui; Angelique Berens; James Resau; Eytan Ruppin; Roded Sharan; Ilan Tsarfaty
Journal:  PLoS One       Date:  2012-09-25       Impact factor: 3.240

9.  Tilting the lasso by knowledge-based post-processing.

Authors:  Kukatharmini Tharmaratnam; Matthew Sperrin; Thomas Jaki; Sjur Reppe; Arnoldo Frigessi
Journal:  BMC Bioinformatics       Date:  2016-09-02       Impact factor: 3.169

10.  Metrics to estimate differential co-expression networks.

Authors:  Elpidio-Emmanuel Gonzalez-Valbuena; Víctor Treviño
Journal:  BioData Min       Date:  2017-11-10       Impact factor: 2.522

View more

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