Reverse Engineering of Regulatory Networks Ka-Lok Ng Department of Bioinformatics Asia University.

Slides:



Advertisements
Similar presentations
Michael R. Smith, Mark Clement, Tony Martinez, and Quinn Snell
Advertisements

Molecular Biomedical Informatics Machine Learning and Bioinformatics Machine Learning & Bioinformatics 1.
Solving an Absolute Value Equation
Control of Expression In Bacteria –Part 1
Britain Southwick Nicole Anguiano March 29, 2014
Modelling and Identification of dynamical gene interactions Ronald Westra, Ralf Peeters Systems Theory Group Department of Mathematics Maastricht University.
A Probabilistic Dynamical Model for Quantitative Inference of the Regulatory Mechanism of Transcription Guido Sanguinetti, Magnus Rattray and Neil D. Lawrence.
Chapter 18 Genetics of Viruses and Bacteria Gene Regulation.
Copyright © 2005 Brooks/Cole — Thomson Learning Biology, Seventh Edition Solomon Berg Martin Chapter 13 Gene Regulation.
AP Biology Chapter 18: Gene Regulation. Regulation of Gene Expression Important for cellular control and differentiation. Understanding “expression” is.
1 MicroArray -- Data Analysis Cecilia Hansen & Dirk Repsilber Bioinformatics - 10p, October 2001.
Systems Biology of Inflammation A systems biology approach is an iterative process that includes: identification of component parts and interactions. integration.
GENIE – GEne Network Inference with Ensemble of trees Van Anh Huynh-Thu Department of Electrical Engineering and Computer Science, Systems and Modeling,
Microarrays and Cancer Segal et al. CS 466 Saurabh Sinha.
Bacterial Physiology (Micr430) Lecture 13 Regulation of Gene Expression (Text Chapter: 6) (Moat book)
Graph, Search Algorithms Ka-Lok Ng Department of Bioinformatics Asia University.
Applications of Symbolic Logic to Gene Regulation Systems Department of Computer Science and Information Engineering of National Chi-Nan University Advisor:
Given Connections Solution
6. Gene Regulatory Networks
國立陽明大學生資學程 陳虹瑋. Genetic Algorithm Background Fitness function ……. population selection Cross over mutation Fitness values Random cross over.
Genetic network inference: from co-expression clustering to reverse engineering Patrik D’haeseleer,Shoudan Liang and Roland Somogyi.
Chapter 11 Table of Contents Section 1 Control of Gene Expression
Draw 8 boxes on your paper
Gene Expression and Regulation
Microarrays to Functional Genomics: Generation of Transcriptional Networks from Microarray experiments Joshua Stender December 3, 2002 Department of Biochemistry.
Motif finding with Gibbs sampling CS 466 Saurabh Sinha.
Summary Various mathematical models describing gene regulatory networks as well as algorithms for network reconstruction from experimental data have been.
Gene repression and activation
Motifs BCH364C/391L Systems Biology / Bioinformatics – Spring 2015 Edward Marcotte, Univ of Texas at Austin Edward Marcotte/Univ. of Texas/BCH364C-391L/Spring.
Identification of cell cycle-related regulatory motifs using a kernel canonical correlation analysis Presented by Rhee, Je-Keun Graduate Program in Bioinformatics.
A Biology Primer Part IV: Gene networks and systems biology Vasileios Hatzivassiloglou University of Texas at Dallas.
Gene Regulation, Part 1 Lecture 15 Fall Metabolic Control in Bacteria Regulate enzymes already present –Feedback Inhibition –Fast response Control.
Chapter 16 – Control of Gene Expression in Prokaryotes
Cytokines Basic introduction. Contents Definition General characteristics Types of cytokines Cytokine receptors and their types Biological functions of.
The Operon 操縱元 a functioning unit of genomic material containing a cluster of genes under the control of a single regulatory signal or promoter.
Differential analysis of Eigengene Networks: Finding And Analyzing Shared Modules Across Multiple Microarray Datasets Peter Langfelder and Steve Horvath.
Steady-state Analysis of Gene Regulatory Networks via G-networks Intelligent Systems & Networks Group Dept. Electrical and Electronic Engineering Haseong.
Course Work Project Project title “Data Analysis Methods for Microarray Based Gene Expression Analysis” Sushil Kumar Singh (batch ) IBAB, Bangalore.
Lecture12 - Based on Chapter 18 - Regulation of Gene Expression in Eukaryotes I Copyright © 2010 Pearson Education Inc.
Controlling Gene Expression. Control Mechanisms Determine when to make more proteins and when to stop making more Cell has mechanisms to control transcription.
Modelling from Sequence to Gene Regulatory Network to Phenotype.
How can two different equations have the same solution?? x+7= 25 has the same solution as the equation x + 14 = 32.
Modelling Gene Regulatory Networks using the Stochastic Master Equation Hilary Booth, Conrad Burden, Raymond Chan, Markus Hegland & Lucia Santoso BioInfoSummer2004.
Nonlinear differential equation model for quantification of transcriptional regulation applied to microarray data of Saccharomyces cerevisiae Vu, T. T.,
1 Using Graph Theory to Analyze Gene Network Coherence José A. Lagares Jesús S. Aguilar Norberto Díaz-Díaz Francisco A. Gómez-Vela
Fig. 1. Schematic overview of diffusion maps embedding
Chapter 8, part B Microbial Genetics.
Chapter 8, part B Microbial Genetics.
Reverse-engineering transcription control networks timothy s
Table of Contents Section 1 Control of Gene Expression
Prediction of Regulatory Elements for Non-Model Organisms Rachita Sharma, Patricia.
Ahnert, S. E., & Fink, T. M. A. (2016). Form and function in gene regulatory networks: the structure of network motifs determines fundamental properties.
Control of Gene Expression
Regulation of Gene Expression
Controlling Gene Expression
OUTLINE 3 Control of Gene Expression in Prokaryotes
Christopher A. Penfold Vicky Buchanan-Wollaston Katherine J. Denby And
1 Department of Engineering, 2 Department of Mathematics,
How students learn engineering: You tell me.
Albert Xue, Binbin Huang, Jianrong Wang
1 Department of Engineering, 2 Department of Mathematics,
Change in Expression after modifying fix_b?
CISC 841 Bioinformatics (Spring 2006) Inference of Biological Networks
1 Department of Engineering, 2 Department of Mathematics,
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Chapter 18 Bacterial Regulation of Gene Expression
Chapter 8, part B Microbial Genetics.
Hypothetical model of HvAP2 control of stem elongation.
Presentation transcript:

