Literature DB >> 27158220

A New Approach for Identification of Cancer-related Pathways using Protein Networks and Genomic Data.

André Fonseca1, Marco D Gubitoso2, Marcelo S Reis3, Sandro J de Souza1, Junior Barrera4.   

Abstract

Cancer cells have anomalous development and proliferation due to disturbances in their control systems. The study of the behavior of cellular control system requires high-throughput dynamical data. Unfortunately, this type of data is not largely available. This fact motivates the main issue of this article: how to use static omics data and available biological knowledge to get new information about the elements of the control system in cancer cells. Two important measures to access the state of the cellular control system are the gene expression profile and the signaling pathways. This article uses a combination of these two static omics data to gain insights on the states of a cancer cell. To extract information from this kind of data, a statistical computational model was formalized and implemented. In order to exemplify the application of some aspects of the developed conceptual framework, we verified the hypothesis that different types of cancer cells have different disturbed signaling pathways. To this end, we developed a method that recovers small protein networks, called motifs, which are differentially represented in some subtypes of breast cancer. These differentially represented motifs are enriched with specific gene ontologies as well as with new putative cancer genes.

Entities:  

Keywords:  cancer; motifs; omic data; pathway

Year:  2016        PMID: 27158220      PMCID: PMC4854218          DOI: 10.4137/CIN.S30800

Source DB:  PubMed          Journal:  Cancer Inform        ISSN: 1176-9351


Introduction

Cancer cells have anomalous development and proliferation due to disturbances in their control systems. To increase the knowledge about these phenomena, some quantitative models and experimental studies have been proposed either in an abstract theoretical perspective1,2 or in some particular case studies.3,4 The cell control systems are constituted by the integration of a gene system and signaling pathways that regulate gene expression and metabolic pathways. The signaling pathways are composed of a biochemical network that has a hierarchical modular structure, that is, many complex networks are decomposed in simpler ones, the modules or motifs.5 A very informative data for studying such complex phenomena would be dynamical data evaluated through time series of omics measurements taken from a single cell or from a set of synchronized cells. Unfortunately, this kind of data is not largely available. This fact motivates the main issue of this article: how to use static omics data and available biological knowledge to get new information about the elements of the control dynamics of cancer cells. Two important measures to access the state of the cell control system are the gene expression profile and the signaling pathways (ie, control signals built primarily from protein–protein interaction [PPI]). Tumor biopsies data from large cohorts of patients are abundant (eg, the one from The Cancer Genome Atlas) and allow the assessment of gene expressions, which are important to evaluate the impact of genetic heterogeneity in the control systems. This information may be relevant, for example, to distinguish the control systems’ behavior in different types of cancer or in different stages of a given cancer type. Another available data that has some structural information about the cell control system dynamics is the human PPI network. This article uses a combination of two static omics data: the human PPI network6 and the transcript expression measurements taken from breast cancer tissues7 to model the states of a cancer cell. The integration of biological networks and gene expression data is not new. Several reports have addressed the combined use of both types of data using different approaches.8–14 For each type of cancer, this integrated approach results in a subgraph of the human PPI graph, labeled with relative (with respect to the normal tissue) transcript expression values associated to each protein. This labeled PPI graph connects the problem of extracting information about cancer cell dynamics from static omics data and complementary biological knowledge to the formal approach of probabilistic graph models, such as gene expression network15 and motif network analysis.16 This network analysis models the phenomena of different kinds by the same abstract model, a graph. It takes abstract graph structure measures, which depend on nodes and arcs, and interprets them in the context of the phenomena studied. The labeled subgraphs under this study will be called as motifs. To exemplify the application of some aspects of the developed conceptual framework, we will verify the hypothesis that different subtypes of breast cancer have different representation of motifs. This article proposes an analytical method, which integrates PPI networks and differential tissue transcript expression data to identify motifs (ie, small subgraphs) of disturbed signaling pathways and measure the distribution of the observed state of these motifs in breast cancer subtypes. Motifs showing a differential representation in the subtypes are then analyzed, and new cancer genes are proposed. Following this section, the “Materials and methods” section presents the methods used to extract, analyze, and model the data. The description of the data includes their source, semantics, and preparation. The “Model of analysis” section presents the mathematical description of the operators used to identify the motifs, estimate the motif distributions, and recognize the characteristic motifs of each cancer subtype. In the following “Results” section, the analysis outputs are given, including identification of motifs, characteristics of motif recognition, data enrichment of the motifs recognized, analysis of motifs internal connections for annotation of new cancer proteins, and corresponding enrichment. The article is ended with the discussion of potential applications of the technique presented here and other similar techniques for learning about the structure of the cellular control system and the disturbed subsystems.

