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

Size: px
Start display at page:

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

Transcription

1 Bioinformatics I CPBS 7711 October 29, 2015 Protein interaction networks Debra Goldberg debra@colorado.edu

2 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

3 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

4 Introduction to Networks

5 What is a network? A collection of objects (nodes, vertices) Binary relationships (edges) May be directed Also called a graph Networks are everywhere!

6 Social networks Nodes: People Edges: Friendship from

7 Sexual networks Nodes: People Edges: Romantic and sexual relations

8 Transportation networks Nodes: Locations Edges: Roads

9 Power grids Nodes: Power station Edges: High voltage transmission line

10 Airline routes Nodes: Airports Edges: Flights

11 Internet Nodes: MBone Routers Edges: Physical connection

12 World-Wide-Web Nodes: Web documents Edges: Hyperlinks

13 Quick activity What kinds of biological networks are there or might there be? Molecular biology

14 Gene and protein networks

15 Metabolic networks Nodes: Metabolites Edges: Biochemical reaction (enzyme) from web.indstate.edu

16 Signaling networks Nodes: Molecules (e.g., Proteins or Neurotransmitters) Edges: Activation or Deactivation from

17 Gene regulatory networks Nodes: Genes or gene products Edges: Regulation of expression Inferred from error-prone gene expression data from Wyrick et al. 2002

18 Disease Networks Nodes: Diseases Edges: Common genes SARS, progresssion_of Myocardial infarction Alzheimer disease Obesity Hypertension Rheumatoid arthritis from Goh et al., PNAS 2007 HIV

19 Disease Gene Networks Nodes: Genes Edges: Common diseases from Goh et al., PNAS 2007

20 Protein interaction networks Nodes: Proteins Edges: Observed interaction Gene function predicted from

21 Synthetic sick or lethal networks (SSL) X X X X Y Y Y Y Cells live (wild type) Cells live Cells live Cells die or grow slowly from Tong et al Nodes: Nonessential genes Edges: Genes co-lethal Gene function, drug targets predicted

22 Other gene networks Homology edges Sometimes used to connect other network types across species Coexpression Edges: transcribed at same times, conditions Gene knockout / knockdown Edges: similar phenotype (defects) when suppressed

23 What they really look like We need models!

24 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

25 Traditional graph modeling from GD2002 Random Regular Erdos-Renyi (1960) Lattice

26 Network Research Renaissance Change in direction of network research: 1998 Four factors Theoretical analysis coupled with empirical evidence Networks are not static, they evolve over time Dynamical systems modeling real-world behaviors Computing power! Enables large system analysis

27 Introduce small-world networks Small-World Networks

28 Small-world Networks Six degrees of separation friends each Six steps: But We live in communities

29 Small-world measures Typical separation between two vertices Measured by characteristic path length (average distance) Cliquishness of a typical neighborhood Measured by clustering coefficient v C v = 1.00 v C v = 0.33

30 Watts-Strogatz small-world model

31 Measures of the W-S model Path length drops faster than cliquishness Wide range of p has both small-world properties

32 Small-world measures of various graph types Cliquishness Characteristic Path Length Regular graph High Long Random graph Low Short Small-world graph High Short

33 Another network property: Degree distribution P (k) The degree (notation: k) of a node is the number of its neighbors The degree distribution is a histogram showing the frequency of nodes having each degree

34 Degree distribution of E-R random networks Erdös-Rényi random graphs Binomial degree distribution, well-approximated by a Poisson P(k) Network figures from Strogatz, Nature 2001 Degree = k

35 Degree distribution of many realworld networks Scale-free networks Degree distribution follows a power law P (k = x) = α x -β P(k) log P(k) log k Degree = k

36 Other degree distributions Amaral, Scala, et al., PNAS (2000)

37 Hierarchical Networks Ravasz, et al., Science

38 Properties of hierarchical networks 1. Scale-free 2. Clustering coefficient independent of N 3. Scaling clustering coefficient (DGM) 38

39 C of 43 metabolic networks Independent of N Ravasz, et al., Science

40 Clustering coefficient scaling C(k) Metabolic networks Ravasz, et al., Science

