Creating Metabolic and Regulatory Network Models using Fuzzy Cognitive Maps
|
|
|
- Eugene Fitzgerald
- 10 years ago
- Views:
Transcription
1 Creating Metabolic and Regulatory Network Models using Fuzzy Cognitive Maps J.A. Dickerson and Z. Cox E. S. Wurtele A.W. Fulmer Electrical Engineering Dept., Iowa State University Ames, IA, USA Botany Dept. Iowa State University Ames, IA, USA Procter & Gamble Co. Corporate Research Cincinnati, OH, USA Abstract This paper describes a model of metabolic networks that uses fuzzy cognitive maps. Nodes of the map represent specific biochemicals such as proteins, RNA, and small molecules, or stimuli, such as light, heat, or nutrients. Edges of the map capture regulatory and metabolic relationships found in biological systems. These relationships are established by a domain expert, the biological literature, and extracted from RNA microarray data. This work is part of the development of a software tool, FCModeler, which models and visualizes metabolic networks. A model of the metabolism of the plant hormone gibberellin in Arabidopsis is used to show the capabilities of the fuzzy model. 1. Introduction Metabolic networks form the basis for the net accumulation of biomolecules in organisms. Regulatory networks modulate the action of metabolic networks, leading to physiological and morphological changes. A variety of data types will be integrated to learn about these pathways. These include global profiling of protein levels, RNA levels (microarrays), metabolite levels, and metabolic flux measurements. Such emerging technologies are yielding vast amounts of data on gene expression. This points to the need to develop more methodologies to identify and analyze complex biological networks. Several types of models have been proposed for representing gene regulatory networks, including Boolean networks [1, 2], linear weighting networks [3], differential equations [4], and Petri nets [5]. Circuit simulations and differential equations require detailed information that is not yet known about the regulatory mechanisms between genes. Boolean networks analyze binary state transition matrices to look for patterns in gene expression. Each part of the network is either on or off depending on whether a signal exceeds a pre-determined threshold. Linear weighting networks have the advantage of simplicity since they use simple weight matrices to additively combine the contributions of different regulatory elements. Petri nets can handle a wide variety of information, however their complexity does not scale up well to systems that have both continuous and discrete inputs [6, 7]. All of these models are based on gene expression level information. However, gene expression levels alone cannot give a complete picture of how the metabolism of living things works [8]. Fuzzy cognitive maps (FCMs) have the potential to answer many of the concerns that arise from the existing models[9-11]. FCMs have been successfully applied to systems that have uncertain and incomplete models that cannot be expressed compactly or conveniently in equations. Examples include modeling human psychology [12] and on-line fault diagnosis at power plants [13]. These problems have several common features. The first is the lack of quantitative information on how different variables interact. The second is that the direction of causality is at least partly known and can be articulated by a domain expert. The third is that they link concepts from different domains together using arrows of causality. These features are shared by the problem of modeling metabolic networks. The FCModeler tool uses fuzzy methods for modeling networks and interprets the results using fuzzy cognitive maps. The FCModeler tool is intended to capture the intuitions of biologists, help test hypotheses, and provide a modeling framework for assessing the large amounts of data captured by RNA microarrays and other high-throughput experiments [14]. 2. Structure of Concepts and Links The nodes in the FCM represent specific biochemicals such as proteins, RNA, and small molecules, or stimuli, such as light, heat, or nutrients. There are three basic types of links specified. In a conversion link (black arrow, shown as a dotted line), a node (typically a chemical(s)) is converted into another node, and used up in the process. In a regulatory link (green and red
2 arrows, shown as solid arrows with a plus or minus sign), the node activates or deactivates another node, and is not used up in the process. A catalytic link (blue arrows, shown as a thick line) represents an enzyme that enables a chemical conversion and does not get used up in the process. Figure 1 shows a small part of a graph for the Arabadopsis metabolic and regulatory network. In the metabolic network database, the type of link is further delineated by the link mechanism and the certainty. Some of the current mechanisms are: direct, indirect, and ligand. Direct links assume a direct physical interaction. Indirect links assume that the upstream node activates the downstream node indirectly and allows for the existence of intermediate nodes in such a path. The ligand link is a second messenger mechanism in which a node produces or helps produce a ligand (or small molecule that binds) Figure 1. This is a map of a networking model of gibberellin (active form is GA4). The sequence is started by translationof 3_beta_hydroxylase_RNA into the 3_beta_hydroxylase protein. Dashed lines are conversion links, bold lines are catalytic links, and solid lines are regulatory links. and either activates or inhibits a target node. Often the nature of the link is unknown and it cannot be modeled in the current framework. The link certainty expresses a degree of confidence about the link. This will be used for hypothesis testing. 3. Visualizing Metabolic Networks The known and unknown biological information in the metabolic network is visualized using a graph visualization tool. The graph layout program is dot which is part of the Graphviz program developed at AT&T research labs (see sw/tools/graphviz/. Diva, a software infrastructure for visualizing and interacting with dynamic information spaces ( is used for displaying the graphs. This allows for a greater variety of visualization objects on the display. The front end of the FCModeler tool is a Java TM interface that reads and displays data from a database of links and nodes. 4. Fuzzy Cognitive Map Modeling for Metabolic and Regulatory Networks Fuzzy cognitive maps are fuzzy digraphs that model causal flow between concepts or, in this case, genes, proteins, and transcription factors [10, 11]. The concepts are linked by edges that show the degree to which the concepts depend on each other. FCMs can be binary state systems called simple FCMs with causality directions that are +1, a positive causal connection, -1, a negative connection, or zero, no causal connection. The fuzzy structure allows the gene or protein levels to be expressed in the continuous range [0, 1]. The input is the sum of the product of the fuzzy edge values. The system nonlinearly transforms the weighted input to each node using a threshold function or other nonlinear activation. FCMs are signed digraphs with feedback. Nodes stand for causal fuzzy sets where events occur to some degree. Edges stand for causal flow. The sign of an edge (+ or -) shows causal increase or decrease between nodes. Each causal node C i (t) is a nonlinear function that maps the output activation into a fuzzy membership degree in [0,1]. Simple or trivalent FCMs have causal edge weights in the set {-1,0,1} and concept values in {0,1} or {-1,1}. Simple FCMs give a quick approximation to an expert s causal knowledge. More detailed graphs can replace this link with a timedependent and/or nonlinear function. FCMs recall as the FCM dynamical system equilibrates. Simple FCM inference is matrix-vector multiplication followed by thresholding. State vectors Cn cycle through the FCM edge matrix E, that defines the edges e ki where k is the upstream node and i is the
3 downstream node. The system nonlinearly transforms the weighted input to each node C i : Ci + 1 ) = S eki ) Ck ) (1) S(y) is a monotonic signal function bounded function such as the sigmoid function: S j 1 ( y j ) = c( ) 1+ e y j Tj (2) In this case c=1000 and T j = 0.5 for all nodes. This is equivalent to a step function with a threshold at 0.5. The edges between nodes can also be time dependent functions that create a complex dynamical system. Regulatory Links: The regulatory edges are modeled using a simple FCM model that assumes binary connecting edges: eki = { 1,1 } for the single edge case. When there are multiple excitatory or inhibitory connections, the weights are divided by the number of input connections in the absence of other information. As more information becomes known about details of the regulation, for example how an RNA level affects the translation of the corresponding protein, the function of the link models will be updated. The regulatory nodes will also have self-feedback since the nodes stay on until they have been inhibited. Conversion Links: Conversion relationships are modeled in different ways depending on the goal of the simulation study. The first case corresponds to investigating causal relationships between nodes. The node is modeled in the same manner as a regulatory link in which the presence of one node causes presence at the next node. When information about the rate of change in a reaction is available, a simple difference equation can model the gradually rising and falling levels of the nodes. The step size depends on the reaction rate and the stoichiometric relationship between the nodes. GA4 3_beta_hydroxylase GA9 Figure 2. Catalyzing link. In this case, 3_beta_hydroxylase is the catalyst for a reaction between GA9 and GA4. Catalyzed Links: Catalyzed reactions add a dummy node that acts upon a conversion link. This allows one link to modify another link. In this paper, the catalyzed link is simulated by weighting the inputs into the dummy node in such a way that both inputs much be present for the node to be active. Another method of modeling catalyzed links is an augmented matrix that operates on the edges between the nodes. Figure 2 gives an example of a catalyzing node model. The blue circle is a dummy node so the catalyst, 3 beta_hydroxylase can modify the reaction between GA4 and GA9. Forcing functions: In biological systems such as cells, many of the metabolic network elements are always present. This is modeled as: C i + 1) = S eki ) Ck ) + 1. (3) The effect of this equation is that if the node is not inhibited, it is active. 5. Results The metabolism and signal transduction of the plant hormone gibberellin in Arabidopsis [15,16] was used to test this modeling scheme. Figure 1 shows a potential network configuration. The link types and causality directions were created by an expert researcher in the field. The key element in this graph is the block labeled GA4. This compound regulates many other regulatory mechanisms in plants. IPP, GAI, GRS, SPY, GA_MYB, FACTORX, LEC, and Meristem Carpal Margin had forcing functions applied to them. The results can be visualized using a time plot that shows which node was active and to what degree as shown in Figure 3. Figures 4 through 7 show visualized networks at different time steps to analyze the interactions in the network. Figures 4-6 show the operation of the catalyzing node. Figure 7 shows how GA4 can regulate its own production and how it can control the activity of other biomolecules. Thus results a homeostatic control of GA4 levels. The oscillation of the GA levels directs the generation of biomolecules that, in the absence of other constraining factors, are implicated in the formation of new cellular proliferation centers, referred to as meristems. Many key features of this model, including timing, can be tested experimentally and relatively rapidly by globally monitoring temporal profiles of mrna, protein and metabolite.
4 6. Conclusions Metabolic and regulatory networks can be modeled using fuzzy cognitive maps. Future plans include: Simulating intervention in the network (e.g. what happens when a node is shut off), searching for critical paths and control points in the network, and capturing information about how edges between graph nodes change when different regulatory factors are present. Acknowledgement This work is supported by grants from Proctor and Gamble Corporation, the NSF (MCB ), and the Plant Sciences Institute at Iowa State University. References: [1] S. Liang, S. Fuhrman, and R. Somogyi, "REVEAL, A general reverse engineering algorithm for inference of genetic network architectures," presented at Pacific Symposium on Biocomputing 3, Hawaii, [2] T. Akutsu, S. Miyano, and S. Kuhara, "Identification of Genetic Networks from a Small Number of Gene Expression Patterns Under the Boolean Network Model," presented at Pacific Symposium on Biocomputing 4, Hawaii, [3] D. C. Weaver, C. T. Workman, and G. D. Stormo, "Modeling Regulatory Networks with Weight Matrices," presented at Pacific Symposium on Biocomputing 4, Hawaii, [4] T. Akutsu, Miyano, S., Kuhara, S., "Algorithms for Inferring Qualitative Models of Biological Networks," presented at Pacific Symposium on Biocomputing 5, Hawaii, [5] H. Matsuno, Doi, A., Nagasaki, M. and Miyano, S., "Hybrid Petri Net Representation of Gene Regulatory Network," presented at Pacific Symposium on Biocomputing 5, Hawaii, [6] H. Alla and R. David, "Continuous and Hybrid Petri Nets," Journal of Circuits, Systems, and Computers, vol. 8, pp , [7] W. Reisig and G. Rozenberg, Lectures on Petri Nets I: Basic Models. Berlin: Springer, Figure 3. Time history of the sample network for GA metabolism. White means that the node was on and black means that the node was off. Note how the active form of gibberellin (GA4) self-regulates its levels and regulates other downstream processes such as the expression of the GA_MYB trancription factor genes that are inhibited by other transcription factors (RSD, RGA, GAI, SHI).
5 [8] V. Hatzimanikatis and K. H. Lee, "Dynamical Analysis of Gene Networks Requires Both mrna and Protein Expression Information," Metabolic Engineering, vol. 1, pp , [9] J. A. Dickerson and B. Kosko, "Virtual Worlds as Fuzzy Cognitive Maps," Presence, vol. 3, pp , [10] B. Kosko, "Fuzzy Knowledge Combination," International Journal of Intelligent Systems, vol. 1, pp , [11] B. Kosko, "Fuzzy Cognitive Maps," International Journal Man-Machine Studies, vol. 24, pp , [12] G. A. Banini and R. A. Bearman, "Application of fuzzy cognitive maps to factors affecting slurry rheology," International Journal of Mineral Processing, vol. 52, pp , [13] K. Lee, S. Kim, and M. Sakawa, "On-line fault diagnosis by using fuzzy cognitive maps," IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences, vol. E79-A, pp , [14] J. A. Dickerson, D. Berleant, Z. Cox, W. Qi, and E. Wurtele, "Creating Metabolic Network Models using Text Mining and Expert Knowledge," presented at Atlantic Symposium on Molecular Biology and Genome Information Systems and Technology (CBGIST 2001), Durham, North Carolina, [15] T. Sun Gibberellin Signal Transduction. Curr. Opin. Plant Biol. vol. 3, pp [16] P. Hedden, A.L. Phillips Gibberellin metabolism: new insights revealed by the genes. Trends Plant Sci vol. 5, pp Figure 4: Output of the network at the third time step. Note how GA_MYB is inhibited by other nodes and that the bold catalytic link is activated but does not cause GA4 to be produced. Figure 5: Output of the network at the fourth time step. Note how the catalytic link is activated and GA9 is present so that GA4 can be produced.
6 Figure 6: Output of the network at the sixth time step. Note how the GA4 node is now active. Figure 7: Output of the network at the ninth time step. GA4 is negatively regulating the small molecules that inhibit GA_MYB.
Feed Forward Loops in Biological Systems
Feed Forward Loops in Biological Systems Dr. M. Vijayalakshmi School of Chemical and Biotechnology SASTRA University Joint Initiative of IITs and IISc Funded by MHRD Page 1 of 7 Table of Contents 1 INTRODUCTION...
Boolean Network Models
Boolean Network Models 2/5/03 History Kaufmann, 1970s Studied organization and dynamics properties of (N,k) Boolean Networks Found out that highly connected networks behave differently than lowly connected
Plant Growth & Development. Growth Stages. Differences in the Developmental Mechanisms of Plants and Animals. Development
Plant Growth & Development Plant body is unable to move. To survive and grow, plants must be able to alter its growth, development and physiology. Plants are able to produce complex, yet variable forms
Understanding the dynamics and function of cellular networks
Understanding the dynamics and function of cellular networks Cells are complex systems functionally diverse elements diverse interactions that form networks signal transduction-, gene regulatory-, metabolic-
A Mathematical Model of a Synthetically Constructed Genetic Toggle Switch
BENG 221 Mathematical Methods in Bioengineering Project Report A Mathematical Model of a Synthetically Constructed Genetic Toggle Switch Nick Csicsery & Ricky O Laughlin October 15, 2013 1 TABLE OF CONTENTS
Qualitative Simulation and Model Checking in Genetic Regulatory Networks
An Application of Model Checking to a realistic biological problem: Qualitative Simulation and Model Checking in Genetic Regulatory Networks A presentation of Formal Methods in Biology Justin Hogg [email protected]
Neural network model of gene expression
Neural network model of gene expression JIŘÍ VOHRADSKÝ Institute of Microbiology, CAS,142 20 Prague, Czech Republic ABSTRACT Many natural processes consist of networks of interacting elements that, over
Fuzzy Cognitive Map for Software Testing Using Artificial Intelligence Techniques
Fuzzy ognitive Map for Software Testing Using Artificial Intelligence Techniques Deane Larkman 1, Masoud Mohammadian 1, Bala Balachandran 1, Ric Jentzsch 2 1 Faculty of Information Science and Engineering,
Chemical reactions allow living things to grow, develop, reproduce, and adapt.
Section 2: Chemical reactions allow living things to grow, develop, reproduce, and adapt. K What I Know W What I Want to Find Out L What I Learned Essential Questions What are the parts of a chemical reaction?
In developmental genomic regulatory interactions among genes, encoding transcription factors
JOURNAL OF COMPUTATIONAL BIOLOGY Volume 20, Number 6, 2013 # Mary Ann Liebert, Inc. Pp. 419 423 DOI: 10.1089/cmb.2012.0297 Research Articles A New Software Package for Predictive Gene Regulatory Network
Lecture 1 MODULE 3 GENE EXPRESSION AND REGULATION OF GENE EXPRESSION. Professor Bharat Patel Office: Science 2, 2.36 Email: [email protected].
Lecture 1 MODULE 3 GENE EXPRESSION AND REGULATION OF GENE EXPRESSION Professor Bharat Patel Office: Science 2, 2.36 Email: [email protected] What is Gene Expression & Gene Regulation? 1. Gene Expression
BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS
BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS 1. The Technology Strategy sets out six areas where technological developments are required to push the frontiers of knowledge
Modeling and Simulation of Gene Regulatory Networks
Modeling and Simulation of Gene Regulatory Networks Hidde de Jong INRIA Grenoble - Rhône-Alpes [email protected] http://ibis.inrialpes.fr INRIA Grenoble - Rhône-Alpes and IBIS IBIS: systems biology
Biochemistry. Entrance Requirements. Requirements for Honours Programs. 148 Bishop s University 2015/2016
148 Bishop s University 2015/2016 Biochemistry The Biochemistry program at Bishop s is coordinated through an interdisciplinary committee of chemists, biochemists and biologists, providing students with
FACULTY OF MEDICAL SCIENCE
Doctor of Philosophy in Biochemistry FACULTY OF MEDICAL SCIENCE Naresuan University 73 Doctor of Philosophy in Biochemistry The Biochemistry Department at Naresuan University is a leader in lower northern
Study Plan for Bachelor Program in Department of teacher of upper basic level - Teaching Science
Study Plan for Bachelor Program in Department of teacher of upper basic level - Teaching Science Specialization Requirements: The students should complete the following courses with Average 70% and above:
How To Understand Enzyme Kinetics
Chapter 12 - Reaction Kinetics In the last chapter we looked at enzyme mechanisms. In this chapter we ll see how enzyme kinetics, i.e., the study of enzyme reaction rates, can be useful in learning more
Application of Graph-based Data Mining to Metabolic Pathways
Application of Graph-based Data Mining to Metabolic Pathways Chang Hun You, Lawrence B. Holder, Diane J. Cook School of Electrical Engineering and Computer Science Washington State University Pullman,
NO CALCULATORS OR CELL PHONES ALLOWED
Biol 205 Exam 1 TEST FORM A Spring 2008 NAME Fill out both sides of the Scantron Sheet. On Side 2 be sure to indicate that you have TEST FORM A The answers to Part I should be placed on the SCANTRON SHEET.
Bachelor of Science in Applied Bioengineering
Bachelor of Science in Applied Bioengineering Applied bioengineering employs scientific and engineering principles to process biological materials from biological agents for provision of goods and related
Analysis of gene expression data. Ulf Leser and Philippe Thomas
Analysis of gene expression data Ulf Leser and Philippe Thomas This Lecture Protein synthesis Microarray Idea Technologies Applications Problems Quality control Normalization Analysis next week! Ulf Leser:
1. Introduction Gene regulation Genomics and genome analyses Hidden markov model (HMM)
1. Introduction Gene regulation Genomics and genome analyses Hidden markov model (HMM) 2. Gene regulation tools and methods Regulatory sequences and motif discovery TF binding sites, microrna target prediction
Induction of Enzyme Activity in Bacteria:The Lac Operon. Preparation for Laboratory: Web Tutorial - Lac Operon - submit questions
Induction of Enzyme Activity in Bacteria:The Lac Operon Preparation for Laboratory: Web Tutorial - Lac Operon - submit questions I. Background: For the last week you explored the functioning of the enzyme
MULTIPLE CHOICE QUESTIONS
MULTIPLE CHOICE QUESTIONS 1. Most components of energy conversion systems evolved very early; thus, the most fundamental aspects of energy metabolism tend to be: A. quite different among a diverse group
Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data
CMPE 59H Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data Term Project Report Fatma Güney, Kübra Kalkan 1/15/2013 Keywords: Non-linear
A Primer of Genome Science THIRD
A Primer of Genome Science THIRD EDITION GREG GIBSON-SPENCER V. MUSE North Carolina State University Sinauer Associates, Inc. Publishers Sunderland, Massachusetts USA Contents Preface xi 1 Genome Projects:
How To Understand How Gene Expression Is Regulated
What makes cells different from each other? How do cells respond to information from environment? Regulation of: - Transcription - prokaryotes - eukaryotes - mrna splicing - mrna localisation and translation
Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski [email protected]
Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski [email protected] Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems
Hormones & Chemical Signaling
Hormones & Chemical Signaling Part 2 modulation of signal pathways and hormone classification & function How are these pathways controlled? Receptors are proteins! Subject to Specificity of binding Competition
Protein Protein Interaction Networks
Functional Pattern Mining from Genome Scale Protein Protein Interaction Networks Young-Rae Cho, Ph.D. Assistant Professor Department of Computer Science Baylor University it My Definition of Bioinformatics
RNA Structure and folding
RNA Structure and folding Overview: The main functional biomolecules in cells are polymers DNA, RNA and proteins For RNA and Proteins, the specific sequence of the polymer dictates its final structure
Visualizing Networks: Cytoscape. Prat Thiru
Visualizing Networks: Cytoscape Prat Thiru Outline Introduction to Networks Network Basics Visualization Inferences Cytoscape Demo 2 Why (Biological) Networks? 3 Networks: An Integrative Approach Zvelebil,
Bachelor of Science in Biochemistry and Molecular Biology
Bachelor of Science in Biochemistry and Molecular Biology Biochemistry is a subject in life sciences whose objective entails understanding the Molecular Basis of life in plants and animals. It is a multi-disciplinary
An Introduction to the Use of Bayesian Network to Analyze Gene Expression Data
n Introduction to the Use of ayesian Network to nalyze Gene Expression Data Cristina Manfredotti Dipartimento di Informatica, Sistemistica e Comunicazione (D.I.S.Co. Università degli Studi Milano-icocca
ProteinQuest user guide
ProteinQuest user guide 1. Introduction... 3 1.1 With ProteinQuest you can... 3 1.2 ProteinQuest basic version 4 1.3 ProteinQuest extended version... 5 2. ProteinQuest dictionaries... 6 3. Directions for
2014-15 CURRICULUM GUIDE
DUAL DEGREE PROGRAM COLUMBIA UNIVERSITY 2014-15 CURRICULUM GUIDE FOR WESLEYAN UNIVERSITY STUDENTS (September 4, 2014) The following tables list the courses that University requires for acceptance into
Data Integration. Lectures 16 & 17. ECS289A, WQ03, Filkov
Data Integration Lectures 16 & 17 Lectures Outline Goals for Data Integration Homogeneous data integration time series data (Filkov et al. 2002) Heterogeneous data integration microarray + sequence microarray
Qualitative modeling of biological systems
Qualitative modeling of biological systems The functional form of regulatory relationships and kinetic parameters are often unknown Increasing evidence for robustness to changes in kinetic parameters.
Quantitative proteomics background
Proteomics data analysis seminar Quantitative proteomics and transcriptomics of anaerobic and aerobic yeast cultures reveals post transcriptional regulation of key cellular processes de Groot, M., Daran
Pathway Analysis : An Introduction
Pathway Analysis : An Introduction Experiments Literature and other KB Data Knowledge Structure in Data through statistics Structure in Knowledge through GO and other Ontologies Gain insight into Data
Compression algorithm for Bayesian network modeling of binary systems
Compression algorithm for Bayesian network modeling of binary systems I. Tien & A. Der Kiureghian University of California, Berkeley ABSTRACT: A Bayesian network (BN) is a useful tool for analyzing the
NOVEL GENOME-SCALE CORRELATION BETWEEN DNA REPLICATION AND RNA TRANSCRIPTION DURING THE CELL CYCLE IN YEAST IS PREDICTED BY DATA-DRIVEN MODELS
NOVEL GENOME-SCALE CORRELATION BETWEEN DNA REPLICATION AND RNA TRANSCRIPTION DURING THE CELL CYCLE IN YEAST IS PREDICTED BY DATA-DRIVEN MODELS Orly Alter (a) *, Gene H. Golub (b), Patrick O. Brown (c)
Enzymes: Practice Questions #1
Enzymes: Practice Questions #1 1. Compound X increases the rate of the reaction below. Compound X is most likely A. an enzyme B. a lipid molecule C. an indicator D. an ADP molecule 2. The equation below
BIOINF 525 Winter 2016 Foundations of Bioinformatics and Systems Biology http://tinyurl.com/bioinf525-w16
Course Director: Dr. Barry Grant (DCM&B, [email protected]) Description: This is a three module course covering (1) Foundations of Bioinformatics, (2) Statistics in Bioinformatics, and (3) Systems
Department of Food and Nutrition
Department of Food and Nutrition Faculties Professors Lee-Kim, Yang Cha, Ph.D. (M.I.T., 1973) Nutritional biochemistry, Antioxidant vitamins, Fatty acid metabolism, Brain development, and Hyperlipidemia
Scottish Qualifications Authority
National Unit specification: general information Unit code: FH2G 12 Superclass: RH Publication date: March 2011 Source: Scottish Qualifications Authority Version: 01 Summary This Unit is a mandatory Unit
Using Graph Theory to Analyze Gene Network Coherence
Using Graph Theory to Analyze Gene Network Coherence Francisco A. Gómez-Vela [email protected] Norberto Díaz-Díaz [email protected] José A. Lagares José A. Sánchez Jesús S. Aguilar 1 Outlines Introduction Proposed
Bioinformatics: Network Analysis
Bioinformatics: Network Analysis Graph-theoretic Properties of Biological Networks COMP 572 (BIOS 572 / BIOE 564) - Fall 2013 Luay Nakhleh, Rice University 1 Outline Architectural features Motifs, modules,
1. Programme title and designation Biochemistry. For undergraduate programmes only Single honours Joint Major/minor
PROGRAMME APPROVAL FORM SECTION 1 THE PROGRAMME SPECIFICATION 1. Programme title and designation Biochemistry For undergraduate programmes only Single honours Joint Major/minor 2. Final award Award Title
Activity 7.21 Transcription factors
Purpose To consolidate understanding of protein synthesis. To explain the role of transcription factors and hormones in switching genes on and off. Play the transcription initiation complex game Regulation
BIOLOGY 101 COURSE SYLLABUS FOR FALL 2015
BIOLOGY 101 COURSE SYLLABUS FOR FALL 2015 Course Description Instructor Biology 101 is the first of a two-semester introductory course sequence designed primarily for science majors. It covers some central
3.2 Roulette and Markov Chains
238 CHAPTER 3. DISCRETE DYNAMICAL SYSTEMS WITH MANY VARIABLES 3.2 Roulette and Markov Chains In this section we will be discussing an application of systems of recursion equations called Markov Chains.
Dr Alexander Henzing
Horizon 2020 Health, Demographic Change & Wellbeing EU funding, research and collaboration opportunities for 2016/17 Innovate UK funding opportunities in omics, bridging health and life sciences Dr Alexander
Metabolic Network Analysis
Metabolic Network nalysis Overview -- modelling chemical reaction networks -- Levels of modelling Lecture II: Modelling chemical reaction networks dr. Sander Hille [email protected] http://www.math.leidenuniv.nl/~shille
(Refer Slide Time: 2:03)
Control Engineering Prof. Madan Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 11 Models of Industrial Control Devices and Systems (Contd.) Last time we were
Parallel Fuzzy Cognitive Maps as a Tool for Modeling Software Development Projects
Parallel Fuzzy Cognitive Maps as a Tool for Modeling Software Development Projects W. Stach L. Kurgan Department of Electrical and Computer Engineering Department of Electrical and Computer Engineering
The Making of the Fittest: Evolving Switches, Evolving Bodies
OVERVIEW MODELING THE REGULATORY SWITCHES OF THE PITX1 GENE IN STICKLEBACK FISH This hands-on activity supports the short film, The Making of the Fittest:, and aims to help students understand eukaryotic
Just the Facts: A Basic Introduction to the Science Underlying NCBI Resources
1 of 8 11/7/2004 11:00 AM National Center for Biotechnology Information About NCBI NCBI at a Glance A Science Primer Human Genome Resources Model Organisms Guide Outreach and Education Databases and Tools
BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS
BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-110 012 [email protected] Genomics A genome is an organism s
GENETIC NETWORK ANALYSIS IN LIGHT OF MASSIVELY PARALLEL BIOLOGICAL DATA ACQUISITION.
GENETIC NETWORK ANALYSIS IN LIGHT OF MASSIVELY PARALLEL BIOLOGICAL DATA ACQUISITION. ZOLTAN SZALLASI Department of Pharmacology, Uniformed Services University of the Health Sciences, Bethesda, MD, 20814
Agent Simulation of Hull s Drive Theory
Agent Simulation of Hull s Drive Theory Nick Schmansky Department of Cognitive and Neural Systems Boston University March 7, 4 Abstract A computer simulation was conducted of an agent attempting to survive
Graphical Modeling for Genomic Data
Graphical Modeling for Genomic Data Carel F.W. Peeters [email protected] Joint work with: Wessel N. van Wieringen Mark A. van de Wiel Molecular Biostatistics Unit Dept. of Epidemiology & Biostatistics
LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE
LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE MAT 119 STATISTICS AND ELEMENTARY ALGEBRA 5 Lecture Hours, 2 Lab Hours, 3 Credits Pre-
Genetics Lecture Notes 7.03 2005. Lectures 1 2
Genetics Lecture Notes 7.03 2005 Lectures 1 2 Lecture 1 We will begin this course with the question: What is a gene? This question will take us four lectures to answer because there are actually several
Lecture Series 7. From DNA to Protein. Genotype to Phenotype. Reading Assignments. A. Genes and the Synthesis of Polypeptides
Lecture Series 7 From DNA to Protein: Genotype to Phenotype Reading Assignments Read Chapter 7 From DNA to Protein A. Genes and the Synthesis of Polypeptides Genes are made up of DNA and are expressed
Gene Regulation -- The Lac Operon
Gene Regulation -- The Lac Operon Specific proteins are present in different tissues and some appear only at certain times during development. All cells of a higher organism have the full set of genes:
S1 Text. Modeling deterministic single-cell microrna-p53-mdm2 network Figure 2 Figure 2
S1 Text. Modeling deterministic single-cell microrna-p53-mdm2 network The schematic diagram of the microrna-p53-mdm2 oscillator is illustrated in Figure 2. The interaction scheme among the mrnas and the
An Introduction to Genomics and SAS Scientific Discovery Solutions
An Introduction to Genomics and SAS Scientific Discovery Solutions Dr Karen M Miller Product Manager Bioinformatics SAS EMEA 16.06.03 Copyright 2003, SAS Institute Inc. All rights reserved. 1 Overview!
Lecture 11 Enzymes: Kinetics
Lecture 11 Enzymes: Kinetics Reading: Berg, Tymoczko & Stryer, 6th ed., Chapter 8, pp. 216-225 Key Concepts Kinetics is the study of reaction rates (velocities). Study of enzyme kinetics is useful for
Enzymes. A. a lipid B. a protein C. a carbohydrate D. a mineral
Enzymes 1. All cells in multicellular organisms contain thousands of different kinds of enzymes that are specialized to catalyze different chemical reactions. Given this information, which of the following
Final Project Report
CPSC545 by Introduction to Data Mining Prof. Martin Schultz & Prof. Mark Gerstein Student Name: Yu Kor Hugo Lam Student ID : 904907866 Due Date : May 7, 2007 Introduction Final Project Report Pseudogenes
AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE
ACCELERATING PROGRESS IS IN OUR GENES AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE GENESPRING GENE EXPRESSION (GX) MASS PROFILER PROFESSIONAL (MPP) PATHWAY ARCHITECT (PA) See Deeper. Reach Further. BIOINFORMATICS
Energy & Enzymes. Life requires energy for maintenance of order, growth, and reproduction. The energy living things use is chemical energy.
Energy & Enzymes Life requires energy for maintenance of order, growth, and reproduction. The energy living things use is chemical energy. 1 Energy exists in two forms - potential and kinetic. Potential
M110.726 The Nucleus M110.727 The Cytoskeleton M340.703 Cell Structure and Dynamics
of Biochemistry and Molecular Biology 1. Master the knowledge base of current biochemistry, molecular biology, and cellular physiology Describe current knowledge in metabolic transformations conducted
FlipFlop: Fast Lasso-based Isoform Prediction as a Flow Problem
FlipFlop: Fast Lasso-based Isoform Prediction as a Flow Problem Elsa Bernard Laurent Jacob Julien Mairal Jean-Philippe Vert September 24, 2013 Abstract FlipFlop implements a fast method for de novo transcript
Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Two Forms of Energy
Module 2D - Energy and Metabolism Objective # 19 All living organisms require energy for survival. In this module we will examine some general principles about chemical reactions and energy usage within
Data, Measurements, Features
Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are
Biological Neurons and Neural Networks, Artificial Neurons
Biological Neurons and Neural Networks, Artificial Neurons Neural Computation : Lecture 2 John A. Bullinaria, 2015 1. Organization of the Nervous System and Brain 2. Brains versus Computers: Some Numbers
Figure 5. Energy of activation with and without an enzyme.
Biology 20 Laboratory ENZYMES & CELLULAR RESPIRATION OBJECTIVE To be able to list the general characteristics of enzymes. To study the effects of enzymes on the rate of chemical reactions. To demonstrate
Pipeline Pilot Enterprise Server. Flexible Integration of Disparate Data and Applications. Capture and Deployment of Best Practices
overview Pipeline Pilot Enterprise Server Pipeline Pilot Enterprise Server (PPES) is a powerful client-server platform that streamlines the integration and analysis of the vast quantities of data flooding
Interpretation of Data (IOD) Score Range
These Standards describe what students who score in specific score ranges on the Science Test of ACT Explore, ACT Plan, and the ACT college readiness assessment are likely to know and be able to do. 13
A Comparison of BEL V1.0 and BioPAX Level 3
A Comparison of BEL V1.0 and BioPAX Level 3 Selventa Inc. and Robert Powers, Predictive Medicine Inc. Joanne Luciano, President, Predictive Medicine Inc. Selventa TM One Alewife Center, Cambridge, MA 02140
COMPARING MATRIX-BASED AND GRAPH-BASED REPRESENTATIONS FOR PRODUCT DESIGN
12 TH INTERNATIONAL DEPENDENCY AND STRUCTURE MODELLING CONFERENCE, 22 23 JULY 2010, CAMBRIDGE, UK COMPARING MATRIX-BASED AND GRAPH-BASED REPRESENTATIONS FOR PRODUCT DESIGN Andrew H Tilstra 1, Matthew I
Sickle cell anemia: Altered beta chain Single AA change (#6 Glu to Val) Consequence: Protein polymerizes Change in RBC shape ---> phenotypes
Protein Structure Polypeptide: Protein: Therefore: Example: Single chain of amino acids 1 or more polypeptide chains All polypeptides are proteins Some proteins contain >1 polypeptide Hemoglobin (O 2 binding
Introduction To Real Time Quantitative PCR (qpcr)
Introduction To Real Time Quantitative PCR (qpcr) SABiosciences, A QIAGEN Company www.sabiosciences.com The Seminar Topics The advantages of qpcr versus conventional PCR Work flow & applications Factors
Unit 5 Photosynthesis and Cellular Respiration
Unit 5 Photosynthesis and Cellular Respiration Advanced Concepts What is the abbreviated name of this molecule? What is its purpose? What are the three parts of this molecule? Label each part with the
AP Biology Essential Knowledge Student Diagnostic
AP Biology Essential Knowledge Student Diagnostic Background The Essential Knowledge statements provided in the AP Biology Curriculum Framework are scientific claims describing phenomenon occurring in
Gene Models & Bed format: What they represent.
GeneModels&Bedformat:Whattheyrepresent. Gene models are hypotheses about the structure of transcripts produced by a gene. Like all models, they may be correct, partly correct, or entirely wrong. Typically,