Materials and Methods

Data source

In this subsection, we describe the TGA expression data, the PPI data and the enrichment technique.

TCGA data

The TCGA expression data were retrieved from the cBio portal. A z-score threshold was used to classify the genes as upregulated (z-score >3) or downregulated (z-score <−3). Moreover, to improve the number of available data, both RNA-Seq and microarray experiments were combined. For samples with both types of data, only microarray data were used. This data were acquired using the CGDS-R function, available at cBio.17 Datasets were all from the same release (January 2015). TCGA clinical data were downloaded from the TCGA public site (http://tcgs-data.nci.nih.gov/tcga/tcgaDownload.jsp). The breast cancer samples were stratified using the molecular signatures described in Refs. 18 and 19.

PPI data

The human PPI network was obtained from the STRING database, which includes both known and predicted PPIs.20 For each association, a confidence score is calculated based on the evidence collected from different data types. Here, we selected interactions with score 700 or 900 from experimental or in silico evidences, respectively.

Enrichment data

The protein datasets derived from the analyzed motifs were submitted to clusterProfiler package, a enrichment tool provided by the R platform.21 All enrichments were carried out against the Kyoto Encyclopedia of Genes and Genomes (KEGG) database,22 with an adjusted (using the BH method) P-value cutoff equal to 0.05.

Model of analysis

In this subsection, we describe the computational methods developed in this article. First, we introduce some concepts and definitions. Second, we describe the adopted strategy for the motif identification. Finally, we present our methodology to assess the frequencies of the motifs that were obtained in the identification step.

Definitions

A graph is an ordered pair of sets . The elements of are called vertices, while is a set of pairwise elements of ; the elements of are called edges. We can now define a PPI network as a graph. Definition 2.1. A PPI network graph is a graph where each vertex is identified by one protein, and each edge represents a potential interaction between proteins. A subgraph is a graph such that , and are also a graph; in this case, we say G is a sub-graph of H. We assume that there is a bijection between the expressed gene set and the protein set. Hence, we can make the following definition. Definition 2.2. Given a subgraph G of , Genes(G) is an ordered list of genes associated to the vertices of G. In this work, gene expression information is gathered from cancer tissue subtypes. For each subtype, several samples were collected. For each subtype and each sample, the expression levels of a given gene are given by its z-score, which is a real number. Definition 2.3. Given a gene g, z(g,l,i) is the z-score of g for the ith sample of subtype l. Let the elements of the set {−1,0,1} be denoted as labels. The labels −1, 0, and 1 are also known as suppressed, normal, and overexpressed, respectively. We define f: ℝ → {−1,0,1} as a function that takes values from z-scores to labels. Now, let G be a graph with at least two vertices. We say that G is connected if for every pair 〈u,v〉 of vertices of G there is a set of edges such that v1 = u and v = v. In this work, we are interested in sets of graphs that are connected and have the same number of vertices. In Figure 1, we give examples of connected graphs with four vertices.
Figure 1

Connected graphs with four vertices.

Let G and H be two graphs. We say that G is isomorph to H if there is a bijection b between the vertices sets of G and H such that two vertices u and v of G are adjacent (ie, both are present in the same edge of G) if and only if the vertices b(u) and b(v) of H are adjacent. With the definitions presented so far, we can now introduce the concept of motif used in this article. Definition 2.4. A motif 〈G,L〉 is composed by a connected graph G and an ordered list of labels L such that there is a bijection between vertices in G and labels in L. In Figure 2, we present an example of motif. Finally, let and be two motifs. We say that is symmetric to if there is a bijection b between the vertice sets of G1 and G2 such that: (i) two vertices u and v of G1 are adjacent if and only if the vertices b(u) and b(v) of G2 are adjacent (ie, G1 is isomorph to G2) and (ii) for each vertex v of G1, its label in L1 is equal to the label of b(v) in L2.
Figure 2

Example of a motif 〈G,L〉 with vertices {a,b,c,d} and L = 〈+1,0,+1,−1〉.

Based on these definitions, we developed algorithms for motif identification that will be explained in the next section.

Motif identification

In this section, we present two algorithms for motif identification, which is, for a given set of motifs, the search and counting of their occurrences in the PPI network graph, cancer tissue subtypes, and their respective samples. The first algorithm is a basic search and count algorithm, which is described in a higher level, that is, we show only the general steps to perform the motif identification. The second algorithm is a modification of the basic search and count algorithm for connected graphs with four vertices, which we further explored in this work with computational experiments.

The basic search and count algorithm

The basic search and count algorithm receives as input a set of cancer tissue subtypes and their respective set of samples, an integer k ≥ 2 and a PPI network graph . It returns a table Count, which stores, for each subtype and each sample, the number of observations of the motif 〈G,L〉, where G is a connected graph with k vertices and L is an ordered set of labels associated to the vertices of G. The pseudocode of this algorithm is presented in Figure 3.
Figure 3

Pseudocode of the basic search and count algorithm.

In this basic search and count algorithm, we assume that the counting issues that might arise due to symmetries between motifs are solved through an appropriate implementation of the for loops in the lines 2–10, 3–9, and 5–7. In the following, we show an implementation of this algorithm for connected graphs with four vertices; this implementation includes a way to circumvent these counting issues.

An algorithm for connected graphs with four vertices

The general strategy of this algorithm is, for each vertex in the PPI network graph , to explore its adjacent vertices (and also some vertices adjacent to adjacent vertices) and store all connected subgraphs with four vertices found during that procedure. For each search initiated in a vertex v, the exploration is constrained to vertices smaller than v. Hence, we assume that there is a strict total order relation in the set of vertices of , as in the graph depicted in Figure 4.
Figure 4

Example of PPI network graph .

We start the description of this algorithm by a recursive function to identify the connected subgraphs of four vertices in a PPI network graph . To this end, we first introduce an additional concept: let G be a graph and X be a subset of vertices of G. G[X] is a subgraph of G induced by X if G[X] is a sub-graph of G such that for every pair of vertices u and v of G[X], {u,v} is an edge of G[X] if and only if {u,v} is an edge of G. The IDENTIFY-SUBGRAPHS function receives a PPI network graph and a vertex v of , and includes into a given set G all connected subgraphs of four vertices in that can be found in an exploration starting in v. In an initial call of this function, X is set as {v}, and k = 3. The pseudocode of this function is shown in Figure 5.
Figure 5

Pseudocode of a recursive function to identify the subgraphs from a PPI network graph.

In Table 1, we show a simulation of the IDENTIFY-SUBGRAPHS function for an exploration of the PPI network graph depicted in Figure 4 that starts in vertex 7. The main algorithm receives as input a set of cancer tissue subtypes and their respective set of samples and a PPI network graph . It returns a table Count which stores, for each subtype and each sample, the number of observations of the motif 〈G′,L′〉, where G′ is a connected graph with four vertices and L′ is an ordered set of labels associated with the vertices of G′. The pseudocode of this algorithm is presented in Figure 6.
Table 1

Simulation of the IDENTIFY-SUBGRAPHS function.

#CALLG (ONLY THE VERTEX SETS OF THE GRAPHS ARE SHOWN)XVK
1Ø{7}73
2{{7, 6, 5, 4}}{7}72
3{{7, 6, 5, 4}}{7, 6, 5}61
4{{7, 6, 5, 4}}{7, 6, 5}51
5{{7, 6, 5, 4}}{7, 6, 4}61
6{{7, 6, 5, 4}}{7, 6, 4}41
7{{7, 6, 5, 4}, {7, 6, 4, 3}}{7, 5, 4}51
8{{7, 6, 5, 4}, {7, 6, 4, 3}}{7, 5, 4}41
9{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7}71
10{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 6}62
11{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 6}61
12{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 6, 5}51
13{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 6, 4}41
14{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 5}52
15{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 5}51
16{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 5, 4}41
17{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 4}42
18{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 4}41
19{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}}{7, 4, 3}31
**{{7, 6, 5, 4}, {7, 6, 4, 3}, {7, 5, 4, 3}, {7, 4, 3, 2}, {7, 4, 3, 1}}