41 Summary of network models Random Small world Scale-free Hierarchical Poisson degree distribution high CC, short pathlengths power law degree distribution high CC, modular, power law degree distribution

42 Many real-world networks are small-world, scale-free World-wide-web Collaboration of film actors (Kevin Bacon) Mathematical collaborations (Erdös number) Power grid of US Syntactic networks of English Neuronal network of C. elegans Metabolic networks Protein-protein interaction networks

43 So What?

44 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

45 There is information in a gene s position in the network We can use this to predict Relationships Interactions Regulatory relationships Protein function Process Complex / molecular machine

46 Implications from topology

47 Edges indicate function Proteins that are connected by an edge in many types of biological networks are more likely to have a common function

48 Adjacent edges indicate 3 rd In some biological networks, if gene A is connected both to genes B and C, then gene B is more likely to be connected to gene C

49 False positives, false negatives Can use topology to assess confidence if true edges and false edges have different network properties Assess how well each edge fits topology of true network Can also predict unknown relations

50 SSL hubs might be good cancer drug targets Normal cell Cancer cells w/ random mutations Alive Dead Dead (Tong et al, Science, 2004)

51 2-hop predictors for SSL SSL SSL (S-S) Homology SSL (H-S) Co-expressed SSL (X-S) Physical interaction SSL (P-S) 2 physical interactions (P-P) v w S: Synthetic sickness or lethality (SSL) H: Sequence homology X: Correlated expression P: Stable physical interaction Wong, et al., PNAS 2004

52 Multi-color motifs S: Synthetic sickness or lethality H: Sequence homology X: Correlated expression P: Stable physical interaction R: Transcriptional regulation Zhang, et al., Journal of Biology 2005

53 Protein complexes Tightly connected proteins may indicate a protein complex from Girvan and Newman, PNAS 2002

54 Beware of bias

55 Lethality Hubs are more likely to be essential Jeong, et al., Nature 2001

56 Protein abundance Abundant proteins are more likely to be represented in some types of experiments More likely to be essential Correlation between degree (hubs) and essentiality disappears or is reduced when corrected for protein abundance Bloom and Adami, BMC Evolutionary Biology 2003

57 Degree anti-correlation Few edges directly between hubs Edges between hubs and low-degree genes are favored Regulatory NW PPI Maslov and Sneppen, Science 2002

58 Degree correlation Anti-correlation of degrees of interacting proteins disappears in un-biased data average degree K essential non-essential degree k Coulomb, et al., Proceedings of the Royal Society B 2005

59 Predicting protein function

60 Methods: predicting function Homology Machine Learning Graph-theoretic methods Direct methods Module-assisted methods Review: Sharan, Ulitsky, Shamir. Molecular Systems Biology, 2007

61 Direct methods: Neighborhood Majority method Schwikowski, Uetz, et al., Nat Biotechnol 18, 2000 Neighborhood method How does frequency affect assignment? Hishigaki, Nakai, et al., Yeast 18, 2001

62 Minimum cut (graph-theoretic) methods Vazquez, Flammini, et al. (2003) globally tries to minimize the number of protein interactions between different annotations Karaoz, Murali, et al. (2004) incorporates gene-expression data for better performance Nabieva, Jim, et al. (2005) reformulated as an integer linear programming problem

63 Functional flow Nabieva, Jim, et al., Bioinformatics 21 Suppl 1, 2005

64 A Markov random field method Letovsky and Kasif, Bioinformatics 19 Suppl 1, 2003 Derive marginal probabilities given other proteins putative assignment Statistically, neighbors often share label Applies p(l N, k) = p(k L,N) p(l) p(k N) iteratively to propagate probabilities L is a Boolean random variable that indicates whether or not a node has that label N is the number of neighbors k is the number of neighbors with that label

65 Module-assisted methods Spirin and Mirny, PNAS 2003 Find fully connected subgraphs (cliques), OR Find subgraphs that maximize density: 2m/(n(n 1)) Bader and Hogue, BMC Bioinformatics 2003 Weight vertices: neighborhood density, connectedness Find connected communities with high weights MCODE : Molecular COmplex DEtection Girvan and Newman, PNAS 2002 Betweenness centrality Removes edges likely to go between communities

