Finding important hubs in scale-free gene networks

Size: px
Start display at page:

Download "Finding important hubs in scale-free gene networks"

Transcription

1 Finding important hubs in scale-free gene networks Jing Hu 1, Yongling Song 2, and Su-Shing Chen 2 1 Department of Electrical and Computer Engineering, 2 Department of Computer Information Science and Engineering, University of Florida, Gainesville, FL 32611, USA *Corresponding author: suchen@cise.ufl.edu Abstract Several biological networks have been recently found to demonstrate scale-free and smallworld behavior instead of random graph characteristics. It is very important to find the hubs (genes, proteins, metabolites and so on) which dominate the topology of scale-free networks, since those are usually of great biological significance. In this paper, we will develop a general information theory method to construct scale-free networks from biological (gene, protein, metabolite) expression data, and find the important hubs by varying a threshold parameter family and deforming the network configurations. Thus such networks can be visualized at systematic levels. We will demonstrate the method by a microarray data set associated with a clinically relevant Spinal Cord Injury (SCI) case. The gene networks of two genetically and immunologically diverse rat strains Athymic Nude (AN) and Sprague Dawley (SD) are constructed. The topologies of the constructed gene networks are studied. It turns out that the gene networks for both rat strains demonstrate scale-free behavior in certain vertex degree ranges and have different topologies. By exploiting scale-free properties of the constructed gene networks, we find 36 important genes or hubs for AN strain and 51 for SD strain. Comparing those important genes identified, we find only 3 are in common for both strains. Bibliographies of authors: Jing Hu is a graduate student of Electrical and Computer Engineering Department. Yongling Song is a graduate student of Computer and Information Science and Engineering Department. Dr. Su-Shing Chen is a professor of Computer and Information Science and Engineering Department of the University of Florida. All three are members of the Systems Biology Laboratory of the university. 1

2 1 Introduction Recently, scale-free and small-world behaviors have been found in biological networks. Watts and Strogatz (1998) reported the architecture of the Caenorhabditis elegans nervous system to show significant small-world behavior. Fell and Wagner (2000) constructed a graph, defined by a vertex set consisting of all metabolites in Escherichia coli. Two metabolites were considered to be linked if they occurred in the same reaction. They found the graph to be sparse, with glutamate, coenzyme A, 2-oxoglutarate, pyruvate, and glutamine having the highest degree of connectivity. Jeong et al. (2000) comparatively analyzed metabolic networks of organisms representing all three domains of life and found that the topologies of these metabolic networks are best described by a scale-free model. More recently, Wuchty (2001) studied the topology of protein domain networks generated with data from the ProDom, Pfam, and Prosite domain databases. It was found that these networks exhibited small-world and scale-free topologies with a high degree of local clustering accompanied by a few long-distance connections. It is very important to find the hubs (genes, proteins, metabolites and so on) which dominate the topology of scale-free networks, since those are usually of great biological significance. For example, the metabolites found by Fell and Wagner (2000) with the highest degree of connectivity are viewed as a core of E. coli metabolism. Jeong et al. (2000) found that the ranking of the most connected metabolites is largely identical for all organisms. It has become increasingly important to study biology at systematic levels. One crucial step toward this goal is to reverse biological networks or pathways (for reviews see Rice and Stolovitzky 2004; van Someren et al. 2002) and to study the topology of those networks. Initial work in this area includes methods to identify metabolic network topologies based on correlation (Arkin and Ross 1995) and later on mutual information (Samoilov et al. 2001) of time-series measurements of species concentration. Other examples include relevance networks connecting genes with similar responses (Butte and Kohane 2000), networks based on protein-protein interactions (Uetz et al. 2000, Han et al. 2004) and reverse engineering of regulatory networks in human B cells (Basso 2005). All these methods have used a single threshold for the cutoff of correlation measures. In this paper, we will develop a general information theory method to construct scale-free networks from biological (gene, protein, metabolite) expression data, and find the important hubs by varying a threshold parameter family and deforming the network configurations. Thus such networks can be visualized at systematic levels. We will demonstrate the method by a microarray data set associated with a clinically relevant Spinal Cord Injury (SCI) case. The gene networks of two genetically and immunologically diverse rat strains Athymic Nude (AN) and Sprague Dawley (SD) are constructed. The topologies of the constructed gene networks are studied. It turns out that the gene networks 2

3 for both rat strains demonstrate scale-free behavior in certain vertex degree ranges and have different topologies. By exploiting scale-free properties of the constructed gene networks, we find 36 important genes or hubs for AN strain and 51 for SD strain. Comparing those important genes identified, we find only 3 are in common for both strains. 2 Methods we develop a general information theory method to construct networks from biological (gene, protein, metabolite) expression data, and find the important hubs by varying a threshold parameter family and deforming the network configurations. 2.1 Entropy, relative entropy and mutual information The entropy of an expression pattern is a measure of the information content in that pattern. Given a random vector X and its probability distribution P(X = x i ), i = 1,,N x, where N x is the number of possible values X can take, the entropy is defined as H(X) = N x i=1 P(X = x i )lnp(x = x i ). (1) Higher entropy for X variables means that their expression levels are more uniformly distributed. The joint entropy of X and Y is a measure of the total uncertainty contained in X and Y, and is defined as H(X, Y ) = N x N y i=1 j=1 P(X = x i, Y = y j )lnp(x = x i, Y = y j ), (2) where N y is the number of possible values Y can take. The mutual information between X and Y is a measure of information about X (or Y ) contained in Y (or X), and is given by I(X; Y ) = H(Y ) H(X Y ) = H(X) H(Y X) = H(X) + H(Y ) H(X, Y ) = N x i=1 N y j=1 P(X = x i, Y = y j )ln P(X = x i, Y = y j ) P(X = x i )P(Y = y j ) (3) Note that mutual information is always non-negative, i.e., I(X; Y ) 0 (Cover 1991). A mutual information at zero means that the joint distribution of expression values holds no more information than the objects considered separately. A higher mutual information between two objects means that one object is non-randomly associated with the other. In this way, mutual information can be used as a metric between two objects related to their degree of independence. It can be assumed that the higher mutual information is between two objects, the more likely it is they have a biological relationship (Butte and Kohane 2000). 3

