functional characterization and topological modularity of ... · assessing functional similarity...

39
Modularity and Function: Background Modularity in PPIs and DDIs Pathway Maps: Background Constructing KEGG Crosstalk Map Functional Characterization and Topological Modularity of Molecular Interaction Networks Ananth Grama 1 1 Center for Science of Information and Department of Computer Science, Purdue University Various parts of this talk involved collaborations with Jayesh Pandey, Mehmet Koyuturk, Shahin Mohammadi, Giorgos Kollias, and Shankar Subramaniam. Acknowledgements to the National Science Foundation. Grama et al.

Upload: others

Post on 02-Aug-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Functional Characterization and TopologicalModularity of Molecular Interaction Networks

Ananth Grama1

1Center for Science of Information andDepartment of Computer Science, Purdue University

Various parts of this talk involved collaborations with Jayesh Pandey, Mehmet Koyuturk, Shahin Mohammadi,Giorgos Kollias, and Shankar Subramaniam. Acknowledgements to the National Science Foundation.

Grama et al.

Page 2: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Molecular Interaction Networks

Provides a high level descriptionof cellular organization

Directed and undirected graphrepresentationNodes represent cellularcomponents

Protein, gene, enzyme,metabolite

Edges represent reactions orinteractions

Binding, regulation,modification, complexmembership, substrate-productrelationship

S.cerevisiae

Protein-Protein Interaction (PPI) Network

Grama et al.

Page 3: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Function : Gene Ontology

Molecular annotation provides aunified understanding of theunderlying principles

Gene Ontology: A controlledvocabulary of molecularfunctions, biological processes,and cellular components

Terms (concepts) related by is-a,part-of relationships

If a molecule is annotated by aterm, then it is also annotated byterms on the paths towards root.

Grama et al.

Page 4: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Function & Topology in Molecular Networks

How does function relate to network topology?

Grama et al.

Page 5: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Prior Work on Topology and Function

Understanding functional composition of biochemical networks

Conservation [ISMB 04/Bioinf. 04]

Alignment [RECOMB 05/JCB 06]

Modularity [RECOMB 06/JCB 07]

Inference [Bioinf. 06]

Pathway Annotation [ISMB 07/Bioinf. 07, PSB 08]

Network Abstractions/ Annotations [ECCB 08/ Bioinf. 08]

Modularity and Domain Interactions [APBC 10/ BMCBioinf. 10]

Pathway Interaction Maps [PSB 12, Submitted]

Grama et al.

Page 6: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Functional Coherence in Networks

Modularity manifests itself in terms of high connectivity inthe networkFunctional association (similarity) is correlated withnetwork proximityA measure for annotation proximity of nodes (semanticsimilarity)A measure for network distance

Sharan et al., MSB, 2007Grama et al.

Page 7: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Assessing Functional Similarity

Gene Ontology (GO)provides a hierarchicaltaxonomy of biologicalprocess, molecularfunction and cellularcomponent

Assessment of semanticsimilarity betweenconcepts in a hierarchicaltaxonomy is well studied(Resnik, IJCAI, 1995)

Grama et al.

Page 8: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Semantic Similarity of GO Terms

Resnik’s measure based on information contentI(c) = − log2(|Gc |/|Gr |)

δI(ci , cj) = maxc∈Ai∩Aj

I(c)

Gc : Set of molecules that are associated with term c, r :Root termAi : Ancestors of term ci in the hierarchyλ(ci , cj) = argmaxc∈Ai∩Aj

I(c): Lowest common ancestor ofci and cj

Resnik(c3, c4) = Max(IC(c1), IC(c2))

Grama et al.

Page 9: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Functional Similarity of Molecules with Sets of Terms

Average (Lord et al., Bioinformatics, 2003)

ρA(Si , Sj) =1

|Si ||Sj |∑

ck∈Si

cl∈Sj

δ(ck , cl)

Generalize the concept of lowest common ancestor to setsof terms (Pandey et al., ECCB, 2008)

Λ(Si , Sj) =⊔

ck∈Si ,cl∈Sj

λ(ck , cl)

ρI(Si , Sj) = I(Λ(Si , Sj)) = − log2

(

|GΛ(Si ,Sj )||Gr |

)

GΛ(Si ,Sj ) =⋂

ck∈Λ(Si ,Sj )

Gck is the set of molecules that are

associated with all terms in the MCA setGrama et al.

Page 10: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Functional Coherence of Module