66 Confidence assessment, edge prediction

67 Confidence assessment Traditionally, biological networks determined individually High confidence Slow New methods look at entire organism Lower confidence ( 50% false positives) Inferences made based on this data

68 Confidence assessment Can use topology to assess confidence if true edges and false edges have different network properties Assess how well each edge fits topology of true network Can also predict unknown relations Goldberg and Roth, PNAS 2003

69 Use clustering coefficient, a local property Number of triangles = N(v) N(w) y x v v w. w Normalization factor? N(x) = the neighborhood of node x

70 Mutual clustering coefficient (MCC) Jaccard Index: Meet / Min: Geometric: N(v) N(w) N(v) N(w) N(v) N(w) min ( N(v), N(w) ) N(v) N(w) N(v) N(w) Hypergeometric: a p-value

71 Prediction A v-w edge would have a high MCC v w

72 Questions Degree distribution? Clustering coefficient? 2, 5, 9 Mutual clustering coefficient: 2 & 7 Use Meet/Min definition 60

73 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

74 Protein Complexes Groups of proteins that bind together to perform a specific task. Examples: Ribosomes Proteasomes Replication complexes GINS complex, DNA polymerase Image from: Computation site for bioinformatics at Charité, Universitätsmedizin Berlin Found at

75 Finding protein compexes Dense regions may be an indication of a protein complex from Girvan and Newman, PNAS 2002

76 Protein-Protein Interaction Network Image from Yeast Proteomics, Genome News Network,

77 Looking for Complexes One goal of studying the interaction network is to discover previously unknown protein complexes. Methods: Look for cliques or near cliques Look for vertices with high clustering

78 Community structure: Partitioning methods

79 Community structure Proteins in a community may be involved in a common process or function from Girvan and Newman, PNAS 2002

80 Finding the communities Hierarchical clustering Betweenness centrality Dense subgraphs Similar subgraphs Spectral clustering Party and date hubs

81 Hierarchical clustering (1) Using natural edge weights Gene co-expression e.g., Eisen MB, et al., PNAS 1998 from

82 Hierarchical clustering (2) Topological overlap A measure of neighborhood similarity l i,j is 1 if there is a direct link between i and j, 0 otherwise Ravasz, et al., Science 2002

83 Hierarchical clustering (3) Adjacency vector Function cluster: Tong et al., Science 2004 Find drug targets: Parsons et al., Nature Biotechnology 2004

84 Party and date hubs Protein interaction network Partition hubs by expression correlation of neighbors Han, et al., Nature 2004

85 Network connectivity Scale-free networks are: Robust to random failures Vulnerable to attacks on hubs Removing hubs quickly disconnects a network and reduces the size of the largest component Albert, et al., Nature 2000

86 Removing date hubs shatters network into communities Date Hubs Many sub-networks A single main component

87 Similar subgraphs Across species Interaction network and genome sequence e.g., Ogata, et al., Nucleic Acids Research 2000

88 Betweenness centrality Consider the shortest path(s) between all pairs of nodes Betweenness centrality of an edge is a measure of how many shortest paths traverse this edge Edges between communities have higher centrality Girvan, et al., PNAS 2002

89 Spectral clustering Compute adjacency matrix eigenvectors Each eigenvector defines a cluster: Proteins with high magnitude contributions Bu, et al., Nucleic Acids Research 2003 positive eigenvalue negative eigenvalue

90 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

91 Questions How does the WWW evolve? How might protein interaction networks (PINs) evolve? How can we determine if our model is incorrect?

92 Model for scale-free networks Growth and preferential attachment New node has edge to existing node v with probability proportional to degree of v Biologically plausible?

93 Gene duplication gives functional diversity A primary mechanism for diversity After duplication, 2 routes to diversity: Subfunctionalization: function loss yields complementary subsets of original functions Edge Loss Neofunctionalization: de novo acquisition of functions Edge Gain Protein interactions are convenient proxy for functions

