Literature DB >> 23320896

An effective method for network module extraction from microarray data.

Priyakshi Mahanta1, Hasin A Ahmed, Dhruba K Bhattacharyya, Jugal K Kalita.   

Abstract

BACKGROUND: The development of high-throughput Microarray technologies has provided various opportunities to systematically characterize diverse types of computational biological networks. Co-expression network have become popular in the analysis of microarray data, such as for detecting functional gene modules.
RESULTS: This paper presents a method to build a co-expression network (CEN) and to detect network modules from the built network. We use an effective gene expression similarity measure called NMRS (Normalized mean residue similarity) to construct the CEN. We have tested our method on five publicly available benchmark microarray datasets. The network modules extracted by our algorithm have been biologically validated in terms of Q value and p value.
CONCLUSIONS: Our results show that the technique is capable of detecting biologically significant network modules from the co-expression network. Biologist can use this technique to find groups of genes with similar functionality based on their expression information.

Entities:  

Mesh:

Year:  2012        PMID: 23320896      PMCID: PMC3426802          DOI: 10.1186/1471-2105-13-S13-S4

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


Introduction

The development of high-throughput Microarray technologies has provided a range of opportunities to systematically characterize diverse types of biological networks. Biological networks can be broadly classified as protein interaction networks [1-3], metabolic networks [4-6] and gene co-expression networks [7]. These networks provide an effective way to summarize gene and protein correlations. In this paper, we focus on gene co-expression networks, which is an undirected graph where nodes represent gene and nodes are connected by an edge if the corresponding gene pairs are significantly co-expressed. Gene co-expression networks provide the association between individual genes in terms of their expression similarity and a network-level view of the similarity among a set of genes. In co-expression networks, two genes are connected by an undirected edge if their activities have significant association, as computed using gene expression measurements such as Pearson correlation, Spearman correlation, mutual information. Compared to gene regulatory networks, a gene co-expression network is built upon gene neighborhood relations, which give interesting geometric interpretations of the network. One of the most important applications of gene co-expression networks is to identify functional gene modules [8] or network modules, which are represented by the strongly connected regions of the co-expression network.

Problem formulation

Due to non-transitive nature of connections among genes, genes form a very complicated connectivity network with respect to a particular similarity measure in a gene expression data set. Such a connectivity network is often referred to as a co-expression network. A major use of this co-expression network is extraction of network modules that represent the strongly connected regions in the co-expression network. These modules may present highly co expressed genes, which are functionally similar. In this paper, we propose an effective similarity measure for gene co-expression, develop an approach to prepare a co- expression network from a gene expression data set and mine the potential network modules from the built network. We aim to produce a graph, G={V,E} that presents the co-expression network with the following properties. 1. Each vertex v∈V represents a gene. 2. Each edge e∈E represents a connection between a pair of vertices v1,v2 where v1,v2 ∈V. 3. There is an edge between two vertices v1,v2 ∈V if the similarity of the genes corresponding to the vertices is more than a user defined threshold.

Our contribution

We claim the following contributions in this paper. • We introduce an effective gene similarity measure NMRS. • We propose an approach to construct a co-expression network using NMRS. • We develop a spanning tree based method to extract the potential network modules.

Background

In the literature, a number of techniques have been proposed for gene co-expression network construction. When inferring co-expression networks from gene expression data, the algorithms take a gene expression dataset as primary input and then, by using a correlation-based proximity measure, constructs the corresponding co-expression networks. Frequently used correlation-based measures are Pearson correlation coefficient, Spearman correlation coefficient and Mutual information. Approaches such as [9,10] used Pearson correlation coefficient to extract the association among genes in a co-expression network. The Spearman correlation coefficient is used as a gene expression similarity measure to construct co-expression network in [10]. [11], Steuer et al. [12] reports the use of Mutual Information to find similarly expressed gene pairs in such networks. While some studies attempted to apply algorithms directly to the adjacency matrices of networks to partition network nodes into groups [13,14], other studies rely on special purpose algorithms for identifying subnetworks with certain properties [15]. Generally, in a co-expression network, the connections between genes are obtained from the absolute values of a co-expression measure. Several researchers have suggested to threshold this value of the co-expression measure to construct gene co-expression networks. There are two ways to pick a threshold: one way is picking a hard threshold (a number) based on the notion of statistical significance so that gene co-expression is encoded using binary information (connected=1, unconnected=0). The other way is called soft thresholding which weighs each connection by a number between 0 and 1. The drawbacks of hard thresholding include loss of information regarding the magnitude of gene connections and sensitivity to the choice of the threshold. Generally, hard thresholding results in unweighted networks while soft thresholding results in weighted networks.