4 In practice, a histogram technique to calculate entropy and mutual information is usually employed. The probabilities in Eq. (3) are estimated by the corresponding histograms, i.e., P(X = x i, Y = y j ) = (x i, y j ), N (4) P(X = x i ) = (x i) N, (5) P(Y = y j ) = (y j) N, (6) where N is the total number of samples, and (x i ) denotes the number of occurrences of the x i. Due to the relatively small sample size of the expression data, the probabilities estimated by the corresponding histograms may be sensitive to the number of bins chosen. When the number of bins changes, the value for the mutual information may change dramatically. To mitigate the effect of bin size choosing, we normalize the mutual information I normalized (X; Y ) = I(X; Y ) H(X)H(Y ) (7) Note that I(X; Y ) H(X), and I(X; Y ) H(Y ), thus the normalized mutual information is between 0 and 1. We shall always work with the normalized mutual information hereafter. 2.2 Construction of biological networks Given an expression data set, thousands of objects (genes, proteins and metabolites) have been simultaneously measured under a variety of conditions. Suppose the total number of objects measured is N g. Measurements of all objects are compared against each other, resulting in a total of N g (N g 1)/2 pair-wise calculations of mutual information. Each object is completely connected to every other object with a calculated mutual information. We then choose a threshold mutual information (TMI) and display only those objects that are linked to others with a mutual information higher than the threshold. Out of the completely connected network, we are left with objects that are more strongly connected to each other than the TMI. How to choose a proper TMI is a non-trivial problem. One usual way is to perform permutations of expression measurements many times, e.g., 20 or 30 times, and recalculate a distribution of the permuted pair-wise mutual information for each permutation. Then the many permuted distributions are averaged, and one good choice for the TMI is the largest mutual information value in the averaged permuted distribution. This has been employed by many researchers, such as Butte and Kohane (2000) and Basso (2005). However, sometimes this way of determining TMI is too conservative, with only a few pairs of objects having mutual information higher than the TMI. To overcome this, we do not use a fixed TMI, rather we choose different TMIs and check the consistency of the networks constructed under these TMIs. This will be discussed in more details below. 4

5 2.3 Finding important hubs in constructed biological networks by TMI algorithm A constructed network can be viewed as a graph Ω, defined by a pair (W, E), where W = {s i }, i = 1,,N is the set of N vertices (genes, proteins, neurons, etc.) and E = {{s i, s j }} is the set of edges/connections between vertices. The adjacency matrix ξ i j indicates the interaction between two vertices s i, s j Ω. For the purpose of studying the topology of networks, it suffices to set the elements of adjacency matrix as binary, with ξ i j = 1 indicating that an interaction exists between two vertices or ξ i j = 0 indicating that the interaction is absent. The pair-wise mutual information between two vertices is used as the correlation measure. If the mutual information is greater than or equal to the TMI, then ξ i j = 1, otherwise ξ i j = 0. Based on the adjacency matrix, we can calculate the degree k of each vertex, which is defined as the number of other vertices to which it is linked. Then we can compute the degree distribution f (k) and check whether the distribution follows a distribution comparable to a power-law distribution, that is, f (k) k γ. (8) If Eq. (8) holds, then the network under study is scale-free. This type of networks displays a high degree of robustness against errors. However, these networks are highly vulnerable to perturbations of the highly connected nodes. In order to accurately estimate the parameter γ in Eq. (8) from finite experimental data, it is often customary to work with the complementary cumulative distribution function, given by k P(K k) = 1 f (t)dt k (γ 1). (9) It is clear that if one takes log-log of Eq. (9), then the parameter γ is the slope of a linear relation plus 1. If the networks under study are scale-free, then one is usually most interested in those objects with relatively high degree of connectivity. Those important objects correspond to the rightmost end of the power-law relation in the degree distribution. We develop a 1-parameter family of different TMIs that has a stable and consistent structure of networks constructed under these TMIs. The family will deform to important hubs of the given biological network. The TMI Algorithm is detailed as follows: Input: Expression data set Output: The 1-parameter biological network family under different TMIs with colored hubs in the initial network Step 1. Compute the entropy of expression patterns and the mutual information from expression patterns for each pair 5

6 of objects. Step 2. Set a tentative threshold parameter e. Step 3. Choose the objects above the threshold e. Step 4. Construct biological network N(e) depending on the threshold e. Step 5. Increase threshold e to a higher threshold e and repeat steps 3 and 4, until the network structure become not consistent. Step 6. Color objects in the converged network N as potential hubs. Step 7. Output the 1-paramter family of networks with hubs colored in the initial network. We will provide an example of the algorithm in the following sections. 3 Results 3.1 SCI microarray data We apply the general information theory method to study the transcriptional expression profiles obtained after a clinically relevant SCI in two genetically and immunologically diverse rat strains (Velardo 2004). Two groups of female adult AN and SD rats received midline contusions using the New York University impactor. These rats were used to interrogate Affymetrix U34A rat genome GeneChips and were killed at 1, 3, 10, 30, and 90 days after injury. Microarray data were collected with 8799 probe sets under 44 different experiment conditions including normal and 1 through 90 days postinjury. Among the 44 measurements, 23 are for SD strain and 21 for AN strain. Raw data files and more detailed description about the data can be found at Construction of gene networks associated with SCI We perform some pre-processing to alleviate the effect of noise in the SCI microarray data. We first take logarithm with base two for each data entry. If original data is zero, the mean of the 44 conditions is assigned to it. Then we compute standard deviation for each probes over the 44 conditions and filter out those probes with standard deviation less than After these steps, we retain 3060 probes. Then we separate the 44 conditions for the two strains of rats, 21 for AN and 23 for SD, to form two subsets of data. Within each subset, we calculate the pair-wise mutual information for all the 3060 probes retained, with the number of bins chosen as 3. We calculate the mean and standard deviation of the total (obtained by 3060 (3060 1)/2) pair-wise mutual information for each subset. The mean value for AN and SD strains is and , respectively, while the standard deviation is and , respectively. For each subset, we choose three different TMIs, TMI i = 6