94 Gene duplication in a PIN Barabási and Oltvai, Nature Reviews Genetics (2004)

95 Another scale-free network model Duplication and divergence New nodes are copies of existing nodes Same neighbors, then some gain/ loss Solé, Pastor-Satorras, et al. (2002)

96 Advantages of this model This model generates networks that are: scale-free highly clustered PINs are also scale-free, highly clustered

97 Question Paralogs: x & w or y & t y x w v t

98 Overview Networks, protein interaction networks (PINs) Network models What can we learn from PINs Discovering protein complexes PIN evolution Final words

99 Final words Network analysis has become an essential tool for analyzing complex systems There is still much biologists can learn from scientists in other disciplines There is much other scientists can learn from us An exciting new direction

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Graph Theory and Networks in Biology

Graph Theory and Networks in Biology Graph Theory and Networks in Biology Oliver Mason and Mark Verwoerd Hamilton Institute, National University of Ireland Maynooth, Co. Kildare, Ireland {oliver.mason, mark.verwoerd}@nuim.ie January 17, 2007

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

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

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

Interaction Network Analysis

Interaction Network Analysis CSI/BIF 5330 Interaction etwork Analsis Young-Rae Cho Associate Professor Department of Computer Science Balor Universit Biological etworks Definition Maps of biochemical reactions, interactions, regulations

More information

Towards Detecting Protein Complexes from Protein Interaction Data

Towards Detecting Protein Complexes from Protein Interaction Data Towards Detecting Protein Complexes from Protein Interaction Data Pengjun Pei 1 and Aidong Zhang 1 Department of Computer Science and Engineering State University of New York at Buffalo Buffalo NY 14260,

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

Graph Theory Approaches to Protein Interaction Data Analysis

Graph Theory Approaches to Protein Interaction Data Analysis Graph Theory Approaches to Protein Interaction Data Analysis Nataša Pržulj September 8, 2003 Contents 1 Introduction 2 1.1 Graph Theoretic Terminology................................. 3 1.2 Biological

More information

Network Analysis and Modeling

Network Analysis and Modeling lecture 0: what are networks and how do we talk about them? 2017 Aaron Clauset 003 052 002 001 Aaron Clauset @aaronclauset Assistant Professor of Computer Science University of Colorado Boulder External

More information

Complex networks: an introduction

Complex networks: an introduction Alain Barrat Complex networks: an introduction CPT, Marseille, France ISI, Turin, Italy http://www.cpt.univ-mrs.fr/~barrat http://cxnets.googlepages.com Plan of the lecture I. INTRODUCTION II. I. Networks:

More information

6.207/14.15: Networks Lecture 12: Generalized Random Graphs

6.207/14.15: Networks Lecture 12: Generalized Random Graphs 6.207/14.15: Networks Lecture 12: Generalized Random Graphs 1 Outline Small-world model Growing random networks Power-law degree distributions: Rich-Get-Richer effects Models: Uniform attachment model

More information

Predicting Protein Functions and Domain Interactions from Protein Interactions

Predicting Protein Functions and Domain Interactions from Protein Interactions Predicting Protein Functions and Domain Interactions from Protein Interactions Fengzhu Sun, PhD Center for Computational and Experimental Genomics University of Southern California Outline High-throughput

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

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

Comparative Network Analysis

Comparative Network Analysis Comparative Network Analysis BMI/CS 776 www.biostat.wisc.edu/bmi776/ Spring 2016 Anthony Gitter gitter@biostat.wisc.edu These slides, excluding third-party material, are licensed under CC BY-NC 4.0 by

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

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

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

Overview of Network Theory

Overview of Network Theory Overview of Network Theory MAE 298, Spring 2009, Lecture 1 Prof. Raissa D Souza University of California, Davis Example social networks (Immunology; viral marketing; aliances/policy) M. E. J. Newman 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

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

Lecture 4: Yeast as a model organism for functional and evolutionary genomics. Part II

Lecture 4: Yeast as a model organism for functional and evolutionary genomics. Part II Lecture 4: Yeast as a model organism for functional and evolutionary genomics Part II A brief review What have we discussed: Yeast genome in a glance Gene expression can tell us about yeast functions Transcriptional