Reverse Engineering of Regulatory Networks Ka-Lok Ng Department of Bioinformatics Asia University

Contents Introduction – Gene regulatory network (GRN) The steady-state approach - time-series model

Introduction – Gene regulatory network (GRN) One gene can affect the expression of another gene by binding of the gene product of one gene to the promoter region of another gene > 2 genes, we refer to the regulatory network as the regulatory interactions between the genes Given a larger number measurements of the expression levels of a number of genes, we should be able to model or reverse engineer the regulatory network that controls their expression level. 2 approaches  the time-series and steady-state approaches

The time-series approach Expression level of a gene at a certain time point x j (t) can be modeled as some function of the expression levels of all other genes at all previous time points x i (t-1), where i may or may not equal j, if i = j that means self regulate where r i,j is a weight factor representing how gene i affects gene j, that is, i  j (activate) or i -| j (inhibit), positively or negatively Problem ! Many more genes > number of time points Suppose there are g genes  g 2 possible connections among them (for instance, g = 4  16 possibilities, including self-regulation) There are g(g+1)/2 possible interactions It is called one has a dimensionality problem A possible solution is cluster the genes that have similar behavior into gene clusters

The time-series approach Example At t =0, gene c is induced, at t = 1,2,3,4 we follow the expression level of gene c and three other genes, a, b and d Deduce a GRN from the time-series data (5 time points). gene c ↑, but genes (a, b, d) ↓ gene c represses gene a ? Gene\time a00 b000 c01111 d0000 a b c d -1, 0, 1  inhibit, no interaction, activate

The time-series approach Gene\time01234 a00 b000 c01111 d genes  16 possible regulation relations Consider the system of equation governing the regulation of gene a 4 equations, 4 unknowns r i,j = -1, 0, 1  inhibit, no interaction, activate

The time-series approach Gene\time01234 a00 b000 c01111 d0000

The time-series approach Gene\time01234 a00 B000 C01111 d0000

The time-series approach Gene\time01234 a00 B000 C01111 d0000 gene\gene abcd a + b + c -+ d Interaction matrix between four genes

Reference Knudsen S. (2002). A biologist’s guide to analysis of data microarray data. J. Wiley