Methodology

To construct the gene co-expression network, we use the general framework proposed by [16]. A new effective gene similarity measure called NMRS is used to construct the distance matrix. We use a hard thresholding based signum function to construct the adjacency matrix from the distance matrix. A spanning tree based approach is used to detect network modules in the co-expression network. Extracted network modules are projected as functional categories of genes and these modules are validated using p value and Q value. Our approach is explained next.

Define a gene expression measurement

To determine whether two genes have similar expression patterns, an appropriate similarity measure must be chosen [17]. To measure the level of concordance between gene expression profiles, we develop a gene co-expression measure called NMRS. The NMRS of gene d1=(a1, a2,…, a) with respect to gene d2=(b1, b2,…, b) is defined by where

NMRS as a metric

NMRS satisfies all the properties of a metric. We establish The non-negativity, symmetricity and triangular inequality properties for our measure in additional file 1.

Significance of NMRS

The most widely used proximity measures in gene expression data analysis are Euclidean distance, Pearson correlation coefficient, Spearman correlation coefficient, Mean squared residue etc. In co-expression network, the used proximity measure is expected to effectively detect the linear shifting patterns in the gene expression data. But none of the widely used proximity measures can satisfactorily serve this purpose. The Euclidean distance measures the distance between two data objects. But in this domain, the overall shapes of gene expression patterns (or profiles) are of greater interest than the individual magnitudes of each feature [18]. So Euclidean distance can not straight away detect shifting patterns, but bringing down all the genes to the same range of expression values can make this measure to detect shifting patterns. This normalization process involves an extra overhead. Along with shifting patterns Pearson correlation coefficient also detects scaling patterns and some other patterns which is normally not desired in a co-expression network and may lead to inclusion of genes which have considerable amount of difference between their expression levels. Spearman Rank Correlation Coefficient uses ranks to calculate correlation which can neither detect shifting patterns nor scaling patterns. Mean squared residue is good enough to detect shifting patterns, but the aggregate measure can not operate in a mutual mode, i.e. it can not find correlation between a pair of genes. A general comparison of these measures is presented in Table 1.
Table 1

Comparison of proximity measures

Proximity measureModeNormalization requiredDetects shifting patternDetects scaling pattern
EuclidianMutualYesYesNo
PearsonMutualNoYesYes
SpearmanMutualNoNoNo
MSRAggregateNoYesYes
NMRSMutualNoYesYes

The table 1 presents the comparison of different proximity measure.

Comparison of proximity measures The table 1 presents the comparison of different proximity measure. Let us consider a random gene pattern a as presented in Figure 1(a). Gene pattern b1 in Figure 1(b) has a shifting relationship with gene a. Gene pattern b8 in Figure 1(i) is a shifted as well as negatively correlated form of gene a. Figures 1(b)-1(h) present gene patterns b2, b3, b4, b5, b6 and b7 which are uniformly distributed intermediate patterns between genes b1 and b8. Figure 2 shows Pearson, Spearman and NMRS correlation of gene patterns b1-b8 with that of a. As usual the Spearman correlation was found to be concerned only about the rank information about the gene patterns. Interestingly, Pearson correlation was found to produce some undesired correlation values for the pairs a and b2, a and b3, a and b4, a and b4, a and b5, a and b6 and a and b7, which are neither shifting nor scaling patterns. The values of these patterns are given in Table 2. Our measure is found to effectively distinguish patterns across this uniform distribution from a shifted pattern (with a value 1) to a shifted and negatively correlated pattern (with value 0) of a given pattern as can be seen in Figure 2.
Figure 1

Example patterns used for evaluation of proximity measures The figure 1 presents the value of some example patterns that are used to demonstrate the superiority NMRS over other proximity measures viz. Euclidean distance, Pearson correlation coefficient and Spearman correlation coefficient.

Figure 2

NMRS and Pearson correlation coefficient among considered example patterns The figure 2 presents NMRS and Pearson correlation coefficient of patterns b1-b8 with that of a.

Table 2

Gene pattern

a476365873
b11013129121114139

b210.428612.571411.85719.714311.857111.142913.285712.57149.7143