More information

Measuring the shape of degree distributions

Measuring the shape of degree distributions Measuring the shape of degree distributions Dr Jennifer Badham Visiting Fellow SEIT, UNSW Canberra research@criticalconnections.com.au Overview Context What does shape mean for degree distribution Why

More information

Deterministic scale-free networks

Deterministic scale-free networks Physica A 299 (2001) 559 564 www.elsevier.com/locate/physa Deterministic scale-free networks Albert-Laszlo Barabasi a;, Erzsebet Ravasz a, Tamas Vicsek b a Department of Physics, College of Science, University

More information

The Role of Network Science in Biology and Medicine. Tiffany J. Callahan Computational Bioscience Program Hunter/Kahn Labs

The Role of Network Science in Biology and Medicine. Tiffany J. Callahan Computational Bioscience Program Hunter/Kahn Labs The Role of Network Science in Biology and Medicine Tiffany J. Callahan Computational Bioscience Program Hunter/Kahn Labs Network Analysis Working Group 09.28.2017 Network-Enabled Wisdom (NEW) empirically

More information

Networks as a tool for Complex systems

Networks as a tool for Complex systems Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in Mathematics Many examples of networs Internet: nodes represent computers lins the connecting cables Social

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

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

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

Adventures in random graphs: Models, structures and algorithms

Adventures in random graphs: Models, structures and algorithms BCAM January 2011 1 Adventures in random graphs: Models, structures and algorithms Armand M. Makowski ECE & ISR/HyNet University of Maryland at College Park armand@isr.umd.edu BCAM January 2011 2 Complex

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

Protein-protein interaction networks Prof. Peter Csermely

Protein-protein interaction networks Prof. Peter Csermely Protein-Protein Interaction Networks 1 Department of Medical Chemistry Semmelweis University, Budapest, Hungary www.linkgroup.hu csermely@eok.sote.hu Advantages of multi-disciplinarity Networks have general

More information

A Multiobjective GO based Approach to Protein Complex Detection

A Multiobjective GO based Approach to Protein Complex Detection Available online at www.sciencedirect.com Procedia Technology 4 (2012 ) 555 560 C3IT-2012 A Multiobjective GO based Approach to Protein Complex Detection Sumanta Ray a, Moumita De b, Anirban Mukhopadhyay

More information

Spectral Analysis of Directed Complex Networks. Tetsuro Murai

Spectral Analysis of Directed Complex Networks. Tetsuro Murai MASTER THESIS Spectral Analysis of Directed Complex Networks Tetsuro Murai Department of Physics, Graduate School of Science and Engineering, Aoyama Gakuin University Supervisors: Naomichi Hatano and Kenn

More information

Clustering and Network

Clustering and Network Clustering and Network Jing-Dong Jackie Han jdhan@picb.ac.cn http://www.picb.ac.cn/~jdhan Copy Right: Jing-Dong Jackie Han What is clustering? A way of grouping together data samples that are similar in

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

A Study of Network-based Kernel Methods on Protein-Protein Interaction for Protein Functions Prediction

A Study of Network-based Kernel Methods on Protein-Protein Interaction for Protein Functions Prediction The Third International Symposium on Optimization and Systems Biology (OSB 09) Zhangjiajie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 25 32 A Study of Network-based Kernel Methods on

More information

Design and characterization of chemical space networks

Design and characterization of chemical space networks Design and characterization of chemical space networks Martin Vogt B-IT Life Science Informatics Rheinische Friedrich-Wilhelms-University Bonn 16 August 2015 Network representations of chemical spaces

More information

Social Networks- Stanley Milgram (1967)

Social Networks- Stanley Milgram (1967) Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in Mathematics Many examples of networs Internet: nodes represent computers lins the connecting cables Social

More information

An Efficient Algorithm for Protein-Protein Interaction Network Analysis to Discover Overlapping Functional Modules

An Efficient Algorithm for Protein-Protein Interaction Network Analysis to Discover Overlapping Functional Modules An Efficient Algorithm for Protein-Protein Interaction Network Analysis to Discover Overlapping Functional Modules Ying Liu 1 Department of Computer Science, Mathematics and Science, College of Professional

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

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

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