Notes: Each row contains the input values of a call of the function; the first row is the initial call, while the remaining rows are the recursive calls in the sequential order they are executed. For all calls of the function, the PPI network graph is the one depicted in Figure 4.

After the execution of the 19th and last recursive call.

Figure 6

Pseudocode of a search and count algorithm for connected graphs with four vertices.

In the pseudocode shown in Figure 6, the function EXTRACT-TOPOLOGY called in line 11 avoids two motifs that are symmetric to each other of being counted separately. Once for connected graphs with four vertices, there are a few possible configurations when the graph isomorphism is taken into account. Figure 1 shows the six equivalent classes defined by all isomorphisms; we treated each case directly through a table that maps different pairs 〈G1,L1〉, …, 〈G,L〉 into a unique motif 〈G′,L′〉. For instance, each of the two motifs shown in Figure 7A and B is mapped to the motif depicted in Figure 7C.
Figure 7

A procedure to avoid two motifs that are symmetric to each other of being counted separately. At each figure, vertices names and their associated labels are, respectively, outside parentheses and between parentheses. The motifs of (A) and (B) are symmetric to each other, and the EXTRACT-TOPOLOGY function maps them to the same unique motif (C).

Motif frequency analysis

In this section, we describe the methodology of the analysis of the motif statistics produced using the algorithms presented in the previous section (ie, the data stored in the Count table). The adopted strategy involves the use of the Shannon entropy to assess motifs whose number of occurrences was concentrated in one or more subtypes. Let be the space of motifs, ℒ be the collection of subtypes, and n be the number of samples of the subtype l. For each motif in , the entropy of among the subtypes in is described by the following equation: where (·) is the probability distribution function for the motif among the subtypes in ℒ; this function is defined as follows: for all l in ℒ.