b310.857112.142911.714310.428611.714311.285712.571412.142910.4286

b411.285711.714311.571411.142911.571411.428611.857111.714311.1429

b511.714311.285711.428611.857111.428611.571411.142911.285711.8571

b612.142910.857111.285712.571411.285711.714310.428610.857112.5714

b712.571410.428611.142913.285711.142911.85719.714310.428613.2857

b813101114111291014

The table 2 presents the random gene patterns for analysis of different proximity measures.

Example patterns used for evaluation of proximity measures The figure 1 presents the value of some example patterns that are used to demonstrate the superiority NMRS over other proximity measures viz. Euclidean distance, Pearson correlation coefficient and Spearman correlation coefficient. Gene pattern The table 2 presents the random gene patterns for analysis of different proximity measures. NMRS and Pearson correlation coefficient among considered example patterns The figure 2 presents NMRS and Pearson correlation coefficient of patterns b1-b8 with that of a.

Compute an adjacency matrix

An adjacency matrix is obtained using a signum function based hard thresholding approach which encodes edge information for each pair of nodes in the co-expression network. Two genes d and d are connected if Dist(d,d) >δ, a user defined threshold. Based on the connected pairs, an adjacency matrix is computed as

Detect network modules

To detect subsets of nodes (modules) that are tightly connected to each other is an important aim of co-expression network analysis. In this paper, we use spanning trees and a topological overlap similarity measure [19] to find the network modules, since this measure is found to result in biologically meaningful modules. A tree T is a spanning tree of a connected graph G if T is a subgraph of G and it contains all vertices of G. We use Prim’s algorithm [20] to find a spanning tree of a undirected graph. However, unlike traditional Prim’s algorithm we find a spanning tree with maximum weight. For unweighed networks (i.e. a = 1 or = 0), the topological overlap matrix is defined by where l = ∑, and k = ∑ is the node connectivity.

Extract useful information

Extraction of useful biological information is one of the main usages of gene co-expression networks. From the constructed network, one can explore various important information such as functionality and pathways of genes, essential genes susceptible to diseases.

Proposed algorithm: Module Miner

Module Miner takes NMRS threshold, δ, as a input and works on a microarray gene data and constructs the gene co-expression network and finally network modules are extracted from the network. Our approach uses an effective similarity measure NMRS to form a co-expression network using signum function. The co-expression network is further explored to mine the potential network modules using a spanning tree based method and a connectivity measure called Topological Overlap Matrix. The symbols provided in Table 3 and definitions given below are useful in discussing the proposed Module Miner algorithm.
Table 3

Symbolic representation

SYMBOLMEANING
DThe gene expression matrix
diithgene in D
δSignum threshold
GCo-expression network
VSet of vertices in G
ESet of edges in G
DistDistance matrix
Dist(di, dj)NMRS distance between genes di, dj∈D
AdjAdjacency matrix
Adj(vi,vj)1 if vi and vj are connected by an edge 0 otherwise
GconSet of connected region
ith connected region
Set of vertices in ith connected region
Set of edges in ith connected region
Adjacency matrix of the ith connected region
ith network module
DnetSet of network modules obtained from G
TOM(vi,vj)Topological Matrix value between vertices vi and vj
TOM(V1)Average TOM of the set of vertices V1
TOM for ith connected region
Maximum spanning tree obtained from ith connected region
Set of edges in

The table 3 describes the various symbols that is used in ModuleMiner.

Symbolic representation The table 3 describes the various symbols that is used in ModuleMiner. Definition 1 A can be defined by an undirected, graph G={V,E} where each v∈V corresponds to a gene and each edge e∈E corresponds a pair of genes d, d∈D such that Dist(di, d)≥δ. Definition 2 in a CEN are parts of the network where each pair of vertices is connected by a path. The iwhere and such that for any vertex , there is at least one vertex which are connected by an edge . Definition 3 of a weighted graph is a spanning tree obtained from i, can be defined as , where the sum of TOM values associated with edges in is maximum compared to other spanning trees. Definition 4 are highly connected regions of the co-expression network. The iis defined as a set of vertices if • and where are obtained by removing the weakest edge of the maximum spanning tree built for the subgraph of G consisting of vertex set or • TOM(V3)>TOM(V4) and where, are obtained by removing the weakest edge of the maximum spanning tree built for the subgraph of G consisting of vertex set V4.

Algorithm: Module Miner