University of Notre Dame. Zoltán N. Oltvai Northwestern Univ., Medical School

University of Notre Dame. Zoltán N. Oltvai Northwestern Univ., Medical School The architecture of complexity: From the topology of the www to the cell's genetic network Albert-László Barabási University of Notre Dame Zoltán N. Oltvai Northwestern Univ., Medical School H. Jeong,

More information

Protein function prediction via analysis of interactomes

Protein function prediction via analysis of interactomes Protein function prediction via analysis of interactomes Elena Nabieva Mona Singh Department of Computer Science & Lewis-Sigler Institute for Integrative Genomics January 22, 2008 1 Introduction Genome

More information

Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks

Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Acknowledgments Christine Klymko (Emory)

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

Phylogenetic Analysis of Molecular Interaction Networks 1

Phylogenetic Analysis of Molecular Interaction Networks 1 Phylogenetic Analysis of Molecular Interaction Networks 1 Mehmet Koyutürk Case Western Reserve University Electrical Engineering & Computer Science 1 Joint work with Sinan Erten, Xin Li, Gurkan Bebek,

More information

Function Prediction Using Neighborhood Patterns

Function Prediction Using Neighborhood Patterns Function Prediction Using Neighborhood Patterns Petko Bogdanov Department of Computer Science, University of California, Santa Barbara, CA 93106 petko@cs.ucsb.edu Ambuj Singh Department of Computer Science,

More information

CS224W: Social and Information Network Analysis

CS224W: Social and Information Network Analysis CS224W: Social and Information Network Analysis Reaction Paper Adithya Rao, Gautam Kumar Parai, Sandeep Sripada Keywords: Self-similar networks, fractality, scale invariance, modularity, Kronecker graphs.

More information

REVIEW ARTICLE. Analyzing and modeling real-world phenomena with complex networks: a survey of applications

REVIEW ARTICLE. Analyzing and modeling real-world phenomena with complex networks: a survey of applications Advances in Physics Vol. 60, No. 3, May June 2011, 329 412 REVIEW ARTICLE Analyzing and modeling real-world phenomena with complex networks: a survey of applications Luciano da Fontoura Costa a,b *, Osvaldo

More information

Spectral Graph Theory Tools. Analysis of Complex Networks

Spectral Graph Theory Tools. Analysis of Complex Networks Spectral Graph Theory Tools for the Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Acknowledgments Christine Klymko (Emory) Ernesto Estrada (Strathclyde, UK) Support:

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

BIOINFORMATICS CS4742 BIOLOGICAL NETWORKS

BIOINFORMATICS CS4742 BIOLOGICAL NETWORKS CS4742 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

More information

Inferring Transcriptional Regulatory Networks from Gene Expression Data II

Inferring Transcriptional Regulatory Networks from Gene Expression Data II Inferring Transcriptional Regulatory Networks from Gene Expression Data II Lectures 9 Oct 26, 2011 CSE 527 Computational Biology, Fall 2011 Instructor: Su-In Lee TA: Christopher Miles Monday & Wednesday

More information

Data Mining Techniques

Data Mining Techniques Data Mining Techniques CS 622 - Section 2 - Spring 27 Pre-final Review Jan-Willem van de Meent Feedback Feedback https://goo.gl/er7eo8 (also posted on Piazza) Also, please fill out your TRACE evaluations!

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

Network models: random graphs

Network models: random graphs Network models: random graphs Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Structural Analysis

More information

GEOMETRIC EVOLUTIONARY DYNAMICS OF PROTEIN INTERACTION NETWORKS

GEOMETRIC EVOLUTIONARY DYNAMICS OF PROTEIN INTERACTION NETWORKS GEOMETRIC EVOLUTIONARY DYNAMICS OF PROTEIN INTERACTION NETWORKS NATAŠA PRŽULJ, OLEKSII KUCHAIEV, ALEKSANDAR STEVANOVIĆ, and WAYNE HAYES Department of Computer Science, University of California, Irvine

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

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