7 Table 1: The thresholds chosen for constructing gene networks corresponding to AN and SD strains threshold AN SD TMI TMI TMI mean + (i + 1) standard deviation, i = 1,2,3. We apply the TMI Algorithm to these genes. Specifically, the values of TMIs chosen for constructing gene networks corresponding to AN and SD strains are listed in Table 1. Note that we do not choose too small or too large thresholds for mutual information, since too small thresholds may lead to too many false functional connections between genes, while too large thresholds do not give higher reliability of functional interactions. Due to the large size of the constructed networks, here we show the result with relatively high threshold. One example for the constructed AN gene network deformed from threshold 0.7 to 0.8 is shown in Fig. 1, with nodes representing objects under study and lines between nodes representing hypothetical associations of objects. The important objects are red colored in the Figure. 3.3 Finding important genes in constructed gene networks For constructed gene networks, we calculate the cumulative degree distribution P(K k) and estimate the parameter γ. Fig. 2 shows the cumulative degree distributions for AN and SD strains. The three dashed curves from right to left correspond to TMI 1 to TMI 3 chosen for constructing gene networks. The red solid lines indicate the networks exhibit scale-free behavior in certain vertex degree ranges. The estimated values for the parameter γ are listed in Table 2. From Table 2, we observe that the γ value for the AN gene networks is always a bit larger than the corresponding that for the SD gene networks. We are most interested in those genes with relatively high degree of connectivity, that is, the genes corresponding to the rightmost end of the right lines in Fig. 2. For the two strains of gene networks, the vertex degree range identified from Figs. 2(a, b), and the number of genes found within the corresponding range for different TMIs used are listed in Table 2. We believe that the common genes found by setting different TMIs for each strain have high reliability to be the true hubs of underlying biological networks. For the AN and SD gene networks, we identify 36 and 51 such hubs, respectively. Due to the page limitation, we do not give the detailed information about those important genes here. It is interesting to compare those 36 and 51 important genes identified in the AN and SD gene networks. We find 7

8 Figure 1: One example for the constructed AN gene network deformed from threshold 0.7 to 0.8. Table 2: The genes with top number of links connected to them in the reconstructed biological networks associated with SD and AN strains Threshold AN SD γ degree range num of genes γ degree range num of genes TMI TMI TMI num of common genes: 36 num of common genes: 51 only 3 of them are in common for both strains, as listed in Table 3. Biologically, the two strains have indicated strong differences. 4 Summary and discussions We have developed a practical method for constructing biological networks of objects (genes, proteins and metabolites) and finding important hubs. and applied it to two genetically and immunologically diverse rat strains (AN and SD) associated with a clinically relevant SCI. We will apply this method to other gene, protein and metabolic networks. We will also collaborate with experimentalists to validate our findings and explore further results of important hubs. 8

9 10 0 (a) 10 0 (b) P(K k) 10 2 P(K k) k k Figure 2: The cumulative degree distributions for gene networks corresponding to (a) AN and (b) SD strain. The three dashed curves from right to left correspond to TMI 1 to TMI 3 chosen for constructing networks. The red solid lines indicate the networks exhibit scale-free behavior. Table 3: Common genes in both AN and SD gene networks Probe Set ID UniGene ID Gene Title Gene Symbol AF030087UTR 1 g at Rn activity and neurotransmitter-induced early gene 2 (ania-2) mrna, 3 UTR J05499 at Rn glutaminase 2 (liver, mitochondrial) Gls2 L13619 at Rn.772 insulin induced gene 1 Insig1 References [1] Arkin, A., and Ross, J. (1995) Statistical construction of chemical reaction mechanism from measured timeseries. J. Phys. Chem., 99, [2] Bareyre, F.M., and Schwab, M.E. (2003) Inflammation, degeneration and regeneration in the injured spinal cord: insights from DNA microarrays. Trends Neurosci., 26, [3] Basso, K., Margolin, A.A., Stolovitzky G., Klein, U., Dalla-Favera, R., and Califano, A. (2005) Reverse engineering of regulatory networks in human B cells. Nature genetics, 37, [4] Butte, A.J., and Kohane, I.S. (2000) Mutual information relevance networks: functional genomic clustering using pairwise entropy measurements. Pac. Symp. Biocomput., 2000, [5] Cover, T.M., and Thomas, J.A. (1991) Elements of information theory, Wiley, New York. 9

10 [6] Fell, D., and Wagner, A. (2000) The small world of metabolism. Nat. Biotech., 189, [7] Han J.D. et al. (2004) Evidence for dynamically organized modularity in the yeast protein-protein interaction network. Nature, 430, [8] Jeong, H., Tombor, B., Albert, R., Oltvai, Z., and Barabasi, A.L. (2000) The large-scale organization of metabolic networks. Nature, 407, [9] Rice, J.J., and Stolovitzky, G.A. (2004) Making the most of it: pathway reconstruction and integrative simulation using the data at hand. Biosilico, 2, [10] Samoilov, M., Arkin, A., and Ross, J. (2001) On the deduction of chemical reaction pathways from measurements of time series of concentrations. Chaos, 11, [11] Uetz, P., Giot, L, Cagney, G., Mansfield, T.A., Judson, R.S., Knight, J.R., Lockshon, D., Narayan, V., Srinivasan, M, et al. (2000) A comprehensive analysis of protein-protein interactions in Saccharomyces cerevisiae. Nature, 403, [12] Van Someren, E.P., Wessels, L.F., Backer, E., and Reinders, M.J. (2002) Genetic network modeling. Pharmacogenomics, 3, [13] Velardo, M.J., Burger, C., Williams, P.R., Baker, H.V., Lopez, M.C., Mareci, T.H., White, T.E., Muzyczka, N., and Reier, P.J. (2004) Patterns of gene expression reveal a temporally orchestrated wound healing response in the injured spinal cord. Journal of Neuroscience, 24, [14] Velardo, M.J., Reier, P.J., and Anderson, D.K. (2000) Spinal cord injury. In: Neurosurgery - the scientific basis of clinical practice (Crockard A, Hayward R, Hoff JT, eds), pp Malden, MA: Blackwell Science. [15] Watts, D., and Strogatz, S. (1998) Collective dynamics of small-world networks. Nature, 393, [16] Wuchty, S. (2001) Scale-free bahavior in protein domain networks. Mol. Biol. Evol., 18,

Bioinformatics 2. Yeast two hybrid. Proteomics. Proteomics

Bioinformatics 2. Yeast two hybrid. Proteomics. Proteomics GENOME Bioinformatics 2 Proteomics protein-gene PROTEOME protein-protein METABOLISM Slide from http://www.nd.edu/~networks/ Citrate Cycle Bio-chemical reactions What is it? Proteomics Reveal protein Protein

More information

Proteomics. Yeast two hybrid. Proteomics - PAGE techniques. Data obtained. What is it?

Proteomics. Yeast two hybrid. Proteomics - PAGE techniques. Data obtained. What is it? Proteomics What is it? Reveal protein interactions Protein profiling in a sample Yeast two hybrid screening High throughput 2D PAGE Automatic analysis of 2D Page Yeast two hybrid Use two mating strains

More information

Cell biology traditionally identifies proteins based on their individual actions as catalysts, signaling

Cell biology traditionally identifies proteins based on their individual actions as catalysts, signaling Lethality and centrality in protein networks Cell biology traditionally identifies proteins based on their individual actions as catalysts, signaling molecules, or building blocks of cells and microorganisms.

More information

BioControl - Week 6, Lecture 1