The pseudo code of Module Miner is presented in Algorithm 1. In the pseudo code, lines 1-4 extracts the connected regions from the gene expression data. Lines 5-25 process each of the connected regions to extract the network modules. A maximum spanning tree is constructed using Prim’s algorithm [20] from a connected region with weights defined by topological overlap matrix in lines 6-8. Lines 9-10 find and remove the weakest edge from the spanning tree. Removal of this edge from the spanning tree leads to two subtrees which are processed in lines 11-23 to form either a connected module or a new connected region.

Algorithm complexity

The complexity of different steps of our method is presented in this section. • The preparation of the distance matrix involves a complexity of O(n×n-1)/2, where n is the number of genes. • Finding connected regions from the co-expression network requires a complexity of O(n). • Computation of the TOM matrix involves a complexity of O(n×(d×(d-1)/2)), where n is the total number of connected regions and d is the average number of genes in the connected regions. • Finding a maximum spanning tree consumes a complexity of .

Experimental results

We implemented the Module Miner algorithm in MATLAB and tested it on five benchmark microarray datasets mentioned in Table 4. The test platform was a SUN workstation with Intel(R) Xenon(R) 3.33 GHz processor and 6 GB memory running Windows XP operating system.
Table 4

Datasets used for evaluating ModuleMiner

Serial. NoDatasetNo. of Genes/ No. of ConditionsSource
1Yeast Sporulation474/17http://cmgm.stanford.edu/pbrown/sporulation/index.html
2Yeast Diauxic Shift689/72Sample gene in expander
3Subset of Yeast Cell Cycle384/17http://faculty.washington.edu/kayee/cluster
4Arabidopsis Thaliana138/8http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/Work/Clustering.html
5Rat CNS112/9http://faculty.washington.edu/kayee/cluster

The table 4 gives the description of various datasets used in ModuleMiner.

Datasets used for evaluating ModuleMiner The table 4 gives the description of various datasets used in ModuleMiner.

Validation

The performance of Module Miner on the five publicly available benchmark microarray dataset is measured in terms of p value and Q value.

p value

Biological significance of the sets of genes included in the extracted network modules are evaluated based on p values [21]. p value signifies how well these genes match with different Gene Ontology(GO) categories. A cumulative hypergeometric distribution is used to compute the p value. A low p-value of the set of genes in a network module indicates that the genes belong to enriched functional categories and are biologically significant. From a given GO category, the probability p of getting k or more genes within a cluster of size n, is defined as where f and g denote the total number of genes within a category and within the genome respectively. To compute p-value, we used a tool called FuncAssociate [22]. FuncAssociate computes the hyper geometric functional enrichment score based on Molecular Function and Biological Process annotations. The enriched functional categories for some of the network modules obtained by Module miner on the datasets are presented in Tables 5 and 6. The co-expression network modules produced by Module Miner contains the highly enriched cellular components of DNA replication, DNA repair, DNA metabolic process, response to DNA damage stimulus, nuclear nucleosome, nucleosome, nucleosome assembly, protein-DNA complex, cell wall assembly, meiosis, cell differentiation, sporulation resulting in formation of a cellular spore, sporulation, anatomical structure formation involved in morphogenesis, cellular developmental process, reproductive cellular process, cell cycle phase, developmental process, cell cycle processetc with p-values of 7.69 × 10 being the highly enriched one. From the given p values, we can conclude that Module Miner shows a good enrichment of functional categories and therefore project a good biological significance.
Table 5

P-value of one of the network modules of Dataset 2

P-valueGO numberGO category
2.32E-28GO:0000788nuclear nucleosome
5.12E-27GO:0000786nucleosome
7.27E-23GO:0006334nucleosome assembly
2.06E-20GO:0032993protein-DNA complex
8.61E-19GO:0034728nucleosome organization
1.14E-18GO:0065004protein-DNA complex assembly
1.12E-17GO:0006333chromatin assembly or disassembly
4.12E-16GO:0005694chromosome
2.49E-14GO:0044454nuclear chromosome part
1.70E-13GO:0031298replication fork protection complex
9.47E-14GO:0006325chromatin organization
6.78E-13GO:0044427chromosomal part
2.32E-12GO:0034622cellular macromolecular complex assembly

The table 5 gives the p value of one of the network modules of Dataset 2.

Table 6

p-value of one of the network modules of Dataset 3

