Discovering regulatory and signalling circuits in molecular interaction network

43
DISCOVERING REGULATORY AND SIGNALLING CIRCUITS IN MOLECULAR INTERACTION NETWORK Ideker Bioinformatics 2002 Presented by: Omrit Zemach April 3 2013 Seminar in Algorithmic Challenges in Analyzing Big Data* in Biology and Medicine- TAU

description

Discovering regulatory and signalling circuits in molecular interaction network. I deker Bioinformatics 2002 Presented by: Omrit Zemach April 3 2013. Seminar in Algorithmic Challenges in Analyzing Big Data* in Biology and Medicine-TAU. outline. Introduction- biological terms - PowerPoint PPT Presentation

Transcript of Discovering regulatory and signalling circuits in molecular interaction network

Page 1: Discovering regulatory and  signalling  circuits in molecular interaction network

DISCOVERING REGULATORY AND SIGNALLING CIRCUITS IN MOLECULAR INTERACTION NETWORK

Ideker Bioinformatics 2002

Presented by: Omrit Zemach April 3 2013

Seminar in Algorithmic Challenges in

Analyzing Big Data* in Biology and Medicine-TAU

Page 2: Discovering regulatory and  signalling  circuits in molecular interaction network

OUTLINE Introduction- biological terms Motivation Methods

Basic z-score calculation simulated annealing

Results Discussion

Page 3: Discovering regulatory and  signalling  circuits in molecular interaction network

PROTEIN-PROTEIN INTERACTION

All living organisms consist of living cells All those cells, comprise the same building

blocks: RNA ,DNA and PROTEIN Protein sequences are encoded in DNA Proteins play major roles in all cellular

processes

Page 4: Discovering regulatory and  signalling  circuits in molecular interaction network

DNA REPLICATION

TRANSCIPTION INTO mRNA

TRANSLATION OF mRNA

Page 5: Discovering regulatory and  signalling  circuits in molecular interaction network

PROTEIN-DNA INTERACTIONS  protein binds a molecule of DNA Regulate the biological function of DNA, usually the expression of a gene.  Transcription factors that activate or repress

gene expression

Page 6: Discovering regulatory and  signalling  circuits in molecular interaction network

GENE EXPRESSION

Gene is a sequence of the DNA . The gene decodes to a protein. the process by which information from a

gene is used in the synthesis of a functional

 protein is called gene expression It is interesting to test gene expression on

multiple conditions (experiments). Differential-express

Page 7: Discovering regulatory and  signalling  circuits in molecular interaction network

DNA chips/ Microarrays-Simultaneous measurement of expression levels of all genes.

Page 8: Discovering regulatory and  signalling  circuits in molecular interaction network

MOTIVATION

Databases of PROTEIN-PROTEIN & PROTEIN-DNA interactions

Widely available mRNA expression data

Generate concrete hypotheses for the underlying mechanisms governing the observed changes in gene expression

Page 9: Discovering regulatory and  signalling  circuits in molecular interaction network

MOTIVATION Exposing the yeast galactose utilization

pathway to 20 perturbations Constructing a molecular interaction

network by screening a database of protein-protein and protein-DNA interactions

Select 362 interactions linking genes that were differentially-expressed under one or more perturbations .

Analyze changes in expression.

Page 10: Discovering regulatory and  signalling  circuits in molecular interaction network
Page 11: Discovering regulatory and  signalling  circuits in molecular interaction network

Conclusion: Pairs of genes linked in this network were

more likely to have correlated expression profiles than genes chosen at random

however,the general task of

Associating gene expression changes with higher order

groups of interaction was not discussed

Page 12: Discovering regulatory and  signalling  circuits in molecular interaction network

DISCOVERING REGULATORY AND SIGNALING CIRCUITS IN MOLECULAR

INTERACTION NETWORKS Introducing method for searching the

networks to find ‘active sub-networks’ On multiple conditions , determine which

conditions significantly affect gene expression in each subnetwork.

Page 13: Discovering regulatory and  signalling  circuits in molecular interaction network

METHODS

Page 14: Discovering regulatory and  signalling  circuits in molecular interaction network

Z-SCORE CALCULATION Given each gene i a value pi

pi= The significance of differential expression of gene I

zi= Ф-1 (1- pi) ( z-score for gene i)

aggregate z-score for subnetwork A

Calibrating z against the background distribution

Page 15: Discovering regulatory and  signalling  circuits in molecular interaction network
Page 16: Discovering regulatory and  signalling  circuits in molecular interaction network

SCORING OVER MULTIPLE CONDITIONS

Extending the scoring system over multiple conditions .