Biological Networks: Comparison, Conservation, and Evolution via Relative Description Length By: Tamir Tuller & Benny Chor

Biological Networks: Comparison, Conservation, and Evolution via Relative Description Length By: Tamir Tuller & Benny Chor Biological Networks:,, and via Relative Description Length By: Tamir Tuller & Benny Chor Presented by: Noga Grebla Content of the presentation Presenting the goals of the research Reviewing basic terms

More information

Computational methods for predicting protein-protein interactions

Computational methods for predicting protein-protein interactions Computational methods for predicting protein-protein interactions Tomi Peltola T-61.6070 Special course in bioinformatics I 3.4.2008 Outline Biological background Protein-protein interactions Computational

More information

Lecture VI Introduction to complex networks. Santo Fortunato

Lecture VI Introduction to complex networks. Santo Fortunato Lecture VI Introduction to complex networks Santo Fortunato Plan of the course I. Networks: definitions, characteristics, basic concepts in graph theory II. III. IV. Real world networks: basic properties

More information

Improving evolutionary models of protein interaction networks

Improving evolutionary models of protein interaction networks Bioinformatics Advance Access published November 9, 2010 Improving evolutionary models of protein interaction networks Todd A. Gibson 1, Debra S. Goldberg 1, 1 Department of Computer Science, University

More information

HIERARCHICAL GRAPHS AND OSCILLATOR DYNAMICS.

HIERARCHICAL GRAPHS AND OSCILLATOR DYNAMICS. HIERARCHICAL GRAPHS AND OSCILLATOR DYNAMICS. H J DORRIAN PhD 2015 HIERARCHICAL GRAPHS AND OSCILLATOR DYNAMICS. HENRY JOSEPH DORRIAN A thesis submitted in partial fulfilment of the requirements of The Manchester

More information

V 6 Network analysis

V 6 Network analysis V 6 Network analysis - Dijkstra algorithm: compute shortest pathways - Graph layout - Network robustness - Graph modularity Fri, May 4, 2018 Bioinformatics 3 SS 18 V 6 1 The Shortest Path Problem Problem:

More information

MAE 298, Lecture 8 Feb 4, Web search and decentralized search on small-worlds

MAE 298, Lecture 8 Feb 4, Web search and decentralized search on small-worlds MAE 298, Lecture 8 Feb 4, 2008 Web search and decentralized search on small-worlds Search for information Assume some resource of interest is stored at the vertices of a network: Web pages Files in a file-sharing

More information

Computational Network Biology Biostatistics & Medical Informatics 826 Fall 2018

Computational Network Biology Biostatistics & Medical Informatics 826 Fall 2018 Computational Network Biology Biostatistics & Medical Informatics 826 Fall 2018 Sushmita Roy sroy@biostat.wisc.edu https://compnetbiocourse.discovery.wisc.edu Sep 6 th 2018 Goals for today Administrivia

More information

The Spreading of Epidemics in Complex Networks

The Spreading of Epidemics in Complex Networks The Spreading of Epidemics in Complex Networks Xiangyu Song PHY 563 Term Paper, Department of Physics, UIUC May 8, 2017 Abstract The spreading of epidemics in complex networks has been extensively studied

More information

A Linear-time Algorithm for Predicting Functional Annotations from Protein Protein Interaction Networks

A Linear-time Algorithm for Predicting Functional Annotations from Protein Protein Interaction Networks A Linear-time Algorithm for Predicting Functional Annotations from Protein Protein Interaction Networks onghui Wu Department of Computer Science & Engineering University of California Riverside, CA 92507

More information

EFFICIENT AND ROBUST PREDICTION ALGORITHMS FOR PROTEIN COMPLEXES USING GOMORY-HU TREES

EFFICIENT AND ROBUST PREDICTION ALGORITHMS FOR PROTEIN COMPLEXES USING GOMORY-HU TREES EFFICIENT AND ROBUST PREDICTION ALGORITHMS FOR PROTEIN COMPLEXES USING GOMORY-HU TREES A. MITROFANOVA*, M. FARACH-COLTON**, AND B. MISHRA* *New York University, Department of Computer Science, New York,

More information