P-valueGO numberGO category
3.93E-25GO:0006281DNA repair
1.03E-26GO:0006259DNA metabolic process
1.23E-23GO:0006974response to DNA damage stimulus
7.69E-27GO:0006260DNA replication
6.94E-19GO:0007049cell cycle
5.55E-16GO:0005634nucleus
8.53E-18GO:0044454nuclear chromosome part
1.51E-17GO:0022402cell cycle process
3.53E-17GO:0000079regulation of cyclin-dependent protein kinase activity
5.72E-15GO:0045859regulation of protein kinase activity
5.16E-16GO:0005657replication fork

The table 6 gives the p value of one of the network modules of Dataset 3.

P-value of one of the network modules of Dataset 2 The table 5 gives the p value of one of the network modules of Dataset 2. p-value of one of the network modules of Dataset 3 The table 6 gives the p value of one of the network modules of Dataset 3.

Q value

The Q-value [23] for a particular gene G is the proportion of false positives among all genes that are as or more extremely differentially expressed. Equivalently, the Q-value is the minimal False Discovery Rate(FDR) at which this gene appears significant. The GO categories and Q-values from a FDR corrected hypergeometric test for enrichment are reported in GeneMANIA. Q-values are estimated using the Benjamini Hochberg procedure. Different GO categories of the co-expression networks produced by Module miner are displayed up to a Q-value cutoff of 0.1 in Table 7, 8, 9, 10 and 11. The co-expression network modules produced by Module Miner contains the highly enriched cellular components of sporulation resulting in formation of a cellular spore, spore wall assembly, ascospore wall assembly, ascospore formation, sexual sporulation, spore wall biogenesis, ascospore wall biogenesis, sexual sporulation resulting in formation of a cellular spore, cell development cell wall assembly, reproductive process in single-celled organism, cell differentiation, fungal-type cell wall biogenesis, reproductive developmental process, reproductive process, reproductive cellular process, reproduction of a single-celled organism, cell wall biogenesis, sexual reproduction, anatomical structure development, anatomical structure morphogenesis , M phase, meiotic cell cycle, meiosis, M phase of meiotic cell cycleetc with Q-values of 1.53 × 10 being the highly enriched one. From the results of Q value, we arrive at the conclusion that the genes in a network module cluster obtained by Module Miner seem to be involved in similar functions.
Table 7

Q-value of one of the network modules of Dataset 3

GO annotationQ value
DNA replication1.93E-21
DNA repair1.93E-21
response to DNA damage stimulus2.17E-20
DNA-dependent DNA replication3.07E-19
replication fork6.27E-19
nuclear chromosome1.23E-17
mitotic sister chromatid cohesion5.51E-17
nuclear replication fork9.37E-17
nuclear chromosome part2.00E-16
sister chromatid cohesion5.13E-15

The table 7 gives the Q value of one of the network modules of Dataset 3.

Table 8

Q-value of one of the network modules of Dataset 1

GO annotationQ value
cytosolic ribosome1.43E-52
cytosolic part3.26E-48
structural constituent of ribosome2.11E-44
ribosomal subunit1.16E-42
cytosolic large ribosomal subunit2.65E-36
large ribosomal subunit1.47E-27
preribosome2.96E-23
cytosolic small ribosomal subunit3.71E-17
90S preribosome8.48E-16

The table 8 gives the Q value of one of the network modules of Dataset 1.

Table 9

Q-value of one of the network modules of Dataset 1

GO annotationQ value
sporulation resulting in formation of a cellular spore1.53E-34
sporulation1.53E-34
anatomical structure formation involved in morphogenesis1.53E-34
spore wall assembly3.43E-33
ascospore wall assembly3.43E-33
ascospore formation3.43E-33
sexual sporulation3.43E-33
spore wall biogenesis3.43E-33
ascospore wall biogenesis3.43E-33
sexual sporulation resulting in formation of a cellular spore3.43E-33
cell development3.43E-33
cell wall assembly8.88E-33
reproductive process in single-celled organism2.59E-32
cell differentiation8.40E-32
fungal-type cell wall biogenesis6.93E-30
reproductive developmental process1.40E-29
reproductive process1.86E-25
reproductive cellular process1.86E-25
reproduction of a single-celled organism9.90E-25
cell wall biogenesis1.25E-24
sexual reproduction4.83E-24
anatomical structure development5.45E-24
anatomical structure morphogenesis5.45E-24
M phase2.10E-23
meiotic cell cycle1.62E-21
meiosis2.74E-21
M phase of meiotic cell cycle2.74E-21

