biological networks: types and origin protein-protein interactions, complexes, and network...

38
Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Post on 21-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Biological networks:Types and origin

Protein-protein interactions, complexes, and network properties

Page 2: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Networks in electronics

Radio kindly provided by Lazebnik, Cancer Cell, 2002

Page 3: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Model Generation

Interactions

Radio kindly provided by Lazebnik, Cancer Cell, 2002

Parts List

YER001WYBR088CYOL007CYPL127CYNR009WYDR224CYDL003WYBL003C…

YDR097CYBR089WYBR054WYMR215WYBR071WYBL002WYNL283CYGR152C…

• Sequencing

• Gene knock-out

• Microarrays

• etc.

Interactions

• Genetic interactions

• Protein-Protein interactions

• Protein-DNA interactions

• Subcellular Localization

Dynamics

• Microarrays

• Proteomics

• Metabolomics

Page 4: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Types of networks

Page 5: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Interaction networks in molecular biology

• Protein-protein interactions• Protein-DNA interactions• Genetic interactions• Metabolic reactions• Co-expression interactions• Text mining interactions• Association networks

Page 6: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Interaction networks in molecular biology

• Protein-protein interactions• Protein-DNA interactions• Genetic interactions• Metabolic reactions• Co-expression interactions• Text mining interactions• Association networks

Page 7: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Characterization of physical interactions

• Obligation– obligate (protomers only found/function together)– non-obligate (protomers can exist/function alone)

• Time of interaction– permanent (complexes, often obligate)– strong transient (require trigger, e.g. G proteins)– weak transient (dynamic equilibrium)

Page 8: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

ol

Examples: GPCR

obligate, permanent

non-obligate,

strong transient

Page 9: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Approaches by interaction type

• Physical Interactions– Yeast two hybrid screens– Affinity purification (mass spec)– Protein-DNA by chIP-chip

• Other measures of ‘association’– Genetic interactions (double deletion

mutants)

– Functional associations (STRING)– Co-expression

Page 10: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Yeast two-hybrid method

Y2H assays interactions in vivo.

Uses property that transcription factors generally have separable transcriptional activation (AD) and DNA binding (DBD) domains.

A functional transcription factor can be created if a separately expressed AD can be made to interact with a DBD.

A protein ‘bait’ B is fused to a DBD and screened against a library of protein “preys”, each fused to a AD.

Page 11: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Yeast two-hybrid method

Fields and Song

Page 12: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Issues with Y2H

• Strengths– High sensitivity (transient & permanent PPIs)– Takes place in vivo– Independent of endogenous expression

• Weaknesses: False positive interactions– Auto-activation– ‘sticky’ prey– Detects “possible interactions” that may not take place under real

physiological conditions– May identify indirect interactions (A-C-B)

• Weaknesses: False negatives interactions– Similar studies often reveal very different sets of interacting proteins (i.e.

False negatives)– May miss PPIs that require other factors to be present (e.g. ligands,

proteins, PTMs)

Page 13: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Protein interactions by immuno-precipitation followed by mass spectrometry

• Start with affinity purification of a single epitope-tagged protein

• This enriched sample typically has a low enough complexity to be fractionated on a standard polyacrylamide gel

• Individual bands can be excised from the gel and identified with mass spectrometry.

Page 14: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Affinity Purification

Page 15: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Affinity PurificationStrengths

• High specificity

• Well suited for detecting permanent or strong transient interactions (complexes)

• Detects real, physiologically relevant PPIs

Weaknesses

• Less suited for detecting weaker transient interactions (low sensitivity)

• May miss complexes not present under the given experimental conditions (low sensitivity)

• May identify indirect interactions (A-C-B)

Page 16: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Protein-protein interaction data growth

Error rate may be as high as 30-50 %

Page 17: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Topology based scoring of interactions

Low confidence (4 unshared interaction partners)High confidence (1 unshared interaction partners)

A B C

Yeast two-hybrid

Low confidence (rarely purified together)

High confidence (often purified together)

Complex pull-downs

D

de Lichtenberg et al., Science, 2005

Page 18: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Filtering by subcellular localization

de Lichtenberg et al., Science, 2005

Page 19: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Filtering reduces coverage and increases specificity

Page 20: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Network Properties

Graphs, paths, topology

Page 21: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Graphs

• Graph G=(V,E) is a set of vertices V and edges E

• A subgraph G’ of G is induced by some V’ V and E’ E

• Graph properties:– Connectivity (node degree, paths)– Cyclic vs. acyclic– Directed vs. undirected

Page 22: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Sparse vs Dense

• G(V, E) where |V|=n, |E|=m the number of vertices and edges

• Graph is sparse if m~n

• Graph is dense if m~n2

• Complete graph when m=n2

Page 23: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Connected Components

• G(V,E)

• |V| = 69

• |E| = 71

Page 24: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Connected Components

• G(V,E)

• |V| = 69

• |E| = 71

• 6 connected components

Page 25: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Paths

A path is a sequence {x1, x2,…, xn} such that (x1,x2), (x2,x3), …, (xn-1,xn) are edges of the graph.

A closed path xn=x1 on a graph is called a graph cycle or circuit.

Page 26: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Shortest-Path between nodes

Page 27: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Shortest-Path between nodes

Page 28: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Longest Shortest-Path

Page 29: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Degree or connectivity

Page 30: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Random vs scale-free networks

P(k) is probability of each degree k, i.e fraction of nodes having that degree.

For random networks, P(k) is normally distributed.

For real networks the distribution is often a power-law:

P(k) ~ k

Such networks are said to be scale-free

Page 31: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

“The Swedish sex web”

Target the ‘hubs’ to have an efficient safe sex education campaign

Lewin Bo, et al., Sex i Sverige; Om sexuallivet i Sverige 1996, Folkhälsoinstitutet, 1998

Page 32: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

y = 1.2x-1.91

1.0E-04

1.0E-03

1.0E-02

1.0E-01

1.0E+00

1.0E+01

1 10 100

Degree k

P (k

)Knock-out lethality and

connectivity

0

10

20

30

40

50

60

0 5 10 15 20 25

Degree k

% E

ssen

tial G

enes

Page 33: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Clustering coefficient

12

2

kk

nkn

C III

k: neighbors of I

nI: edges between

node I’s neighbors

The density of the network surrounding node I, characterized as the number of triangles through I. Related to network modularity

The center node has 8 (grey) neighbors

There are 4 edges between the neighbors

C = 2*4 /(8*(8-1)) = 8/56 = 1/7

Page 34: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Protein complexes have a high clustering coefficient

Proteins subunits are highly interconnected and thus have a high

clustering coefficient

There exists algorithms, such as MCODE, for identifying subnetworks (complexes) in large protein-protein

interaction networks

Page 35: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Hierarchical Networks

Page 36: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Detecting hierarchical organization

Page 37: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Scale-free networks are robust

• Complex systems (cell, internet, social networks), are resilient to component failure

• Network topology plays an important role in this robustness– Even if ~80% of nodes fail, the remaining ~20%

still maintain network connectivity

• Attack vulnerability if hubs are selectively targeted

• In yeast, only ~20% of proteins are lethal when deleted, and are 5 times more likely to have degree k>15 than k<5.

Page 38: Biological networks: Types and origin Protein-protein interactions, complexes, and network properties

Other interesting features

• Cellular networks are assortative, hubs tend not to interact directly with other hubs.

• Hubs tend to be “older” proteins (so far claimed for protein-protein interaction networks only)

• Hubs also seem to have more evolutionary pressure—their protein sequences are more conserved than average between species (shown in yeast vs. worm)