A set of molecules that participates in the same biologicalprocesses or functionssub-network with dense intra-connections and sparseinterconnectionsEach module is associated with set of molecular entities,and each molecule associated with set of terms.

S1 = {c4}, S2 = {c4},S3 = {c4, c6}, S4 = {c1, c6},

S5 = {c1}, S6 = {c6}

Sets:

R1 = {S1, S2, S3, S4}R2 = {S1, S2, S3}R3 = {S3, S4}

Grama et al.

Page 11: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Existing Measure

Average (Pu et al., Proteomics, 2007)

σA(R) =1

n(n − 1)/2

1≤i<j≤n

ρ(Si , Sj).

Example: σA(S1, S2, S3, S4) =

16(3 ∗ σA(S1, S2, S3) + ρ(S3, S4) + ρ(S1, S4) + ρ(S2, S4))

Grama et al.

Page 12: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Generalized Information Content

Extend the notion of the minimum common ancestor of pairs ofterms to tuples of terms λ(ci1 , . . . , cin) = argmaxc∈∩n

k=1AikI(c)

σI(R) = I(Λ(S1, . . . , Sn)) = − log2

(

|GΛ(Si ,...,Sj )||Gr |

)

.

where

Λ(S1, S2, . . . , Sn) =⊔

cij∈Sj ,1≤j≤n

λ(ci1 , ci2 , . . . , cin)

Example: σI(S1, S2, S3, S4) = I(r) = 0, no common ancestor!

Grama et al.

Page 13: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Weighted Information Content

Weigh the information content of shared functionality by thenumber of molecules that contribute to the shared functionality

σW (R) = 1 −

1≤i≤n

c∈A′i

I(c)

1≤i≤n

c∈Ai

I(c)

σW (S1, S2, S3, S4) = 0.86 σW (S1, S2, S3) = 0.75

Grama et al.

Page 14: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Accounting for Multiple Paths

Is "shortest path" a good measure of network proximity?Multiple alternate paths might indicate stronger functionalassociationIn well-studied pathways, redundancy is shown to play animportant role in robustness & adaptation (e.g., geneticbuffering)

Grama et al.

Page 15: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Random walks with restarts

Consider a random walker that starts on a source node s.At every tick, the walker chooses randomly amongavailable edges or goes back to node s with probability c.

Grama et al.

Page 16: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Proximity Based On Random Walks

Simulate an infinite random walk with random restarts atprotein iProximity between proteins i and j is given by the relativeamount of time spent at protein j

Φ(0) = I, Φ(t + 1) = (1 − c)AΦ(t) + cI, Φ = limt→∞

Φ(t)

Φ(i , j): Network proximity between protein i and protein jA: Stochastic matrix derived from the adjacency matrix ofthe networkI: Identity matrixc: Restart probability

Define proximity between proteins i and j as{Φ(i , j) + Φ(j , i)}/2

Grama et al.

Page 17: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Network Proximity & Functional Similarity

Correlation between functional similarityand network proximity

Grama et al.

Page 18: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Topological Proximity and Functional Similarity

-1

0

1

2

3

4

5

x >1/24

1/24> x >1/2

81/2

8> x >1/2

121/2

12> x >0

no

rma

lize

d a

ve

rag

e s

em

an

tic s

imila

rity

random walk proximity(a)

ST DDIComp-2 DDI

S. pombe PPIS. cere PPI

-1

0

1

2

3

4

5

1 1.5 2 2.5 3 3.5 4

no

rma

lize

d a

ve

rag

e s

em

an

tic s

imila

rity

network distance(b)

ST DDIComp-2 DDI

S. pombe PPIS. cere PPI

Comparison of the DDI and PPI networks with respect to therelation between semantic similarity vs proximity and networkdistance

Grama et al.

Page 19: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Comparison of Coherence Meaures

1

2

3

4

5

4 5 6 7 8 9 10 11

index o

f dete

cta

bili

ty

complex set size

Avg. pairwise term sim.Avg. pairwise molecule sim.

generalized ICweighted IC

pvalue < 0.05

Index of Dectectability vs. complex sizes

d(σ) = meant∈T (σ(t))−meant∈C(σ(t))√((stdt∈T (σ(t)))2+(stdt∈C(σ(t)))2)/2

Grama et al.

Page 20: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Lessons Learned

Random walk based measures of topological proximity arebetter suited to existing interaction data