Results

The PPI graph used for this work has 7335 nodes, with degrees (ie, number of connections) varying from 1 to 3090 (for the protein UBC), with an average degree of 8. It is important to emphasize that present-day human PPI networks are still incomplete with a high rate of false negatives. We deal with this problem by using mass concentration analysis of relevant motifs. The breast cancer subtypes considered are presented in Table 2.
Table 2

Number of samples in each breast cancer subtype.

SUBTYPESAMPLES
Triple negative100
Luminal A393
Luminal B100
Her 2 enhanced30

Motif identification

In the following, a motif is just a subgraph where a vertex is associated with any protein with a given label. Consequently, the number of different motifs is 6 × 34 = 486, since there are six topologies (Fig. 1) and three possible labels for each vertex. As expected, the vast majority of motifs have labels L = 〈0,0,0,0〉, indicating that all proteins have no differential expression compared to a normal cell in that respective sample. Their count is over 95 times the number of occurrences of any other labeled motif in a given subtype. In order to reduce the search space, we removed these motifs from further analysis. In the following, for the sake of simplicity, we use the letters s, n, and o to indicate the expression levels −1 (suppressed), 0 (normal), and 1 (overexpressed), respectively.

Differential motifs

The counting algorithm of the “Motif identification” section and Expression (2) provide an estimate of motif distribution among breast cancer subtypes. Using Shannon’s entropy (Expression (1)), we identified the motifs that are more represented in each breast cancer subtype. With four subtypes, the maximum entropy is −4 × 0.25 log2 0.25 = 2, representing an uniform distribution. Table 3 shows all the motifs with entropy lesser than one, indicating a concentration of occurrences in one or two subtypes. We are interested in those that are strongly represented in one subtype and have a small relative number of occurrences in others.
Table 3