BioControl - Week 6, Lecture 1 BioControl - Week 6, Lecture 1 Goals of this lecture Large metabolic networks organization Design principles for small genetic modules - Rules based on gene demand - Rules based on error minimization Suggested

More information

Gene expression microarray technology measures the expression levels of thousands of genes. Research Article

Gene expression microarray technology measures the expression levels of thousands of genes. Research Article JOURNAL OF COMPUTATIONAL BIOLOGY Volume 7, Number 2, 2 # Mary Ann Liebert, Inc. Pp. 8 DOI:.89/cmb.29.52 Research Article Reducing the Computational Complexity of Information Theoretic Approaches for Reconstructing

More information

networks in molecular biology Wolfgang Huber

networks in molecular biology Wolfgang Huber networks in molecular biology Wolfgang Huber networks in molecular biology Regulatory networks: components = gene products interactions = regulation of transcription, translation, phosphorylation... Metabolic

More information

Network Biology: Understanding the cell s functional organization. Albert-László Barabási Zoltán N. Oltvai

Network Biology: Understanding the cell s functional organization. Albert-László Barabási Zoltán N. Oltvai Network Biology: Understanding the cell s functional organization Albert-László Barabási Zoltán N. Oltvai Outline: Evolutionary origin of scale-free networks Motifs, modules and hierarchical networks Network

More information

Hub Gene Selection Methods for the Reconstruction of Transcription Networks

Hub Gene Selection Methods for the Reconstruction of Transcription Networks for the Reconstruction of Transcription Networks José Miguel Hernández-Lobato (1) and Tjeerd. M. H. Dijkstra (2) (1) Computer Science Department, Universidad Autónoma de Madrid, Spain (2) Institute for

More information

Self Similar (Scale Free, Power Law) Networks (I)

Self Similar (Scale Free, Power Law) Networks (I) Self Similar (Scale Free, Power Law) Networks (I) E6083: lecture 4 Prof. Predrag R. Jelenković Dept. of Electrical Engineering Columbia University, NY 10027, USA {predrag}@ee.columbia.edu February 7, 2007

More information

Biological Networks. Gavin Conant 163B ASRC

Biological Networks. Gavin Conant 163B ASRC Biological Networks Gavin Conant 163B ASRC conantg@missouri.edu 882-2931 Types of Network Regulatory Protein-interaction Metabolic Signaling Co-expressing General principle Relationship between genes Gene/protein/enzyme

More information

Evidence for dynamically organized modularity in the yeast protein-protein interaction network

Evidence for dynamically organized modularity in the yeast protein-protein interaction network Evidence for dynamically organized modularity in the yeast protein-protein interaction network Sari Bombino Helsinki 27.3.2007 UNIVERSITY OF HELSINKI Department of Computer Science Seminar on Computational

More information

Types of biological networks. I. Intra-cellurar networks

Types of biological networks. I. Intra-cellurar networks Types of biological networks I. Intra-cellurar networks 1 Some intra-cellular networks: 1. Metabolic networks 2. Transcriptional regulation networks 3. Cell signalling networks 4. Protein-protein interaction

More information

Divergence Pattern of Duplicate Genes in Protein-Protein Interactions Follows the Power Law

Divergence Pattern of Duplicate Genes in Protein-Protein Interactions Follows the Power Law Divergence Pattern of Duplicate Genes in Protein-Protein Interactions Follows the Power Law Ze Zhang,* Z. W. Luo,* Hirohisa Kishino,à and Mike J. Kearsey *School of Biosciences, University of Birmingham,

More information

Written Exam 15 December Course name: Introduction to Systems Biology Course no

Written Exam 15 December Course name: Introduction to Systems Biology Course no Technical University of Denmark Written Exam 15 December 2008 Course name: Introduction to Systems Biology Course no. 27041 Aids allowed: Open book exam Provide your answers and calculations on separate

More information

Inferring gene regulatory networks

Inferring gene regulatory networks BENG 203: Genomics, Proteomics & Network Biology Inferring gene regulatory networks Trey Ideker Vineet Bafna Reading assignment Gardner, di Bernardo, Lorenz, and Collins. Inferring Genetic Networks and

More information

Lecture 10: May 19, High-Throughput technologies for measuring proteinprotein

Lecture 10: May 19, High-Throughput technologies for measuring proteinprotein Analysis of Gene Expression Data Spring Semester, 2005 Lecture 10: May 19, 2005 Lecturer: Roded Sharan Scribe: Daniela Raijman and Igor Ulitsky 10.1 Protein Interaction Networks In the past we have discussed

More information

Introduction to Bioinformatics

Introduction to Bioinformatics CSCI8980: Applied Machine Learning in Computational Biology Introduction to Bioinformatics Rui Kuang Department of Computer Science and Engineering University of Minnesota kuang@cs.umn.edu History of Bioinformatics

More information

GRAPH-THEORETICAL COMPARISON REVEALS STRUCTURAL DIVERGENCE OF HUMAN PROTEIN INTERACTION NETWORKS

GRAPH-THEORETICAL COMPARISON REVEALS STRUCTURAL DIVERGENCE OF HUMAN PROTEIN INTERACTION NETWORKS 141 GRAPH-THEORETICAL COMPARISON REVEALS STRUCTURAL DIVERGENCE OF HUMAN PROTEIN INTERACTION NETWORKS MATTHIAS E. FUTSCHIK 1 ANNA TSCHAUT 2 m.futschik@staff.hu-berlin.de tschaut@zedat.fu-berlin.de GAUTAM

More information

Networks. Can (John) Bruce Keck Founda7on Biotechnology Lab Bioinforma7cs Resource

Networks. Can (John) Bruce Keck Founda7on Biotechnology Lab Bioinforma7cs Resource Networks Can (John) Bruce Keck Founda7on Biotechnology Lab Bioinforma7cs Resource Networks in biology Protein-Protein Interaction Network of Yeast Transcriptional regulatory network of E.coli Experimental

More information

Applications of Complex Networks

Applications of Complex Networks Javier M. Buldú http://www.complex.etsit.urjc.es/jmbuldu Complex Systems Group Universidad Rey Juan Carlos (Madrid, Spain) (1 de 48) OUTLINE OF THE COURSE 0.- Bibliography 1.- Introduction to Complex networks

More information

Introduction to Bioinformatics. Shifra Ben-Dor Irit Orr

Introduction to Bioinformatics. Shifra Ben-Dor Irit Orr Introduction to Bioinformatics Shifra Ben-Dor Irit Orr Lecture Outline: Technical Course Items Introduction to Bioinformatics Introduction to Databases This week and next week What is bioinformatics? A