Structure and Centrality of the Largest Fully Connected Cluster in Protein-Protein Interaction Networks

Structure and Centrality of the Largest Fully Connected Cluster in Protein-Protein Interaction Networks 22 International Conference on Environment Science and Engieering IPCEE vol.3 2(22) (22)ICSIT Press, Singapoore Structure and Centrality of the Largest Fully Connected Cluster in Protein-Protein Interaction

More information

ECS 253 / MAE 253 April 26, Intro to Biological Networks, Motifs, and Model selection/validation

ECS 253 / MAE 253 April 26, Intro to Biological Networks, Motifs, and Model selection/validation ECS 253 / MAE 253 April 26, 2016 Intro to Biological Networks, Motifs, and Model selection/validation Announcement HW2, due May 3 (one week) HW2b, due May 5 HW2a, due May 5. Will be posted on Smartsite.

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

Graph Theory Properties of Cellular Networks

Graph Theory Properties of Cellular Networks Page 1 of 45 Graph Theory Properties of Cellular Networks Baruch Barzel 1,2, Amitabh Sharma 1,2, Albert-László Barabási 1,2 1 Center for Complex Network Research, Department of Physics, Northeastern University,

More information

1 Complex Networks - A Brief Overview

1 Complex Networks - A Brief Overview Power-law Degree Distributions 1 Complex Networks - A Brief Overview Complex networks occur in many social, technological and scientific settings. Examples of complex networks include World Wide Web, Internet,

More information

Protein Complex Identification by Supervised Graph Clustering

Protein Complex Identification by Supervised Graph Clustering Protein Complex Identification by Supervised Graph Clustering Yanjun Qi 1, Fernanda Balem 2, Christos Faloutsos 1, Judith Klein- Seetharaman 1,2, Ziv Bar-Joseph 1 1 School of Computer Science, Carnegie

More information

Evolving network with different edges

Evolving network with different edges Evolving network with different edges Jie Sun, 1,2 Yizhi Ge, 1,3 and Sheng Li 1, * 1 Department of Physics, Shanghai Jiao Tong University, Shanghai, China 2 Department of Mathematics and Computer Science,

More information

Analysis of Biological Networks: Network Integration

Analysis of Biological Networks: Network Integration Analysis of Biological Networks: Network Integration Lecturer: Roded Sharan Scribe: Yael Silberberg and Renana Miller Lecture 10. May 27, 2009 Introduction The integration of different types of networks

More information

Complex systems: Network thinking

Complex systems: Network thinking Artificial Intelligence 170 (2006) 1194 1212 Field review Complex systems: Network thinking www.elsevier.com/locate/artint Melanie Mitchell Portland State University and Santa Fe Institute, USA Available

More information

Dynamics and Inference on Biological Networks

Dynamics and Inference on Biological Networks Dynamics and Inference on Biological Networks [Bonneau et al. 2006] Sumeet Agarwal (sumeet@iitd.ac.in) Outline Part I: Network Dynamics Part II: Network Inference from Time Series Data What do we mean

More information

The art of community detection

The art of community detection The art of community detection Natali Gulbahce 1,2 * and Sune Lehmann 1,2 Summary Networks in nature possess a remarkable amount of structure. Via a series of data-driven discoveries, the cutting edge

More information

Integrative Protein Function Transfer using Factor Graphs and Heterogeneous Data Sources

Integrative Protein Function Transfer using Factor Graphs and Heterogeneous Data Sources Integrative Protein Function Transfer using Factor Graphs and Heterogeneous Data Sources Antonina Mitrofanova New York University antonina@cs.nyu.edu Vladimir Pavlovic Rutgers University vladimir@cs.rutgers.edu

More information

A Modified Method Using the Bethe Hessian Matrix to Estimate the Number of Communities

A Modified Method Using the Bethe Hessian Matrix to Estimate the Number of Communities Journal of Advanced Statistics, Vol. 3, No. 2, June 2018 https://dx.doi.org/10.22606/jas.2018.32001 15 A Modified Method Using the Bethe Hessian Matrix to Estimate the Number of Communities Laala Zeyneb

More information