Entropy of motifs and distribution among subtypes.

MOTIFENTROPYTRIPLE NEGLUMINAL ALUMINAL BHER2E
K4-osss0.36670.03920.94360.01660.0006
Diag-soss0.44740.08400.91300.00180.0011
K4-ooss0.55920.11840.87800.00010.0035
Square-ooss0.56140.87110.12820.00030.0003
Diag-osss0.56610.09120.89190.01620.0007
Star-ooos0.64630.86990.11210.00380.0141
Linear-oooo0.65160.85490.13690.00440.0039
Square-osso0.70820.81160.18740.00050.0005
Square-oooo0.72680.82520.16420.00010.0106
Kite-soss0.72960.16110.82730.01070.0009
Kite-oooo0.74280.82360.16520.00440.0068
Diag-oooo0.79690.81230.17040.01020.0071
Square-ooos0.79900.77180.22520.00020.0028
Square-ooso0.80210.82360.14870.02240.0053
Kite-osoo0.81980.81370.16010.00440.0219
Linear-osoo0.85410.78070.20400.00720.0081
Square-osss0.87560.71340.28550.00050.0005
K4-ssss0.88650.17550.78800.03650.0000
Kite-ssos0.89370.20930.76750.02300.0003
K4-noss0.89680.10340.81070.08450.0011
Star-ssso0.96960.33580.65840.00570.0001
Star-ssss0.99910.55250.44690.00030.0003
For instance, the first motif in Table 3, K4-osss (topology K4 and expression levels 〈+1,−1,−1,−1〉) is clearly much more represented in the subtype luminal A. The same applies to Diag-soss and K4-ooss. Square-ooss is more represented in the subtype triple negative.

Enrichment of differential motifs with specific ontologies in breast cancer subtypes

The differential motifs identified in Table 3 were further analyzed in terms of the composition of proteins in the PPI subgraph constructed for each breast tumor subtype. From the samples of each breast cancer subtype, we took the union of all instances of a motif, obtaining a set of proteins. These nonredundant lists (one for each subtype) were then evaluated regarding the enrichment of ontologies from the KEGG.22 A total of 27 and 12 KEGG categories were exclusively present in TNBC and luminal A, respectively (Fig. 8). For luminal A, Kite-ssos was the most enriched motif in the KEGG categories as shown in Figure 8, while for TNBC, Linear-osoo was the most enriched motif.
Figure 8

KEGG enrichment analysis. The dotchart shows the enrichment analysis performed by using clusterProfiler. All motifs selected by Shannon entropy method are represented at the X-axis, while in the Y-axis, all the enriched KEGG pathways with P-value ≤ 0.05 are listed. The adjusted P-values are sorted from less (blue) to more (red) significant. Furthermore, the dot size is based on gene ratio, which is the observed number of genes in the experimental set within the respective KEGG pathway.

Interestingly, most of the KEGG categories found exclusively in TNBC are involved with tumorigenesis, including transcription misregulation in cancer, renal cell carcinoma, PI3K-AKT signaling pathway, pathways in cancer, mismatch repair, base excision repair, and microRNAs in cancer. This strongly suggests that our method is capable to identify motifs whose nodes are related to tumorigenesis. Furthermore, this also shows that the motifs identified by our methods belong to pathways related to cancer.