More information

Data Mining and Analysis: Fundamental Concepts and Algorithms

Data Mining and Analysis: Fundamental Concepts and Algorithms Data Mining and Analysis: Fundamental Concepts and Algorithms dataminingbook.info Mohammed J. Zaki 1 Wagner Meira Jr. 2 1 Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA

More information

PROTEOMICS. Is the intrinsic disorder of proteins the cause of the scale-free architecture of protein-protein interaction networks?

PROTEOMICS. Is the intrinsic disorder of proteins the cause of the scale-free architecture of protein-protein interaction networks? Is the intrinsic disorder of proteins the cause of the scale-free architecture of protein-protein interaction networks? Journal: Manuscript ID: Wiley - Manuscript type: Date Submitted by the Author: Complete

More information

ARACNE: An Algorithm for the Reconstruction of Gene Regulatory Networks in a Mammalian Cellular Context

ARACNE: An Algorithm for the Reconstruction of Gene Regulatory Networks in a Mammalian Cellular Context ARACNE: An Algorithm for the Reconstruction of Gene Regulatory Networks in a Mammalian Cellular Context Adam A. Margolin 1,2, Ilya Nemenman 2, Katia Basso 3, Chris Wiggins 2,4, Gustavo Stolovitzky 5, Riccardo

More information

Graph Alignment and Biological Networks

Graph Alignment and Biological Networks Graph Alignment and Biological Networks Johannes Berg http://www.uni-koeln.de/ berg Institute for Theoretical Physics University of Cologne Germany p.1/12 Networks in molecular biology New large-scale

More information

Biological Networks Analysis

Biological Networks Analysis Biological Networks Analysis Degree Distribution and Network Motifs Genome 559: Introduction to Statistical and Computational Genomics Elhanan Borenstein Networks: Networks vs. graphs A collection of nodesand

More information

Analysis of Biological Networks: Network Robustness and Evolution

Analysis of Biological Networks: Network Robustness and Evolution Analysis of Biological Networks: Network Robustness and Evolution Lecturer: Roded Sharan Scribers: Sasha Medvedovsky and Eitan Hirsh Lecture 14, February 2, 2006 1 Introduction The chapter is divided into

More information

Erzsébet Ravasz Advisor: Albert-László Barabási

Erzsébet Ravasz Advisor: Albert-László Barabási Hierarchical Networks Erzsébet Ravasz Advisor: Albert-László Barabási Introduction to networks How to model complex networks? Clustering and hierarchy Hierarchical organization of cellular metabolism The

More information

Modeling Biological Networks

Modeling Biological Networks Modeling Biological Networks Dr. Carlo Cosentino School of Computer and Biomedical Engineering Department of Experimental and Clinical Medicine Università degli Studi Magna Graecia Catanzaro, Italy carlo.cosentino@unicz.it

More information

Weighted gene co-expression analysis. Yuehua Cui June 7, 2013

Weighted gene co-expression analysis. Yuehua Cui June 7, 2013 Weighted gene co-expression analysis Yuehua Cui June 7, 2013 Weighted gene co-expression network (WGCNA) A type of scale-free network: A scale-free network is a network whose degree distribution follows

More information

Androgen-independent prostate cancer

Androgen-independent prostate cancer The following tutorial walks through the identification of biological themes in a microarray dataset examining androgen-independent. Visit the GeneSifter Data Center (www.genesifter.net/web/datacenter.html)

More information

The architecture of complexity: the structure and dynamics of complex networks.

The architecture of complexity: the structure and dynamics of complex networks. SMR.1656-36 School and Workshop on Structure and Function of Complex Networks 16-28 May 2005 ------------------------------------------------------------------------------------------------------------------------

More information

Bioinformatics I. CPBS 7711 October 29, 2015 Protein interaction networks. Debra Goldberg

Bioinformatics I. CPBS 7711 October 29, 2015 Protein interaction networks. Debra Goldberg Bioinformatics I CPBS 7711 October 29, 2015 Protein interaction networks Debra Goldberg debra@colorado.edu Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs

More information

Overview. Overview. Social networks. What is a network? 10/29/14. Bioinformatics I. Networks are everywhere! Introduction to Networks

Overview. Overview. Social networks. What is a network? 10/29/14. Bioinformatics I. Networks are everywhere! Introduction to Networks Bioinformatics I Overview CPBS 7711 October 29, 2014 Protein interaction networks Debra Goldberg debra@colorado.edu Networks, protein interaction networks (PINs) Network models What can we learn from PINs

More information

How Scale-free Type-based Networks Emerge from Instance-based Dynamics

How Scale-free Type-based Networks Emerge from Instance-based Dynamics How Scale-free Type-based Networks Emerge from Instance-based Dynamics Tom Lenaerts, Hugues Bersini and Francisco C. Santos IRIDIA, CP 194/6, Université Libre de Bruxelles, Avenue Franklin Roosevelt 50,

More information

Complex (Biological) Networks

Complex (Biological) Networks Complex (Biological) Networks Today: Measuring Network Topology Thursday: Analyzing Metabolic Networks Elhanan Borenstein Some slides are based on slides from courses given by Roded Sharan and Tomer Shlomi

More information

Computational Systems Biology

Computational Systems Biology Computational Systems Biology Vasant Honavar Artificial Intelligence Research Laboratory Bioinformatics and Computational Biology Graduate Program Center for Computational Intelligence, Learning, & Discovery

More information

Geert Geeven. April 14, 2010

Geert Geeven. April 14, 2010 iction of Gene Regulatory Interactions NDNS+ Workshop April 14, 2010 Today s talk - Outline Outline Biological Background Construction of Predictors The main aim of my project is to better understand the

More information

Systems biology and biological networks

Systems biology and biological networks Systems Biology Workshop Systems biology and biological networks Center for Biological Sequence Analysis Networks in electronics Radio kindly provided by Lazebnik, Cancer Cell, 2002 Systems Biology Workshop,

More information

Supplementary Information