Measures that quantify coherence among entire sets aresuperior to aggregares of known pair-wise measures

Grama et al.

Page 21: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Part II

Building Pathway Maps Using Synthetic Lethality Networks

Grama et al.

Page 22: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Genetic Interactome

Double mutants exhibit unexpected phenotypes, as comparedto joint single mutations.

Definition

Negative Interactions: more severe phenotype thanexpected

Also known as aggravating or synergistic

Positive Interactions: Less severe phenotype thanexpected

Also known as alleviating or epistatic

Most commonly used:

Phenotype : Growth rate

Model : Multiplicative null model

Grama et al.

Page 23: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Organization of Genetic Interactions

DefinitionBetween-Pathway Model

Among genes participating in redundant functions

Within-Pathway ModelAmong genes with additive effect

Indirect EffectAmong genes with distant functions that are not directlyrelated

Grama et al.

Page 24: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Between-Pathway Model (BPM)

Bi-cliquish structureHave been used to:

1 Predict co-pathwaymembership of gene pairs

2 Extract redundant pathways

Grama et al.

Page 25: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

The Genetic Landscape of a Cell

Adopted from Costanzo et al., 2010

Baker’s yeast,Saccharomyces cerevisiae

Synthetic Genetic Array(SGA)1712 query genes

1 1378 null alleles ofnon-essential genes

2 334 hypomorphic orconditional alleles ofessential genes

3885 array strains

Grama et al.

Page 26: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Functional Annotations

KEGG Pathway Database

Annotations for 1026genes in the experiment96 Pathways

80 pathways afterfiltering pathways withless than 10 genes.

Grama et al.

Page 27: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Local Neighborhood SimilarityA Predictor of Co-Pathway Membership

Similarity prediction methods

1 Number of Shared Neighbors2 Congruence Score3 Pearson Correlation of Interaction Profiles

Both vi and vj have three shared neighbors. However, in the first case their congruence score is almost 0.6, while inthe second case it is approximately 2 (assuming a graph of size 10).

Grama et al.

Page 28: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Evaluating Ranking Methods

Given a pathway PA and a cut size (target set) l .

Definition

P − value(X = k) = Prob(k ≤ X )

= HGT (k |N, NA, l)

=

min(NA,l)∑

x=k

C(l , x)C(N − l , NA − x)

C(N, NA)

X : Random variable denoting the number of true positives in arandom sample, N: Total number of gene pairs, NA: Number ofgene pairs in pathway A, l : Size of target set

Grama et al.

Page 29: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Minimum HyperGeometric (mHG) Score

Target size unknown:

Definition

The Minimum HyperGeometric (mHG) score

mHG(λ) = min1≤l≤NHGT (bl(λ); N, NA, l),

where bl(λ) =∑l

i=1 λi

λi is 1 if both of the genes in the i th ranked gene pair aremembers of PA, and 0 otherwise.

mHG Adjusted for Multiple Comparison

Grama et al.

Page 30: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

Models and DefinitionsDatasetsFunctional Similarity of Gene PairsPerformance Evaluation and Identifying Shortcomings

Predictions Are Not Equally Accurate in DifferentKEGG Pathways

−lo

g 10(m

HG

)