Use of motifs to complement the annotation of cancer pathways

One of the most complete annotations of cancer-related pathways is provided by the KEGG database. Its pathways in cancer entry have been widely used as a comprehensive landmark for a systemic view of cancer genes and proteins. As mentioned earlier, the data in Figure 8 strongly support the view that the motifs identified by our method belong to cancer-related pathways. It is, thus, reasonable to speculate that the set of proteins belonging to our motifs might harbor new putative cancer genes. To evaluate this possibility, we first selected all instances of the motifs that contained at least one node from KEGG’s pathways in cancer entry. Among these instances, half (51%) contained only one node from that respective KEGG entry. Instances with two, three, and four nodes from the KEGG entry corresponded roughly to 33%, 14%, and 2% of all instances, respectively. There was no difference between the breast cancer subtypes regarding the above distribution. Next, we select all other proteins belonging to the same motifs but not belonging to the KEGG’s pathways in cancer. Proteins classified as overexpressed or underexpressed were separately ranked based on their frequency in the motifs. The top candidates are listed in Table 4. Using the S-score method, recently developed by some of us,23 we estimated that 52% of the genes listed in Table 4 (54 out of 103 genes) are cancer genes for breast tumor. One interesting protein that our method classifies as potentially oncogenic for triple negative is PSMB4, a subunit of the 26S proteasome that has been classified as a driver oncogene for several types of tumors.24 Another interesting protein found by our method is YEATS2, a component of a histone acetyltransferase complex. YEATS2 has been found to be recurrently altered in chondrosarcoma tumors.25
Table 4

The ranked proteins associated with pathway in cancer.