Supplementary Information Supplementary Information For the article"comparable system-level organization of Archaea and ukaryotes" by J. Podani, Z. N. Oltvai, H. Jeong, B. Tombor, A.-L. Barabási, and. Szathmáry (reference numbers

More information

Cross-fertilization between Proteomics and Computational Synthesis

Cross-fertilization between Proteomics and Computational Synthesis From: AAAI Technical Report SS-03-02. Compilation copyright 2003, AAAI (www.aaai.org). All rights reserved. Cross-fertilization between Proteomics and Computational Synthesis Ivan I. Garibay and Annie

More information

NETWORK BIOLOGY: UNDERSTANDING THE CELL S FUNCTIONAL ORGANIZATION

NETWORK BIOLOGY: UNDERSTANDING THE CELL S FUNCTIONAL ORGANIZATION NETWORK BIOLOGY: UNDERSTANDING THE CELL S FUNCTIONAL ORGANIZATION Albert-László Barabási* & Zoltán N. Oltvai A key aim of postgenomic biomedical research is to systematically catalogue all molecules and

More information

Supplemental Material

Supplemental Material Supplemental Material Article title: Construction and comparison of gene co expression networks shows complex plant immune responses Author names and affiliation: Luis Guillermo Leal 1*, Email: lgleala@unal.edu.co

More information

Biological networks CS449 BIOINFORMATICS

Biological networks CS449 BIOINFORMATICS CS449 BIOINFORMATICS Biological networks Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better

More information

Chapter 8: The Topology of Biological Networks. Overview

Chapter 8: The Topology of Biological Networks. Overview Chapter 8: The Topology of Biological Networks 8.1 Introduction & survey of network topology Prof. Yechiam Yemini (YY) Computer Science Department Columbia University A gallery of networks Small-world

More information

Info-Clustering: An Information-Theoretic Paradigm for Data Clustering. Information Theory Guest Lecture Fall 2018

Info-Clustering: An Information-Theoretic Paradigm for Data Clustering. Information Theory Guest Lecture Fall 2018 Info-Clustering: An Information-Theoretic Paradigm for Data Clustering Information Theory Guest Lecture Fall 208 Problem statement Input: Independently and identically drawn samples of the jointly distributed

More information

Self-organized scale-free networks

Self-organized scale-free networks Self-organized scale-free networks Kwangho Park and Ying-Cheng Lai Departments of Electrical Engineering, Arizona State University, Tempe, Arizona 85287, USA Nong Ye Department of Industrial Engineering,

More information

Application of random matrix theory to microarray data for discovering functional gene modules

Application of random matrix theory to microarray data for discovering functional gene modules Application of random matrix theory to microarray data for discovering functional gene modules Feng Luo, 1 Jianxin Zhong, 2,3, * Yunfeng Yang, 4 and Jizhong Zhou 4,5, 1 Department of Computer Science,

More information

Fine-scale dissection of functional protein network. organization by dynamic neighborhood analysis

Fine-scale dissection of functional protein network. organization by dynamic neighborhood analysis Fine-scale dissection of functional protein network organization by dynamic neighborhood analysis Kakajan Komurov 1, Mehmet H. Gunes 2, Michael A. White 1 1 Department of Cell Biology, University of Texas

More information

Modeling Gene Expression from Microarray Expression Data with State-Space Equations. F.X. Wu, W.J. Zhang, and A.J. Kusalik

Modeling Gene Expression from Microarray Expression Data with State-Space Equations. F.X. Wu, W.J. Zhang, and A.J. Kusalik Modeling Gene Expression from Microarray Expression Data with State-Space Equations FX Wu, WJ Zhang, and AJ Kusalik Pacific Symposium on Biocomputing 9:581-592(2004) MODELING GENE EXPRESSION FROM MICROARRAY

More information

10-810: Advanced Algorithms and Models for Computational Biology. microrna and Whole Genome Comparison

10-810: Advanced Algorithms and Models for Computational Biology. microrna and Whole Genome Comparison 10-810: Advanced Algorithms and Models for Computational Biology microrna and Whole Genome Comparison Central Dogma: 90s Transcription factors DNA transcription mrna translation Proteins Central Dogma:

More information

Network Biology-part II

Network Biology-part II Network Biology-part II Jun Zhu, Ph. D. Professor of Genomics and Genetic Sciences Icahn Institute of Genomics and Multi-scale Biology The Tisch Cancer Institute Icahn Medical School at Mount Sinai New

More information

identifiers matched to homologous genes. Probeset annotation files for each array platform were used to

identifiers matched to homologous genes. Probeset annotation files for each array platform were used to SUPPLEMENTARY METHODS Data combination and normalization Prior to data analysis we first had to appropriately combine all 1617 arrays such that probeset identifiers matched to homologous genes. Probeset

More information

V 5 Robustness and Modularity

V 5 Robustness and Modularity Bioinformatics 3 V 5 Robustness and Modularity Mon, Oct 29, 2012 Network Robustness Network = set of connections Failure events: loss of edges loss of nodes (together with their edges) loss of connectivity

More information

Measuring TF-DNA interactions

Measuring TF-DNA interactions Measuring TF-DNA interactions How is Biological Complexity Achieved? Mediated by Transcription Factors (TFs) 2 Regulation of Gene Expression by Transcription Factors TF trans-acting factors TF TF TF TF

More information

Inferring Models of cis-regulatory Modules using Information Theory

Inferring Models of cis-regulatory Modules using Information Theory Inferring Models of cis-regulatory Modules using Information Theory BMI/CS 776 www.biostat.wisc.edu/bmi776/ Spring 28 Anthony Gitter gitter@biostat.wisc.edu These slides, excluding third-party material,

More information

Complex Graphs and Networks Lecture 3: Duplication models for biological networks

Complex Graphs and Networks Lecture 3: Duplication models for biological networks Complex Graphs and Networks Lecture 3: Duplication models for biological networks Linyuan Lu lu@math.sc.edu University of South Carolina BASICS2008 SUMMER SCHOOL July 27 August 2, 2008 Overview of talks

More information

6.047 / Computational Biology: Genomes, Networks, Evolution Fall 2008

6.047 / Computational Biology: Genomes, Networks, Evolution Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 6.047 / 6.878 Computational Biology: Genomes, Networks, Evolution Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Correlation Networks

Correlation Networks QuickTime decompressor and a are needed to see this picture. Correlation Networks Analysis of Biological Networks April 24, 2010 Correlation Networks - Analysis of Biological Networks 1 Review We have

More information

Data science with multilayer networks: Mathematical foundations and applications

Data science with multilayer networks: Mathematical foundations and applications Data science with multilayer networks: Mathematical foundations and applications CDSE Days University at Buffalo, State University of New York Monday April 9, 2018 Dane Taylor Assistant Professor of Mathematics

More information

Bioinformatics 2. Large scale organisation. Biological Networks. Non-biological networks

Bioinformatics 2. Large scale organisation. Biological Networks. Non-biological networks Bioinformatics 2 Protein Interaction Networks Biological Networks in general Metabolic networks Briefly review proteomics methods Protein-Protein interactions Protein Networks Protein-Protein interaction

More information

SYSTEMS BIOLOGY 1: NETWORKS

SYSTEMS BIOLOGY 1: NETWORKS SYSTEMS BIOLOGY 1: NETWORKS SYSTEMS BIOLOGY Starting around 2000 a number of biologists started adopting the term systems biology for an approach to biology that emphasized the systems-character of biology:

More information

Complex (Biological) Networks

Complex (Biological) Networks Complex (Biological) Networks Today: Measuring Network Topology Thursday: Analyzing Metabolic Networks Elhanan Borenstein Some slides are based on slides from courses given by Roded Sharan and Tomer Shlomi

More information

CSCI1950 Z Computa3onal Methods for Biology Lecture 24. Ben Raphael April 29, hgp://cs.brown.edu/courses/csci1950 z/ Network Mo3fs

CSCI1950 Z Computa3onal Methods for Biology Lecture 24. Ben Raphael April 29, hgp://cs.brown.edu/courses/csci1950 z/ Network Mo3fs CSCI1950 Z Computa3onal Methods for Biology Lecture 24 Ben Raphael April 29, 2009 hgp://cs.brown.edu/courses/csci1950 z/ Network Mo3fs Subnetworks with more occurrences than expected by chance. How to

More information

The large scale structure of metabolic networks: a glimpse at life's origin?

The large scale structure of metabolic networks: a glimpse at life's origin? The large scale structure of metabolic networks: a glimpse at life's origin? Andreas Wagner The Santa Fe Institute and The University of New Mexico, Department of Biology, 167A Castetter Hall, Albuquerque,

More information

Theoretical Physics Methods for Computational Biology. Third lecture

Theoretical Physics Methods for Computational Biology. Third lecture Theoretical Physics Methods for Computational Biology. Third lecture M. Caselle Dip di Fisica Teorica, Univ. di Torino Berlin, 06/04/2006 Third lecture: Theoretical questions in genome biology DNA correlators.

More information

arxiv:q-bio/ v1 [q-bio.mn] 13 Aug 2004

arxiv:q-bio/ v1 [q-bio.mn] 13 Aug 2004 Network properties of protein structures Ganesh Bagler and Somdatta Sinha entre for ellular and Molecular Biology, Uppal Road, Hyderabad 57, India (Dated: June 8, 218) arxiv:q-bio/89v1 [q-bio.mn] 13 Aug

More information

Interaction Network Topologies

Interaction Network Topologies Proceedings of International Joint Conference on Neural Networks, Montreal, Canada, July 31 - August 4, 2005 Inferrng Protein-Protein Interactions Using Interaction Network Topologies Alberto Paccanarot*,

More information

Quantitative Biology Lecture 3

Quantitative Biology Lecture 3 23 nd Sep 2015 Quantitative Biology Lecture 3 Gurinder Singh Mickey Atwal Center for Quantitative Biology Summary Covariance, Correlation Confounding variables (Batch Effects) Information Theory Covariance

More information

Analysis of Complex Systems

Analysis of Complex Systems Analysis of Complex Systems Lecture 1: Introduction Marcus Kaiser m.kaiser@ncl.ac.uk www.dynamic-connectome.org Preliminaries - 1 Lecturers Dr Marcus Kaiser, m.kaiser@ncl.ac.uk Practicals Frances Hutchings

More information

Department of Pathology, Northwestern University Medical School, Chicago, IL 60611

Department of Pathology, Northwestern University Medical School, Chicago, IL 60611 The large-scale organization of metabolic networks H. Jeong 1, B. Tombor 2, R. Albert 1, Z. N. Oltvai 2 and A.-L. Barabási 1 1 Department of Physics, University of Notre Dame, Notre Dame, IN 46556, and

More information

Inferring Models of cis-regulatory Modules using Information Theory

Inferring Models of cis-regulatory Modules using Information Theory Inferring Models of cis-regulatory Modules using Information Theory BMI/CS 776 www.biostat.wisc.edu/bmi776/ Spring 26 Anthony Gitter gitter@biostat.wisc.edu Overview Biological question What is causing

More information

Self-organized Criticality and Synchronization in a Pulse-coupled Integrate-and-Fire Neuron Model Based on Small World Networks

Self-organized Criticality and Synchronization in a Pulse-coupled Integrate-and-Fire Neuron Model Based on Small World Networks Commun. Theor. Phys. (Beijing, China) 43 (2005) pp. 466 470 c International Academic Publishers Vol. 43, No. 3, March 15, 2005 Self-organized Criticality and Synchronization in a Pulse-coupled Integrate-and-Fire

More information

Preface. Contributors

Preface. Contributors CONTENTS Foreword Preface Contributors PART I INTRODUCTION 1 1 Networks in Biology 3 Björn H. Junker 1.1 Introduction 3 1.2 Biology 101 4 1.2.1 Biochemistry and Molecular Biology 4 1.2.2 Cell Biology 6

More information

The Generalized Topological Overlap Matrix For Detecting Modules in Gene Networks

The Generalized Topological Overlap Matrix For Detecting Modules in Gene Networks The Generalized Topological Overlap Matrix For Detecting Modules in Gene Networks Andy M. Yip Steve Horvath Abstract Systems biologic studies of gene and protein interaction networks have found that these

More information

Discovering Correlation in Data. Vinh Nguyen Research Fellow in Data Science Computing and Information Systems DMD 7.

Discovering Correlation in Data. Vinh Nguyen Research Fellow in Data Science Computing and Information Systems DMD 7. Discovering Correlation in Data Vinh Nguyen (vinh.nguyen@unimelb.edu.au) Research Fellow in Data Science Computing and Information Systems DMD 7.14 Discovering Correlation Why is correlation important?

More information

COMPSCI 650 Applied Information Theory Jan 21, Lecture 2

COMPSCI 650 Applied Information Theory Jan 21, Lecture 2 COMPSCI 650 Applied Information Theory Jan 21, 2016 Lecture 2 Instructor: Arya Mazumdar Scribe: Gayane Vardoyan, Jong-Chyi Su 1 Entropy Definition: Entropy is a measure of uncertainty of a random variable.

More information

Physical network models and multi-source data integration

Physical network models and multi-source data integration Physical network models and multi-source data integration Chen-Hsiang Yeang MIT AI Lab Cambridge, MA 02139 chyeang@ai.mit.edu Tommi Jaakkola MIT AI Lab Cambridge, MA 02139 tommi@ai.mit.edu September 30,

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Supplementary information S3 (box) Methods Methods Genome weighting The currently available collection of archaeal and bacterial genomes has a highly biased distribution of isolates across taxa. For example,

More information

Fuzzy Clustering of Gene Expression Data

Fuzzy Clustering of Gene Expression Data Fuzzy Clustering of Gene Data Matthias E. Futschik and Nikola K. Kasabov Department of Information Science, University of Otago P.O. Box 56, Dunedin, New Zealand email: mfutschik@infoscience.otago.ac.nz,

More information

Introduction to Information Theory

Introduction to Information Theory Introduction to Information Theory Gurinder Singh Mickey Atwal atwal@cshl.edu Center for Quantitative Biology Kullback-Leibler Divergence Summary Shannon s coding theorems Entropy Mutual Information Multi-information

More information

Computational Biology: Basics & Interesting Problems

Computational Biology: Basics & Interesting Problems Computational Biology: Basics & Interesting Problems Summary Sources of information Biological concepts: structure & terminology Sequencing Gene finding Protein structure prediction Sources of information

More information

Non-specific filtering and control of false positives

Non-specific filtering and control of false positives Non-specific filtering and control of false positives Richard Bourgon 16 June 2009 bourgon@ebi.ac.uk EBI is an outstation of the European Molecular Biology Laboratory Outline Multiple testing I: overview

More information

arxiv: v1 [q-bio.mn] 30 Dec 2008

arxiv: v1 [q-bio.mn] 30 Dec 2008 arxiv:0812.5094v1 [q-bio.mn] 30 Dec 2008 Study of the Structure and Dynamics of Complex Biological Networks A thesis submitted for the degree of Doctor of Philosophy in the Faculty of Science Areejit Samal

More information

CS224W: Analysis of Networks Jure Leskovec, Stanford University

CS224W: Analysis of Networks Jure Leskovec, Stanford University CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu 10/30/17 Jure Leskovec, Stanford CS224W: Social and Information Network Analysis, http://cs224w.stanford.edu 2

More information

Cellular Biophysics SS Prof. Manfred Radmacher

Cellular Biophysics SS Prof. Manfred Radmacher SS 20007 Manfred Radmacher Ch. 12 Systems Biology Let's recall chemotaxis in Dictiostelium synthesis of camp excretion of camp external camp gradient detection cell polarity cell migration 2 Single cells

More information

Random Boolean Networks

Random Boolean Networks Random Boolean Networks Boolean network definition The first Boolean networks were proposed by Stuart A. Kauffman in 1969, as random models of genetic regulatory networks (Kauffman 1969, 1993). A Random

More information

Biochemical Reactions and Logic Computation

Biochemical Reactions and Logic Computation Biochemical Reactions and Logic Computation Biochemical Reactions and Biology Complex behaviors of a living organism originate from systems of biochemical reactions Jie-Hong Roland Jiang (Introduction

More information

Uncertain interactions affect degree distribution of biological networks

Uncertain interactions affect degree distribution of biological networks Uncertain interactions affect degree distribution of biological networks Andrei Todor, Alin Dobra, Tamer Kahveci Department of Computer and Information Science and Engineering, University of Florida, Gainesville

More information

Network motifs in the transcriptional regulation network (of Escherichia coli):

Network motifs in the transcriptional regulation network (of Escherichia coli): Network motifs in the transcriptional regulation network (of Escherichia coli): Janne.Ravantti@Helsinki.Fi (disclaimer: IANASB) Contents: Transcription Networks (aka. The Very Boring Biology Part ) Network

More information

A New Method to Build Gene Regulation Network Based on Fuzzy Hierarchical Clustering Methods

A New Method to Build Gene Regulation Network Based on Fuzzy Hierarchical Clustering Methods International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 6, 2016, pp. 169-176. ISSN 2454-3896 International Academic Journal of

More information

One Lesson of Information Theory

One Lesson of Information Theory Institut für One Lesson of Information Theory Prof. Dr.-Ing. Volker Kühn Institute of Communications Engineering University of Rostock, Germany Email: volker.kuehn@uni-rostock.de http://www.int.uni-rostock.de/

More information

Basic modeling approaches for biological systems. Mahesh Bule

Basic modeling approaches for biological systems. Mahesh Bule Basic modeling approaches for biological systems Mahesh Bule The hierarchy of life from atoms to living organisms Modeling biological processes often requires accounting for action and feedback involving

More information

Comparison of Protein-Protein Interaction Confidence Assignment Schemes

Comparison of Protein-Protein Interaction Confidence Assignment Schemes Comparison of Protein-Protein Interaction Confidence Assignment Schemes Silpa Suthram 1, Tomer Shlomi 2, Eytan Ruppin 2, Roded Sharan 2, and Trey Ideker 1 1 Department of Bioengineering, University of

More information

The geneticist s questions

The geneticist s questions The geneticist s questions a) What is consequence of reduced gene function? 1) gene knockout (deletion, RNAi) b) What is the consequence of increased gene function? 2) gene overexpression c) What does