Enrichment of KEGG pathways in top−ranked scores (# of enriched pathways = 42)

Riboso

me

Homolo

gous

reco

mbin

ation

Cell cy

cle −

yeas

t

N−Glyc

an b

iosyn

thes

is

Phago

som

e

Oxidat

ive p

hosp

hory

lation

Endoc

ytosis

Prote

asom

e

Perox

isom

e

Splice

osom

e

Prote

in pr

oces

sing

in en

dopla

smic

retic

ulum

Basal

trans

cript

ion fa

ctors

RNA deg

rada

tion

DNA repli

catio

n

Regula

tion

of a

utop

hagy

MAPK si

gnali

ng p

athw

ay −

yeas

t

Sulfur

relay

syste

m

Glycine

, ser

ine a

nd th

reon

ine m

etab

olism

Glycos

ylpho

spha

tidyli

nosit

ol(GPI)−

anch

or b

iosyn

thes

is

Citrat

e cy

cle (T

CA cycle

)

Meio

sis −

yeas

t

SNARE inte

racti

ons i

n ve

sicula

r tra

nspo

rt

High−m

anno

se ty

pe N

−glyc

an b

iosyn

thes

is

Ubiquit

in m

ediat

ed p

rote

olysis

Non−h

omolo

gous

end

−joini

ng

Glyoxy

late

and

dicar

boxy

late

met

aboli

sm

Lysin

e bio

synt

hesis

RNA tran

spor

t

Pento

se p

hosp

hate

pat

hway

Valine

, leuc

ine a

nd is

oleuc

ine b

iosyn

thes

is

Nucleo

tide

excis

ion re

pair

Glutat

hione

met

aboli

sm

Pheny

lalan

ine, t

yros

ine a

nd tr

ypto

phan

bios

ynth

esis

Stero

id bio

synt

hesis

Glycer

opho

spho

lipid

met

aboli

sm

Amino

acyl−

tRNA b

iosyn

thes

is

Mism

atch

repa

ir

Pyrim

idine

met

aboli

sm

RNA poly

mer

ase

Purine

met

aboli

sm

Argini

ne a

nd p

rolin

e m

etab

olism

Prote

in ex

port

0

100

200

300

400

500

600

700

Shared neighborsCongruence scorePearson correlation

Grama et al.

Page 31: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Highlights

Basic IdeaHeterogeneousperformance ofco-pathway membershippredictions

⇐⇒Existence of specificstructure aroundenriched pathways

Decomposing neighborhood of each pathway

Inferring lethal crosstalk among pathways

Grama et al.

Page 32: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Modified Congruence Score (MCS)Evaluating Neighborhood Overlap of Gene Pairs With Respect to a Given Pathway

Definition

P − value(X = kBij ) = Prob(kB

ij ≤ X )

= HGT (kBij |nB, dB

i , dBj )

=

min(dBi ,dB

j )∑

x=kBij

C(dBj , x)C(nB − dB

j , dBi − x)

C(nB, dBi )

MCS is defined as −log10 of the P-value.

Grama et al.

Page 33: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Modified Congruence Score (MCS)continued

Example

A sample neighborhoodconfiguration for vi and vj .Here n = 15, Di = 6, Dj =5, nB = 6, di = 3, dj = 4 andk = 2.

Grama et al.

Page 34: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Constructing Neighborhood Overlap GraphFor a Given Pathway Pair

Definition

The neighborhood overlap graph (NOG) of a given pathway PA

with respect to pathway PB, denoted by HA→B = (VH , EH), is anunweighted, undirected graph defined over same vertices asPA. In this graph, there is a link between vertices vi and vj if thenetwork structure around them with respect to PB is statisticallysignificant .

Grama et al.

Page 35: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Pruning neighborhood overlap graph, finding cohesivesubgraphs, and identifying interaction ports

Adopted from Batagelj and Zaversnik, 2002

1 Iterative peeling of K-shellsPruning hairy components

2 Connected components ineach core

3 Evaluating the significanceof components

Evaluating significanceusing ER random graphmodel

Grama et al.

Page 36: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

KEGG Crosstalk Map

0 100 200 300 400 500 600 700 8000

0.5

1

1.5

2

2.5

3

Raw pathway dependencies

Den

sity

(%

)

Grama et al.

Page 37: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Interaction Port Case StudyCrosstalk Between Protein Processing in ER and Proteasome

Grama et al.

Page 38: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Modularity and Function: BackgroundModularity in PPIs and DDIsPathway Maps: Background

Constructing KEGG Crosstalk Map

OverviewMethodsResults and Discussions

Summary

The local neghborhood similarity gives heterogeneousperformance in predicting co-pathways membership ofgene pairs.

This phenomena is due to the specific structure aroundenriched pathways

Decomposing the neighborhood around each pathwaysheds light on the cellular machinery.

Future works:Analysing the hierarchy of ports instead of the mostsignificant interaction port.Using our methodology to uncover dependencies amongfunctional pathways.

Grama et al.

Page 39: Functional Characterization and Topological Modularity of ... · Assessing Functional Similarity Gene Ontology (GO) provides a hierarchical taxonomy of biological process, molecular

Appendix For Further Reading

For Further Reading I

M. Costanzo et al.The Genetic Landscape of a CellScience, 425 2010.

SJ. Dixon et al.Systematic Mapping of Genetic Interaction NetworksAnnual review of genetics, 43, 601 2009.

D. Segre et al.Modular Epistasis in Yeast MetabolismNature Genetics, 37, 77 2005.

C.L. Tucker and S. FieldsLethal CombinationsNature Genetics, 35, 204 2003.

Grama et al.