PROTEINSUPPRESSED (S)OVER-EXPRESSED (O)
TNBCLMNALMNBHER2TNBCLMNALMNBHER2
HSF100000.740.890.720.77
RANGRF0.510.4600.870.780000
ORAOV100000.440.890.730.5
ERBB2IP0.720.360.090.1900.010.010
NDUFB900000.920.920.830.86
IFNAR10.250.1000.380.2100.89
FBP10.830.3400.450000
SRSF1200000.850.1500
UQCRB0 00 000.370.8600.580.67
TOPORS0.260.580.360.510.080.020.040.21
ZNF70600.05000.690.850.740.69
RPL190.120.130000.130.850.9
GOLGA10.640.3200.79000.420
FLII00.580.430.35000.220.35
MRPL530.72000.6600.2700
NADK200.1300.8300.250.50
TCAP000000.340.970.96
NUP500.130.59000.1300.420.32
NMT100.340.620.890.260.40.120
MGMT0.350.590.820.70000
USP320.17000.3200.730.890.32
GATA30.870.3800.670000
PTRH200.05000.340.750.90.83
ORMDL3000000.420.950.99
PHB000000.630.860.89
KAT700.01000.010.490.90.59
FOXA10.810.4700.4200.020.050
GRB700000.010.370.920.94
ATMIN0.330.540.8300.220.0500
ELP30.880.550.860.8600.1500
TBCE00000.90.920.880.96
VPS7200000.830.670.50.86
MRPL270.370.050000.590.810.89
MSL1000000.120.840.96
PABPC100000.840.670.770.9
ATP5L0.390.510.750.840000
NHP2L10.30.700.290.1000.29
MED70.780.440.0500000
MED40.360.470.820.60.12000
YEATS200000.860.2500.43
KANSL10.20.10.610.820000
FAM175A00.1400.80000
RAD2100000.830.90.830.93
MRPL100.520.070.380.8900.570.490
MRPL130000.110.770.910.940.85
MED3000000.850.610.060.32
POLR2K00000.790.850.820.75
TUBGCP300.090.760.310.80.2600.31
DNAJC3000.760.370.070.210.010.02
UBE2Z0.260.2600.1300.460.920.67
ANKRA20.770.440.370.440000
01/08/0200000.860.630.520.83
MCPH10.250.710.610.470.150.010.010
TNFRSF10B0.180.650.2200.18000
KRT400000.54000.95
CDC6000000.150.880.89
VPS4500000.380.530.910.43
INTS100.090.710.640.370.460.0300
FBX0250.490.680.740.820.180.0400
DDX19A00.63000.16000
KLHL120.1500000.60.890.75
RPS250.240.570.890.4600.0600
RABIF00000.80.850.930.89
FAM96B0.410.750.330000.33
VPS4A0.130.570.850.220000.22
MAEA0.350.230.770.340.21000
EZH10.160.130.290.8300.1300
RI0K100000.840.260.220.36
LRRFIP10.830.170000.0800
SKIV2L20.730.360.2900.070.1800
MED10.090.240.070.080.30.310.890.87
PSMB400000.910.510.620.35
FYCOl0.850.3300.820000
DCAF1300000.810.870.830.73
CAMLG0.760.1200.700.1600
PEX140.200.7500000
YWHAZ00000.760.870.740.77
NSMCE4A0000.780.290.3900
ELAC200.590.5400000
CDK12000000.170.880.96
TLX100000.780.250.340.88
TGOLN20.41000.79000.750
CNOT70.420.740.740.620.210.0400
ATP5G20.820.200.620000
COPA00000.690.780.910.51
CLASP20000.7900.20.20
CLASP10.290.10.510.8200.100
HEATR10.040.12000.860.590.770.67
INTS90.550.620.710.62000.090
SNF80.220.110000.540.940.84
KRIT10.180.310.7700.180.3100
DEDD00000.880.70.750.8
DUSP1200000.550.6910.38
LACTB20000.330.70.850.440.33
EX0C40.2300.87000.2400
HSPA1400.04000.830.510.260.58
TINF20.720.1400.660000
RPA100.40.770.510.14000
BBS40.740.250000.1200
SCRIB00000.50.90.420.54
DYNC1I100000.830.300
ACTL6A00000.830.470.490.83
ATP6V1C100000.340.860.740.4

Notes: The normalized values were calculated based on absolute frequency of each type expression label in each subtype. For a given protein, the sum of the counts N, O, and S was used to normalize S and 0.

Abbreviations: TNBC, triple negative; LMNA, luminal A; LMNB, luminal B; HER2, Her2 enriched.

In the list of underexpressed proteins, the transcription factor GATA3 was identified by our method as important in triple negative, and several reports have linked alterations in GATA3 with different aspect of breast tumor biology.26 The data presented in Table 4 strongly suggest that our method is able to identify known and new cancer genes.

Discussion

The method presented in this study identifies the recurrent four-node motifs in the human PPI network superimposed with expression data from breast cancer patients from the TCGA project. The PPI graph permits to assess regions of the four-dimensional gene expression space and, based on gene vector distribution, recognize the differential gene vectors. The S-score method corroborated that most of the genes found are oncogenes for breast cancer tumor. Furthermore, up to a reasonable noise level in the PPI network, our method is quite robust, since we have considerable amount of data for the estimation of this kind of distribution (ie, the ones with very high mass concentration). Although breast cancer data were used here, the method can be used for any type of tumor, assuming that there are the corresponding gene expression data. Besides generating a representation map of such motifs in a cohort of breast cancer patients, the method allowed us to gain significant biological insights and identify potential new cancer proteins. Both pieces of information extracted by the method are relevant to increase our understanding of the structure and dynamics of the cancer cell control system. The identification of new cancer proteins tends to progressively complete the architecture of the signal network of cancer cells. Changes in the cancer cell architecture are usually associated with dynamics alterations. The distribution of motifs may allow the investigation of cell control system architecture transformations, which imply in increasing or decreasing the control disturbances in different generations of cancer cells. The effect of such alterations on the cell control systems should be associated with several phenotypes, including cancer malignancy. Thus, under this point of view, methodologies of the kind presented in this article may contribute to the discovery of relevant new knowledge about cancer cell control systems.
  25 in total