More information

Letter to the Editor Edge vulnerability in neural and metabolic networks

Letter to the Editor Edge vulnerability in neural and metabolic networks Biol. Cybern. 90, 311 317 (2004) DOI 10.1007/s00422-004-0479-1 Springer-Verlag 2004 Letter to the Editor Edge vulnerability in neural and metabolic networks Marcus Kaiser, Claus C. Hilgetag International

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION med!1,2 Wild-type (N2) end!3 elt!2 5 1 15 Time (minutes) 5 1 15 Time (minutes) med!1,2 end!3 5 1 15 Time (minutes) elt!2 5 1 15 Time (minutes) Supplementary Figure 1: Number of med-1,2, end-3, end-1 and

More information

Computational Genomics. Reconstructing dynamic regulatory networks in multiple species

Computational Genomics. Reconstructing dynamic regulatory networks in multiple species 02-710 Computational Genomics Reconstructing dynamic regulatory networks in multiple species Methods for reconstructing networks in cells CRH1 SLT2 SLR3 YPS3 YPS1 Amit et al Science 2009 Pe er et al Recomb

More information

Predicting causal effects in large-scale systems from observational data

Predicting causal effects in large-scale systems from observational data nature methods Predicting causal effects in large-scale systems from observational data Marloes H Maathuis 1, Diego Colombo 1, Markus Kalisch 1 & Peter Bühlmann 1,2 Supplementary figures and text: Supplementary

More information

Graph Theory and Networks in Biology arxiv:q-bio/ v1 [q-bio.mn] 6 Apr 2006

Graph Theory and Networks in Biology arxiv:q-bio/ v1 [q-bio.mn] 6 Apr 2006 Graph Theory and Networks in Biology arxiv:q-bio/0604006v1 [q-bio.mn] 6 Apr 2006 Oliver Mason and Mark Verwoerd February 4, 2008 Abstract In this paper, we present a survey of the use of graph theoretical

More information