The table 9 gives the Q value of one of the network modules of Dataset 1.

Table 10

Q-value of one of the network modules of Dataset 4

GO annotationQ value
synaptic transmission1.29E-13
glutamate receptor activity3.77E-11
synapse6.68E-08
regulation of synaptic transmission3.06E-07
regulation of transmission of nerve impulse4.00E-07
regulation of neurological system process7.07E-07
regulation of system process5.38E-05
synapse part8.11E-04
cell projection part9.46E-04

The table 10 gives the Q value of one of the network modules of Dataset 4.

Table 11

Q-value of one of the network modules of Dataset 5

GO annotationQ value
regulation of synaptic transmission6.438756E-7
regulation of transmission of nerve impulse9.297736E-7
regulation of neurological system process1.533111E-6
intermediate filament cytoskeleton organization2.056912E-6
intermediate filament-based process5.218967E-6
neurofilament cytoskeleton1.109702E-5
intermediate filament organization1.454524E-5
synapse part2.543099E-5
growth factor binding2.571707E-5
intermediate filament2.938762E-5
positive regulation of neurogenesis9.6019E-5

The table 11 gives the Q value of one of the network modules of Dataset 5.

Q-value of one of the network modules of Dataset 3 The table 7 gives the Q value of one of the network modules of Dataset 3. Q-value of one of the network modules of Dataset 1 The table 8 gives the Q value of one of the network modules of Dataset 1. Q-value of one of the network modules of Dataset 1 The table 9 gives the Q value of one of the network modules of Dataset 1. Q-value of one of the network modules of Dataset 4 The table 10 gives the Q value of one of the network modules of Dataset 4. Q-value of one of the network modules of Dataset 5 The table 11 gives the Q value of one of the network modules of Dataset 5. We have used GeneMANIA [24] which is a flexible, user-friendly web interface for generating hypotheses about gene function, analyzing gene lists and prioritizing genes for functional assays. Given a query list, GeneMANIA extends the list with functionally similar genes that it identifies using available genomics and proteomics data. GeneMANIA displays results as an interactive network, illustrating the functional relatedness of the query and retrieved genes. GeneMANIA currently supports different networks including co-expression, physical interaction, genetic interaction, co-localization etc. On a given set of genes and their connectivity information, GeneMANIA also assigns coverage ratios as percentage to each of these networks with respect to the annotated genes in the genome. The percentage of co-expression on network modules produced by Module Miner is given in Table 12. The values are obtained by choosing the default network weighting option i.e. automatically selected weighing method. Visualization of some of the co-expression networks generated by GeneMANIA for the datasets are presented in Figures 3, 4, 5.
Table 12

The weightage of co-expression by Module Miner

DatasetsNetwork ModulesPercentage
Dataset1C199.57%
C288.89%

Dataset2C159.23%
C277.27%

Dataset3C192.13%
C288.89%
C392.33%
C467.65%

Dataset4C181.85%

Dataset5C176.62%

The table 12 gives the percentage of co-expression on network modules produced by Module Miner.

Figure 3

Visualization of co-expressed network The figure3 presents co-expressed network by GeneMANIA for Dataset1.

Figure 4

Visualization of co-expressed network The figure 4 presents co-expressed network by GeneMANIA for Dataset2 and Dataset3.

Figure 5

Visualization of co-expressed network The figure 5 presents co-expressed network by GeneMANIA for Dataset4 and Dataset5.

The weightage of co-expression by Module Miner The table 12 gives the percentage of co-expression on network modules produced by Module Miner. Visualization of co-expressed network The figure3 presents co-expressed network by GeneMANIA for Dataset1. Visualization of co-expressed network The figure 4 presents co-expressed network by GeneMANIA for Dataset2 and Dataset3. Visualization of co-expressed network The figure 5 presents co-expressed network by GeneMANIA for Dataset4 and Dataset5.

Conclusion and future work

In this paper, an effective gene expression similarity measure NMRS is introduced, which is used to construct the co-expression network through a signum function based hard thresholding scheme. Finally, network modules are extracted from the network using maximum spanning tree and topological overlap matrix. However, soft thresholding method can be used to construct the adjacency matrix to reduce information loss. Generalized Topological Overlap Measure [25] can be used instead of Topological Overlap Measure to get more accurate results. There is scope to design supervised models to derive gene regulatory network from the co-expression network.