Create a matrix of z-score . Rows- m conditionsColumns-genes Produce m different aggregate scores (one for each condition Sort them from highest to lowest. compute rA

max = max j (rA[j] )

Page 17: Discovering regulatory and  signalling  circuits in molecular interaction network

Compute rA[j] for each j=1….m as follows: PZ = 1 – Ф( ZA[j] )

(the probability that any single condition has a z-score above ZA[j] )

b

(the probability that at least j of the m conditions had scores above ZA[j])

rA[j] = Ф-1 (1-pA[j) )

rAmax = max j (rA[j] )

compute rAmax

Page 18: Discovering regulatory and  signalling  circuits in molecular interaction network

Z score of gene 1

Condition 1

Condition 2

Condition 3

Condition 4

Page 19: Discovering regulatory and  signalling  circuits in molecular interaction network

Aggregate scores of zA1 ….. zAmc

Aggregate scores of zA1 ….. zAm sorted

Computing rA[1] … rA[m]

Taking max j (rA[j] )

Calibrating z against the background distribution

Page 20: Discovering regulatory and  signalling  circuits in molecular interaction network

SIMULATED ANNEALING

strategy to find local maximumwe must sometimes select new points

that do not improve solutionAnnealing- Gradual cooling of liquidIncorporate a temperature parameter

into the maximization procedureAt high temperatures, explore parameter space At lower temperatures, restrict exploration

Page 21: Discovering regulatory and  signalling  circuits in molecular interaction network

SIMULATED ANNEALING STRATEGYStart with some sample

Propose a change

Decide whether to accept change

Page 22: Discovering regulatory and  signalling  circuits in molecular interaction network

SIMULATED ANNEALING STRATEGY Decide whether to accept change-

HOW?? Consider decreasing series of

temperatures For each temperature, iterate these

steps:Propose an update and evaluate function

Accept updates that improve solutionAccept some updates that don't

improve solution Acceptance probability depends on

“temperature” parameter

Page 23: Discovering regulatory and  signalling  circuits in molecular interaction network

SEARCHING FOR HIGH SCORING SUBNETWORKS VIA SIMULATED ANNEALING

•Associate an active/inactive state with each node •GW = denote the working sub graph of G induced by the active nodes

Page 24: Discovering regulatory and  signalling  circuits in molecular interaction network

THE ALGORITHM

Page 25: Discovering regulatory and  signalling  circuits in molecular interaction network

HEURISTICS FOR IMPROVED ANNEALING Search for M subnetworks

simultaneously

Increasing the efficiency of annealing in networks with many ‘hubs’

Page 26: Discovering regulatory and  signalling  circuits in molecular interaction network

High score node

Page 27: Discovering regulatory and  signalling  circuits in molecular interaction network

Solution- changing step 3

Page 28: Discovering regulatory and  signalling  circuits in molecular interaction network

Defining dmin at the beginning of the algorithm

If deg(node)> dmin

Remove all neighbors that are not in the top scoring component

Solution- changing step 3

Page 29: Discovering regulatory and  signalling  circuits in molecular interaction network

RESULTS

Page 30: Discovering regulatory and  signalling  circuits in molecular interaction network

RESULTSSmall network with a single perturbation

7.7 3.1

2.3

2.82.5

Z-scores

Page 31: Discovering regulatory and  signalling  circuits in molecular interaction network

GAL4

Page 32: Discovering regulatory and  signalling  circuits in molecular interaction network

TRANSCRIPTION FACTOR

Page 33: Discovering regulatory and  signalling  circuits in molecular interaction network

Simulated annealing was preformed with parameters:

N=100,000 Tstart= 1 Tend= 0.01 M=5 dmin=100

Page 34: Discovering regulatory and  signalling  circuits in molecular interaction network

Distribution of sub-network score in actual and randomized data

Page 35: Discovering regulatory and  signalling  circuits in molecular interaction network

Large network with several perturbation

Page 36: Discovering regulatory and  signalling  circuits in molecular interaction network
Page 37: Discovering regulatory and  signalling  circuits in molecular interaction network
Page 38: Discovering regulatory and  signalling  circuits in molecular interaction network

DISCUSSION

Page 39: Discovering regulatory and  signalling  circuits in molecular interaction network

SUBNETWORKS ARE CONSISTS WITH KNOWN REGULATORY CIRCUITS

Page 40: Discovering regulatory and  signalling  circuits in molecular interaction network

SUBNETWORKS VERSUS GENE EXPRESSION CLUSTERS

Our approach groups genes subject to the constraints of molecular interaction network

Subnetworks are scored over only a subset of conditions

Groups genes only by the significance of change, while clustering methods groups genes by both magnitude and direction of change

Our method leaves some genes unaffiliated with any subnetwork, unlike clustering which assign every gene to distinct cluster

Page 41: Discovering regulatory and  signalling  circuits in molecular interaction network

FUTURE WORK Investigating the subnetworks we found in

the laboratory Accommodating new types of interaction

networks (protein and small molecules) Annotating each interaction with its

directionally compartments

Page 42: Discovering regulatory and  signalling  circuits in molecular interaction network

QUESTIONS?

Page 43: Discovering regulatory and  signalling  circuits in molecular interaction network

THANKS