1.  KEGG: kyoto encyclopedia of genes and genomes.

Authors:  M Kanehisa; S Goto
Journal:  Nucleic Acids Res       Date:  2000-01-01       Impact factor: 16.971

2.  Probabilistic Boolean Networks: a rule-based uncertainty model for gene regulatory networks.

Authors:  Ilya Shmulevich; Edward R Dougherty; Seungchan Kim; Wei Zhang
Journal:  Bioinformatics       Date:  2002-02       Impact factor: 6.937

3.  Network motifs: simple building blocks of complex networks.

Authors:  R Milo; S Shen-Orr; S Itzkovitz; N Kashtan; D Chklovskii; U Alon
Journal:  Science       Date:  2002-10-25       Impact factor: 47.728

Review 4.  Hierarchical thinking in network biology: the unbiased modularization of biochemical networks.

Authors:  Jason A Papin; Jennifer L Reed; Bernhard O Palsson
Journal:  Trends Biochem Sci       Date:  2004-12       Impact factor: 13.807

5.  Efficient key pathway mining: combining networks and OMICS data.

Authors:  Nicolas Alcaraz; Tobias Friedrich; Timo Kötzing; Anton Krohmer; Joachim Müller; Josch Pauling; Jan Baumbach
Journal:  Integr Biol (Camb)       Date:  2012-02-21       Impact factor: 2.192

6.  clusterProfiler: an R package for comparing biological themes among gene clusters.

Authors:  Guangchuang Yu; Li-Gen Wang; Yanyan Han; Qing-Yu He
Journal:  OMICS       Date:  2012-03-28

Review 7.  Cell cycle control and cancer.

Authors:  L H Hartwell; M B Kastan
Journal:  Science       Date:  1994-12-16       Impact factor: 47.728

8.  STRING v10: protein-protein interaction networks, integrated over the tree of life.

Authors:  Damian Szklarczyk; Andrea Franceschini; Stefan Wyder; Kristoffer Forslund; Davide Heller; Jaime Huerta-Cepas; Milan Simonovic; Alexander Roth; Alberto Santos; Kalliopi P Tsafou; Michael Kuhn; Peer Bork; Lars J Jensen; Christian von Mering
Journal:  Nucleic Acids Res       Date:  2014-10-28       Impact factor: 16.971

9.  KeyPathwayMiner 4.0: condition-specific pathway analysis by combining multiple omics studies and networks with Cytoscape.

Authors:  Nicolas Alcaraz; Josch Pauling; Richa Batra; Eudes Barbosa; Alexander Junge; Anne G L Christensen; Vasco Azevedo; Henrik J Ditzel; Jan Baumbach
Journal:  BMC Syst Biol       Date:  2014-08-19

10.  Unique mutation portraits and frequent COL2A1 gene alteration in chondrosarcoma.

Authors:  Yasushi Totoki; Akihiko Yoshida; Fumie Hosoda; Hiromi Nakamura; Natsuko Hama; Koichi Ogura; Aki Yoshida; Tomohiro Fujiwara; Yasuhito Arai; Junya Toguchida; Hitoshi Tsuda; Satoru Miyano; Akira Kawai; Tatsuhiro Shibata
Journal:  Genome Res       Date:  2014-07-14       Impact factor: 9.043

View more
  1 in total

1.  Weighted gene coexpression network analysis identifies hub genes related to KRAS mutant lung adenocarcinoma.

Authors:  Dongjun Dai; Rongkai Shi; Shuting Han; Hongchuan Jin; Xian Wang
Journal:  Medicine (Baltimore)       Date:  2020-08-07       Impact factor: 1.817

  1 in total

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