Competing interests

The author(s) declare that they have no competing interests.

Additional file 1

NMRS as a metric This additional file 1 presents the proofs of different metric properties of NMRS measure. Click here for file
  22 in total

1.  Systematic determination of genetic network architecture.

Authors:  S Tavazoie; J D Hughes; M J Campbell; R J Cho; G M Church
Journal:  Nat Genet       Date:  1999-07       Impact factor: 38.330

2.  Discovering functional relationships between RNA expression and chemotherapeutic susceptibility using relevance networks.

Authors:  A J Butte; P Tamayo; D Slonim; T R Golub; I S Kohane
Journal:  Proc Natl Acad Sci U S A       Date:  2000-10-24       Impact factor: 11.205

3.  Mutual information relevance networks: functional genomic clustering using pairwise entropy measurements.

Authors:  A J Butte; I S Kohane
Journal:  Pac Symp Biocomput       Date:  2000

4.  Lethality and centrality in protein networks.

Authors:  H Jeong; S P Mason; A L Barabási; Z N Oltvai
Journal:  Nature       Date:  2001-05-03       Impact factor: 49.962

5.  Characterizing gene sets with FuncAssociate.

Authors:  Gabriel F Berriz; Oliver D King; Barbara Bryant; Chris Sander; Frederick P Roth
Journal:  Bioinformatics       Date:  2003-12-12       Impact factor: 6.937

6.  Hierarchical organization of modularity in metabolic networks.

Authors:  E Ravasz; A L Somera; D A Mongru; Z N Oltvai; A L Barabási
Journal:  Science       Date:  2002-08-30       Impact factor: 47.728

7.  Network constrained clustering for gene microarray data.

Authors:  Dongxiao Zhu; Alfred O Hero; Hong Cheng; Ritu Khanna; Anand Swaroop
Journal:  Bioinformatics       Date:  2005-09-01       Impact factor: 6.937

8.  A comprehensive two-hybrid analysis to explore the yeast protein interactome.

Authors:  T Ito; T Chiba; R Ozawa; M Yoshida; M Hattori; Y Sakaki
Journal:  Proc Natl Acad Sci U S A       Date:  2001-03-13       Impact factor: 11.205

9.  Reconstruction of metabolic networks from genome data and analysis of their global structure for various organisms.

Authors:  Hongwu Ma; An-Ping Zeng
Journal:  Bioinformatics       Date:  2003-01-22       Impact factor: 6.937

10.  Gene network interconnectedness and the generalized topological overlap measure.

Authors:  Andy M Yip; Steve Horvath
Journal:  BMC Bioinformatics       Date:  2007-01-24       Impact factor: 3.169

View more
  6 in total

1.  MIPCE: an MI-based protein complex extraction technique.

Authors:  Priyakshi Mahanta; Dhruba Kr Bhattacharyya; Ashish Ghosh
Journal:  J Biosci       Date:  2015-10       Impact factor: 1.826

2.  FUMET: a fuzzy network module extraction technique for gene expression data.

Authors:  Priyakshi Mahanta; Hasin Afzal Ahmed; Dhruba Kumar Bhattacharyya; Ashish Ghosh
Journal:  J Biosci       Date:  2014-06       Impact factor: 1.826

3.  Construction and comparison of gene co-expression networks shows complex plant immune responses.

Authors:  Luis Guillermo Leal; Camilo López; Liliana López-Kleine
Journal:  PeerJ       Date:  2014-10-09       Impact factor: 2.984

4.  petal: Co-expression network modelling in R.

Authors:  Juli Petereit; Sebastian Smith; Frederick C Harris; Karen A Schlauch
Journal:  BMC Syst Biol       Date:  2016-08-01

Review 5.  Multi-Omics Approaches and Resources for Systems-Level Gene Function Prediction in the Plant Kingdom.

Authors:  Muhammad-Redha Abdullah-Zawawi; Nisha Govender; Sarahani Harun; Nor Azlan Nor Muhammad; Zamri Zainal; Zeti-Azura Mohamed-Hussein
Journal:  Plants (Basel)       Date:  2022-10-05

6.  Reconstruction of gene co-expression network from microarray data using local expression patterns.

Authors:  Swarup Roy; Dhruba K Bhattacharyya; Jugal K Kalita
Journal:  BMC Bioinformatics       Date:  2014-05-28       Impact factor: 3.169

  6 in total

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