Operon. Non coding region. promoter gene 1... gene i... gene n. An example with bases: <start operon> <start enzyme> ...

Size: px
Start display at page:

Download "Operon. Non coding region. promoter gene 1... gene i... gene n. An example with bases: <start operon> <start enzyme> ..."

Transcription

1 Operon Expression and Regulation with Spiders Paul J. Kennedy and Thomas R. Osborn School of Computing Sciences University of Technology, Sydney PO Box 123 Broadway NSW 2007 Australia Abstract Gene expression and regulation may be viewed as a parallel parsing algorithm translation from a genomic language to a phenotype. As a rst step towards determining the applicability of gene expression to evolutionary computation, this paper describes a simplied model of gene expression and regulation based on the operon model of Jacob and Monod. An articial cellular metabolism expresses operons encoded on a genome in a parallel genomic language. This is accomplished using an abstract entity called a \spider". Some hypotheses that may be tested with the model are discussed. 1 Introduction Gene expression may be viewed as a parsing algorithm translation from a 1-dimensional genomic language of bases to a 3-dimensional structural language of proteins. Expression of genes occurs throughout the lifetime of a cell and is an important component of the (ongoing) development of the phenotype (or cell body) from the genotype (cell DNA). We wish to determine whether the process of gene expression is a useful notion to apply to evolutionary computation (EC). To answer this question we must build a model that is able to test hypotheses associated with gene expression and regulation in EC. It is important that the gene expression model sits at an appropriate level. It should be an abstraction of biology so as to embody some of the exibility and complexity of gene expression in real cells and it should also bear close relationships to EC so that it can tell us something about gene expression in the context of EC. The model we present in this paper, therefore, sits between biology and EC. It is a model of a single celled organism that inhabits a simple environment. Populations of cells are bred with a genetic algorithm (GA) [3] to adapt to the environment. As in a real cell, the phenotype used in our model varies with time the genome controls the articial cellular metabolism at all times. Operons are encoded on a bit string genome. In 1961, Jacob and Monod developed the operon model of gene expression and regulation [1] to explain expression in prokaryote cells. An operon is the smallest section of the genome able to be expressed or regulated. It is a sequence of genes preceded by a regulatory region (called the promoter region). In general, each gene codes for one protein or part thereof. Operons, then, group genes together that are regulated the same way. Figure 1 shows a schematic representation of an operon. Our cell model is similar in spirit to work carried out by Rosenberg [6] in His simulation was, by necessity, simpler than ours because of the limits of the computing machinery of the time. Other, more recent, cell models (e.g. [4]) also share similarities with our model of expression. See [5] for a survey of related cell models. After describing our model, we present preliminary results from an experiment showing that cells using the gene expression algorithm may be evolved to adapt to a simple environment. Finally we discuss some of the hypotheses we plan to test with our model. 2 Overview of the Cell Model When building a model of a cell with particular focus on gene expression and regulation we feel that it is important to consider the genotype as a string in some well dened genomic language or some representa-

2 In Proceedings of the GECCO-2000 Workshop Program: Gene Expression. July Las Vegas 2 tion of a (pseudo biological) computer program on a (mostly read only) storage medium. In our model (and in biology) the genome is a highly parallel program. The phenotype may be regarded as a kind of memory and computer. In our model, chemical species (and their relative concentrations) act as a memory and the way that the chemical species interact (via reactions in the metabolism) represents the computational machinery. The algorithm that generates a phenotype can be viewed as a sort of parsing algorithm and is part of the metabolism or computational machinery. It takes a program (genotype) in a parallel genomic language, parses the string from this language and instantiates computational elements (enzymes) that manipulate the memory locations of the computer (i.e. the concentrations and kinds of chemical species). Our genome encodes bases which are tokens of a genomic language. When read in sequence, the bases encode sentences that specify a set of simulated protein molecules (enzymes) able to be generated in the cell. Enzymes permit only a small subset of all the possible chemical reactions to occur in an articial metabolism. Indirectly, through the enzymes, the genome controls the metabolism and the cell. The metabolism, however, regulates the genome (by turning on or o genes) and actually produces the simulated enzyme molecules. Five main processes are embodied in the simulated metabolism: modication of chemicals with enzyme catalysed reactions; production of proteins (by gene expression and regulation); protein degradation; growth of the cell; and diusion of chemicals through the cell membrane. Our model requires this wide variety of metabolic processes to permit enough exibility for its use as a testbed. Chemical polymers are modelled as a string of digits according to the model proposed by Farmer, Kauman, and Packard [2]. Each digit represents one of ten possible articial monomers. Ten monomers were chosen to permit combination into chemical species of considerable complexity. The chemical \shape" (i.e. the list of digits) species how the chemical may interact with other chemicals. Chemical reactions are an abstraction of polymer condensation and cleavage reactions. Each reaction models an equilibrium joining two polymers under catalysis from an enzyme. When catalysing a reaction, the closer the \shape" of the enzyme is to the \shape" of reactants (i.e. the more specic the enzyme), the faster the reaction can occur. The chemical species and ve metabolic processes are encoded into a large system of coupled nonlinear ordinary dierential equations. An example with bases: <start operon> Operon promoter gene 1... gene i... gene n... <start enzyme> Switch Data <start carrier> Non coding region <end operon> or <start operon> Figure 1: Schematic of operon structure. An operon consists of a promoter (regulatory) region followed by one or more genes, each coding for a protein. 3 Model of the Genome A genome comprising a string of bits encodes tokens from the genomic language. At the highest level, the genome consists of a list of operons separated by noncoding regions (see gure 1). Our language dissociates genes from particular loci. Four bit blocks (i.e. nibbles) are read from the genome bit string. The sixteen possible coded words are divided into ten digits (00002 to 10012) and six control codes (10102 to 11112). The ten digits are used to specify monomers to build into proteins or as parts of keys for gene regulation and the remaining six bases encode four special codes: <start operon> (10102, 10112), <start enzyme> (11002, 11012), <start carrier> (11102) and <end operon> (11112). The two kinds of proteins (enzymes and carriers) produced from the genome may be viewed as two distinct types of parameters that are found and optimised by the GA. The experiment in this paper, however, does not use the <start carrier> code. Promoter regions may contain a sequence of bases that specify a key used to switch the operon on or o. Operons may be constitutive (always active), repressible (active unless a matching key is available), or inducible (inactive unless an appropriate key is present). The closer the shape of a chemical is to the key specication of an operon, the more readily that chemical will be able to change the activation of the operon. Gene specications follow the promoter region. The context-free grammar for generating valid operon strings is given in table 1. Although this language is not regular, it is possible to parse a genome with a modied deterministic nite state automaton. The nite state automaton manipulates a few additional variables that are used to accumulate information across states [5]. It is important to stress that we are not implying that the parsing operation is accomplished with one molecule: the nite state automaton is an abstraction of a group of molecules working together.

3 In Proceedings of the GECCO-2000 Workshop Program: Gene Expression. July Las Vegas 3 Table 1: Parallel genomic language used to encode genes in an operon. The genome contains strings in this language. <operon>! <startoperon> <operonbody> <operonbody>! <promoter> <genelist> <operonbody>! <genelist> <promoter>! <switchtype> <promoter>! <switchtype> <baselist> <switchtype>! <repressible> j <inducible> <repressible>! 0 j 2 j 4 j 6 j 8 <inducible>! 1 j 3 j 5 j 7 j 9 <genelist>! <endofoperon> <genelist>! <enzyme> <genelist> <genelist>! <carrier> <genelist> <enzyme>! <startenzyme> <base> <baselist> <carrier>! <startcarrier> <baselist> <baselist>! <base> <baselist> <baselist>! <base> <base>! 0 j 1j 2 j 3 j 4 j 5 j 6 j 7 j 8 j 9 <endofoperon>! <endoperon>j <startoperon> <startoperon>! a j b <startenzyme>! c j d <startcarrier>! e <endoperon>! f 4 Gene Expression and Regulation Protein production in biological cells is a complex multistage process with stages occurring in dierent places in a cell. This allows the cell ne control over production of proteins [1]. However, in our model we are interested in the basic idea that information encoded in a genome guides the creation of proteins and that this production can be regulated. We have, therefore, combined the processes of transcription and translation into one operation that is embodied in an entity called a \spider". Spiders should be viewed as an abstraction of complex protein machinery that is able to (i) locate the start of operons; (ii) read and identify bases on the genome; and (iii) produce protein strings by traversing the genome. The analogy is of a spider moving along a surface (the genome) spinning a strand of its web (a protein chain). 4.1 A Discrete Spider Model Spiders are modelled as a family of similarly shaped chemicals. Speed of initialisation of transcription for a spider is proportional to the similarity of the shape of the spider chemical to an arbitrary but xed \ideal" spider. The motivation behind this \blurriness" of spider shape and transcription ability is to encourage evolution to nd spiders. A hard distinction between spi- Attach to genome at transcription initiation site Spider Pool Rejoin pool Producing a protein Ending a gene Promoter Gene 1 Gene 2 Gene 3 Figure 2: Overview of the discrete model of gene expression der and non-spider makes discovery of spiders by evolution more dicult. The problem of spider discovery in such a scheme becomes akin to the \needle in the haystack" problem which is dicult for evolution to solve. We imagine a population of spider molecules crawling along the genome reading tokens (gure 2). With each step, a spider adds a monomer to a growing protein chain that it creates. A spider may only attach to the genome at the promoter region and leave it at the end of the operon. As it moves from one gene to the next, the spider nishes the protein and releases it into the metabolism. When a spider falls o the end of an operon, it randomly joins another operon. Furthermore, a spider may only attach to an operon if the operon is ready for transcription (switched on). Constitutive operons (see section 3) are always ready for expression. Spiders may attach to them at any time. Repressible operons are active unless a \blocker" molecule is bound to the promoter region, in which case they are turned o. Spiders may only attach to repressible operons if a blocker molecule isn't bound to the promoter region at that time. Inducible operons function in the other way. They are inactive unless an activator molecule is bound to the promoter. Molecules bind to the promoter for only short periods.

4 In Proceedings of the GECCO-2000 Workshop Program: Gene Expression. July Las Vegas 4 The more bases matching between the molecule and the promoter region, the stronger the bond, and the longer the molecule stays attached. 4.2 A Continuous Spider Model The gene expression scheme of section 4.1, however, is unsuitable for the cell model because it is discrete, whilst the rest of our model is encoded continuously using dierential equations. We therefore recast the discrete model of molecular interactions into a continuous reaction graph. Each step along the genome is rewritten as an irreversible reaction with a spider molecule (S) and monomer (M i.e. matching the base being read) as reactants and a modied spider molecule (S 0 ) and perhaps a protein (P ) as products. The modied spider molecule becomes the reactant (S) for the next base along the genome, thus making a biological pathway. S + M?! S 0 + P (1) The product spider molecule (S 0 ) will be either a spider from the pool (if this reaction is for the addition of the last monomer of the last protein of an operon) or a spider clinging to the next position along the genome (when there are more genes left on the operon). The protein molecule (P ) is only produced if the reaction represents the nal base of a gene. The rst reaction in each pathway has an additional parameter that gives the probability that the spider can bind to the operon at the current time. This parameter regulates the operon and works similarly to a variable reaction rate. In this case, the rate \constant" for the reaction is G i K T where G i is the activation of the ith operon (in the range [0; 1]) and K T is the transcription initiation rate constant for the spider. When this reaction is not the rst of the operon, we choose a rate constant of 1 to expedite expression. The activation of an operon (G i ) depends on the availability of chemicals in the metabolism that can switch the operon on or o. We model this activation by calculating the probability that a spider may attach to the start of an operon. The probability of a spider binding to a constitutive operon is 1. Inducible and repressible operons only accept spiders when a switch chemical is bound to the promoter region or not respectively. For inducible operons, the probability of accepting a spider is equal to the probability of an activator chemical being bound at that time to the promoter region (^ n ). In the case of repressible operons, the probability is one minus the probability of a blocker being bound to the promoter region (1? ^ n ). Determination of the probability that a switching chemical is bound to the promoter region (^ n ) is more dicult because there may be many (n) such similarly shaped species able to bind to the promoter region. We calculate this probability by combining the probabilities of a particular chemical species binding to the promoter in isolation ( j ), which is simpler to quantify. Derivation of these are presented in [5] but results are summarised below. The probability that one molecule of a particular chemical species j is bound to the promoter region (ignoring other species) is j = 1? e?kjsj (2) where s j is the concentration of species j and K K j = : (3) (1? q j ) e?njb q j is the probability that switching chemical j will not immediately bind to the promoter region. This is calculated by looking at all the possible ways chemical j can bind to the promoter region and counting all the positions where there are no bonds (i.e. matches) between the chemical and the promoter region. q j is the ratio of the number of positions with no matches to the total number of positions. The exponential part of the denominator of equation (3) species the length of time chemical j will bind to the promoter region. This time follows the Boltzmann distribution and depends on the average number of bonds between the chemical and the promoter region (n j ) and the relative strength of each bond (b, typically 0.25). K is a constant used to calibrate the concentration of a switching chemical with the probability that the chemical will be bound to the promoter region. The actual value used (1:010 3 ) is arbitrary but its general relationship with the other parameters is important. Given the probability of chemical species binding to the promoter region in isolation, we may calculate the probability that a molecule of one of n competing chemical species is bound to the same promoter region as ^ n = 1 + (1? 1) I (n) 1 + (1? 1) I (n) (4)

5 In Proceedings of the GECCO-2000 Workshop Program: Gene Expression. July Las Vegas 5 I (n) = nx i=2 i 1? i (5) where n is the number of competing switch chemical species and i is the probability that a molecule of species i will bind to the promoter region (assuming no other competition). There is a variable ^ n for each inducible or repressible operon on the genome and derivatives are added to the system of dierential equations. 5 A Preliminary Experiment An experiment was developed to provide a sanity check on the model. We ask the question: is it possible to evolve cells that are able to exist in a simple environment? We use a GA to evolve a population of cells. Each cell is simulated in isolation inside its own environment. The environment causes the cell to grow by bathing it in chemicals that make the cell membrane grow. The simulation involves building the cell from its initial chemical concentrations and genome. Initial chemical concentrations of a cell are derived from the - nal concentration values of the mother's chemicals, the mother being a random choice between the cell's two parents. Next, the genome is parsed into a list of operons. A graph of chemical reactions in the cell is then determined by matching the operon list with the available chemical species. The reaction graph is encoded into a system of non-linear dierential equations. Additional terms are added to equations for diusion of chemicals through the cellular membrane. A typical cell simulation might contain around 185 enzyme-catalysed reactions, 700 dierential equations each containing 10 to 25 terms, around 200 chemical species and 10 enzymes. This may seem large, but compared to an actual cell, our simulations are mere caricatures. The system of dierential equations is numerically integrated to determine how the phenotype (or cell) changes over a time period. Integration occurs from time (t) 0, until t has passed a given value (1: ), or more than 2500 time steps are made, or one of the chemical concentrations in the phenotype has moved above the (arbitrary) value 1:0 10?4. This latter event denotes cell death. When chemicals appear with concentration greater than that of one molecule, new reactions become possible and the system of dierential equations is updated similarly to [2]. A steady-state GA with a population of 100 individuals evolves the cell models. Breeding occurs only when the population contains at least 75 individuals that have nished simulation. Fitness proportionate selection with the roulette wheel algorithm nds breeding pairs. Mutation (with probability of bit mutation 0.005), crossover (approximately four points per genome) and inversion (with probability 0.15 per genome) are applied as dened in [5]. The objective function is a combination of six metrics in the range [0; 1] (also dened in [5]). Fitness components were derived with the intention of forming a canonical set. Fitness values are bounded above at 63, but as metrics conict with one another, the maximum tness score cannot be realised. Qualitatively the metrics are: the absolute change in the cell's volume over the course of its lifetime relative to a target value the length of time the cell lived how closely correlated the genome switching regions are to the chemicals controlling cell growth the complexity of the metabolic reaction graph the number of chemicals aecting cell growth the number of dierential equations in the cell Additionally, the tness of cells that died during the simulation is halved. Cells that died may have a tness value greater than zero so as to help evolution at the beginning of the run. A simpler tness function that contains only the rst metric (i.e. keeping the volume constant) would seem more appropriate, however, this tness function was not able to evolve cells that could live in the environment. 5.1 Results An experiment was run evolving cells in the simple environment [5]. The rst population of cells started with random genomes and simple initial chemical ensembles. The initial chemical ensemble included a basic set of \spider" chemicals and simple chemicals that a cell could use as building blocks but no enzymes. Figure 3 shows a graph of the tness attained. The X-axis represents each cell in the order they were run. Values near the maximum tness were reached early (soon after ospring of the initial population are produced). We observed a large diversity of genes in the nal population of cells. This reects the fact that there does not appear to be one \right" solution for the experiment with maximum tness but a variety of valid approaches, all having similar (high) tness. Genomes

6 In Proceedings of the GECCO-2000 Workshop Program: Gene Expression. July Las Vegas 6 Fitness Fitness in Environment Average Fitness Maximum Fitness Cell ID or time Figure 3: Graph showing the average and maximum tness (Y-axis) attained for the each cell simulation run (X-axis). with dierent approaches to controlling a metabolism may be maintained as long as valid contexts for their use (i.e. initial metabolic conditions) also exist. This suggests that future experiments may benet from speciation. 6 Conclusion Use of the gene expression model in the experiment outlined above encourages us to formulate hypotheses associated with gene expression and regulation in EC. Evolution of regulation requires a dynamic environment. We observed, in the experiment, that operons weren't dynamically regulated: operons were either always active or inactive throughout simulations. This seems to be a result of the simple static environment used: when changing stimuli are not presented to a cell throughout its lifetime, there is no selective pressure to adapt to them. An experiment to test this hypothesis requires a more dynamic environment. Time lags due to the expression algorithm may increase the \expressive power". Gene switching is not instantaneous: there is a time lag between a switch chemical binding to the promoter and a change in the amount of protein produced. This is because regulation aects only spiders joining the operon from the pool. The size of this time lag for each gene is proportional to its distance from the promoter region. Evolution may conceivably take advantage of this by (i) placing genes that need fast switching earlier in the operon; (ii) using shorter genes when they need to be switched quickly; or (iii) using two operons with similar promoter regions for faster gene expression and regulation (parallel processing). We wish to investigate whether evolution takes advantage of these time lags. Sensitivity of the genomic language to attack from genetic operators. The four special control codes used in the parallel genomic language cause semantic linkages within operons. The meaning of a base in an operon is not an intrinsic property, but is dependent on the preceding \special" tokens. This linkage implies that genetic operators may have a signicant eect on a genome. For example, one mutation could obliterate an operon. Experiments are required to test the sensitivity of the genome and genomic language in this respect. Factors such as the degree of redundancy in the genomic language and the density of operons on the genome appear to be signicant but further investigation is required. Although it is not clear whether gene expression enhances EC or what diculty would be involved in incorporating it into existing applications, we feel encouraged that this model may be used to solve some problems and that it is exible enough to test the above hypotheses. The next stage of investigation involves clarifying and testing the hypotheses and dening a more general discrete phenotype (incorporating the discrete spider expression model) for use in less biological problems. References [1] Alberts, Bray, et al. Molecular Biology of the Cell. Garland Publishing, New York, third edition, [2] J. D. Farmer, S. A. Kauman, and N. H. Packard. Autocatalytic replication of polymers. Physica 22D, pages 50{67, [3] J. H. Holland. Adaptation in Natural and Articial Systems. MIT Press, Cambridge, Massachusetts, rst MIT press edition, [4] N. Jacobi. Harnessing morphogenesis. Cognitive Science Research Paper 423, School of Cognitive and Computing Sciences, University of Sussex, [5] P. J. Kennedy. Simulation of the Evolution of Single Celled Organisms with Genome, Metabolism, and Time{Varying Phenotype. PhD thesis, University of Technology, Sydney, [6] R. S. Rosenberg. Simulation of Genetic Populations with Biochemical Properties. PhD thesis, University of Michigan, 1967.

0 o 1 i B C D 0/1 0/ /1

0 o 1 i B C D 0/1 0/ /1 A Comparison of Dominance Mechanisms and Simple Mutation on Non-Stationary Problems Jonathan Lewis,? Emma Hart, Graeme Ritchie Department of Articial Intelligence, University of Edinburgh, Edinburgh EH

More information

Biological Pathways Representation by Petri Nets and extension

Biological Pathways Representation by Petri Nets and extension Biological Pathways Representation by and extensions December 6, 2006 Biological Pathways Representation by and extension 1 The cell Pathways 2 Definitions 3 4 Biological Pathways Representation by and

More information

Control of Gene Expression in Prokaryotes

Control of Gene Expression in Prokaryotes Why? Control of Expression in Prokaryotes How do prokaryotes use operons to control gene expression? Houses usually have a light source in every room, but it would be a waste of energy to leave every light

More information

Name Period The Control of Gene Expression in Prokaryotes Notes

Name Period The Control of Gene Expression in Prokaryotes Notes Bacterial DNA contains genes that encode for many different proteins (enzymes) so that many processes have the ability to occur -not all processes are carried out at any one time -what allows expression

More information

Chapter 15 Active Reading Guide Regulation of Gene Expression

Chapter 15 Active Reading Guide Regulation of Gene Expression Name: AP Biology Mr. Croft Chapter 15 Active Reading Guide Regulation of Gene Expression The overview for Chapter 15 introduces the idea that while all cells of an organism have all genes in the genome,

More information

Comparison of Evolutionary Methods for. Smoother Evolution. 2-4 Hikaridai, Seika-cho. Soraku-gun, Kyoto , JAPAN

Comparison of Evolutionary Methods for. Smoother Evolution. 2-4 Hikaridai, Seika-cho. Soraku-gun, Kyoto , JAPAN Comparison of Evolutionary Methods for Smoother Evolution Tomofumi Hikage, Hitoshi Hemmi, and Katsunori Shimohara NTT Communication Science Laboratories 2-4 Hikaridai, Seika-cho Soraku-gun, Kyoto 619-0237,

More information

ACTA PHYSICA DEBRECINA XLVI, 47 (2012) MODELLING GENE REGULATION WITH BOOLEAN NETWORKS. Abstract

ACTA PHYSICA DEBRECINA XLVI, 47 (2012) MODELLING GENE REGULATION WITH BOOLEAN NETWORKS. Abstract ACTA PHYSICA DEBRECINA XLVI, 47 (2012) MODELLING GENE REGULATION WITH BOOLEAN NETWORKS E. Fenyvesi 1, G. Palla 2 1 University of Debrecen, Department of Experimental Physics, 4032 Debrecen, Egyetem 1,

More information

Lecture 7: Simple genetic circuits I

Lecture 7: Simple genetic circuits I Lecture 7: Simple genetic circuits I Paul C Bressloff (Fall 2018) 7.1 Transcription and translation In Fig. 20 we show the two main stages in the expression of a single gene according to the central dogma.

More information

Chapter 6- An Introduction to Metabolism*

Chapter 6- An Introduction to Metabolism* Chapter 6- An Introduction to Metabolism* *Lecture notes are to be used as a study guide only and do not represent the comprehensive information you will need to know for the exams. The Energy of Life

More information

Chapter 8: Introduction to Evolutionary Computation

Chapter 8: Introduction to Evolutionary Computation Computational Intelligence: Second Edition Contents Some Theories about Evolution Evolution is an optimization process: the aim is to improve the ability of an organism to survive in dynamically changing

More information

Complete all warm up questions Focus on operon functioning we will be creating operon models on Monday

Complete all warm up questions Focus on operon functioning we will be creating operon models on Monday Complete all warm up questions Focus on operon functioning we will be creating operon models on Monday 1. What is the Central Dogma? 2. How does prokaryotic DNA compare to eukaryotic DNA? 3. How is DNA

More information

Topic 4 - #14 The Lactose Operon

Topic 4 - #14 The Lactose Operon Topic 4 - #14 The Lactose Operon The Lactose Operon The lactose operon is an operon which is responsible for the transport and metabolism of the sugar lactose in E. coli. - Lactose is one of many organic

More information

BME 5742 Biosystems Modeling and Control

BME 5742 Biosystems Modeling and Control BME 5742 Biosystems Modeling and Control Lecture 24 Unregulated Gene Expression Model Dr. Zvi Roth (FAU) 1 The genetic material inside a cell, encoded in its DNA, governs the response of a cell to various

More information

Enduring understanding 1.A: Change in the genetic makeup of a population over time is evolution.

Enduring understanding 1.A: Change in the genetic makeup of a population over time is evolution. The AP Biology course is designed to enable you to develop advanced inquiry and reasoning skills, such as designing a plan for collecting data, analyzing data, applying mathematical routines, and connecting

More information

Introduction. Gene expression is the combined process of :

Introduction. Gene expression is the combined process of : 1 To know and explain: Regulation of Bacterial Gene Expression Constitutive ( house keeping) vs. Controllable genes OPERON structure and its role in gene regulation Regulation of Eukaryotic Gene Expression

More information

Prokaryotic Gene Expression (Learning Objectives)

Prokaryotic Gene Expression (Learning Objectives) Prokaryotic Gene Expression (Learning Objectives) 1. Learn how bacteria respond to changes of metabolites in their environment: short-term and longer-term. 2. Compare and contrast transcriptional control

More information

SPA for quantitative analysis: Lecture 6 Modelling Biological Processes

SPA for quantitative analysis: Lecture 6 Modelling Biological Processes 1/ 223 SPA for quantitative analysis: Lecture 6 Modelling Biological Processes Jane Hillston LFCS, School of Informatics The University of Edinburgh Scotland 7th March 2013 Outline 2/ 223 1 Introduction

More information

Problem Set 2. 1 Competitive and uncompetitive inhibition (12 points) Systems Biology (7.32/7.81J/8.591J)

Problem Set 2. 1 Competitive and uncompetitive inhibition (12 points) Systems Biology (7.32/7.81J/8.591J) Problem Set 2 1 Competitive and uncompetitive inhibition (12 points) a. Reversible enzyme inhibitors can bind enzymes reversibly, and slowing down or halting enzymatic reactions. If an inhibitor occupies

More information

Bi 1x Spring 2014: LacI Titration

Bi 1x Spring 2014: LacI Titration Bi 1x Spring 2014: LacI Titration 1 Overview In this experiment, you will measure the effect of various mutated LacI repressor ribosome binding sites in an E. coli cell by measuring the expression of a

More information

Genetic Algorithms with Dynamic Niche Sharing. for Multimodal Function Optimization. at Urbana-Champaign. IlliGAL Report No

Genetic Algorithms with Dynamic Niche Sharing. for Multimodal Function Optimization. at Urbana-Champaign. IlliGAL Report No Genetic Algorithms with Dynamic Niche Sharing for Multimodal Function Optimization Brad L. Miller Dept. of Computer Science University of Illinois at Urbana-Champaign Michael J. Shaw Beckman Institute

More information

A A A A B B1

A A A A B B1 LEARNING OBJECTIVES FOR EACH BIG IDEA WITH ASSOCIATED SCIENCE PRACTICES AND ESSENTIAL KNOWLEDGE Learning Objectives will be the target for AP Biology exam questions Learning Objectives Sci Prac Es Knowl

More information

Simple Model of Evolution. Reed College FAX (505) Abstract. of evolution. The model consists of a two-dimensional world with a

Simple Model of Evolution. Reed College FAX (505) Abstract. of evolution. The model consists of a two-dimensional world with a Adaptation of Mutation Rates in a Simple Model of Evolution Mark A. Bedau Reed College Robert Seymour 3213 SE Woodstock Blvd., Portland, OR 97202, USA FAX (505) 777-7769 mab@reed.edu rseymour@reed.edu

More information

Topic 4: Equilibrium binding and chemical kinetics

Topic 4: Equilibrium binding and chemical kinetics Topic 4: Equilibrium binding and chemical kinetics Outline: Applications, applications, applications use Boltzmann to look at receptor-ligand binding use Boltzmann to look at PolII-DNA binding and gene

More information

Bacterial Genetics & Operons

Bacterial Genetics & Operons Bacterial Genetics & Operons The Bacterial Genome Because bacteria have simple genomes, they are used most often in molecular genetics studies Most of what we know about bacterial genetics comes from the

More information

Big Idea 1: The process of evolution drives the diversity and unity of life.

Big Idea 1: The process of evolution drives the diversity and unity of life. Big Idea 1: The process of evolution drives the diversity and unity of life. understanding 1.A: Change in the genetic makeup of a population over time is evolution. 1.A.1: Natural selection is a major

More information

AP Curriculum Framework with Learning Objectives

AP Curriculum Framework with Learning Objectives Big Ideas Big Idea 1: The process of evolution drives the diversity and unity of life. AP Curriculum Framework with Learning Objectives Understanding 1.A: Change in the genetic makeup of a population over

More information

Hybrid Model of gene regulatory networks, the case of the lac-operon

Hybrid Model of gene regulatory networks, the case of the lac-operon Hybrid Model of gene regulatory networks, the case of the lac-operon Laurent Tournier and Etienne Farcot LMC-IMAG, 51 rue des Mathématiques, 38041 Grenoble Cedex 9, France Laurent.Tournier@imag.fr, Etienne.Farcot@imag.fr

More information

Newly made RNA is called primary transcript and is modified in three ways before leaving the nucleus:

Newly made RNA is called primary transcript and is modified in three ways before leaving the nucleus: m Eukaryotic mrna processing Newly made RNA is called primary transcript and is modified in three ways before leaving the nucleus: Cap structure a modified guanine base is added to the 5 end. Poly-A tail

More information

GENE REGULATION AND PROBLEMS OF DEVELOPMENT

GENE REGULATION AND PROBLEMS OF DEVELOPMENT GENE REGULATION AND PROBLEMS OF DEVELOPMENT By Surinder Kaur DIET Ropar Surinder_1998@ yahoo.in Mob No 9988530775 GENE REGULATION Gene is a segment of DNA that codes for a unit of function (polypeptide,

More information

Lecture 22. Introduction to Genetic Algorithms

Lecture 22. Introduction to Genetic Algorithms Lecture 22 Introduction to Genetic Algorithms Thursday 14 November 2002 William H. Hsu, KSU http://www.kddresearch.org http://www.cis.ksu.edu/~bhsu Readings: Sections 9.1-9.4, Mitchell Chapter 1, Sections

More information

CS-E5880 Modeling biological networks Gene regulatory networks

CS-E5880 Modeling biological networks Gene regulatory networks CS-E5880 Modeling biological networks Gene regulatory networks Jukka Intosalmi (based on slides by Harri Lähdesmäki) Department of Computer Science Aalto University January 12, 2018 Outline Modeling gene

More information

Advanced Protein Models

Advanced Protein Models Advanced Protein Models James. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2014 Outline Advanced Protein Models The Bound Fraction Transcription

More information

L3.1: Circuits: Introduction to Transcription Networks. Cellular Design Principles Prof. Jenna Rickus

L3.1: Circuits: Introduction to Transcription Networks. Cellular Design Principles Prof. Jenna Rickus L3.1: Circuits: Introduction to Transcription Networks Cellular Design Principles Prof. Jenna Rickus In this lecture Cognitive problem of the Cell Introduce transcription networks Key processing network

More information

Advanced Protein Models

Advanced Protein Models Advanced Protein Models James. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2014 Outline 1 Advanced Protein Models 2 The Bound Fraction

More information

Unit 1: Chemistry of Life Guided Reading Questions (80 pts total)

Unit 1: Chemistry of Life Guided Reading Questions (80 pts total) Name: AP Biology Biology, Campbell and Reece, 7th Edition Adapted from chapter reading guides originally created by Lynn Miriello Chapter 1 Exploring Life Unit 1: Chemistry of Life Guided Reading Questions

More information

Lecture 14 - P v.s. NP 1

Lecture 14 - P v.s. NP 1 CME 305: Discrete Mathematics and Algorithms Instructor: Professor Aaron Sidford (sidford@stanford.edu) February 27, 2018 Lecture 14 - P v.s. NP 1 In this lecture we start Unit 3 on NP-hardness and approximation

More information

APGRU6L2. Control of Prokaryotic (Bacterial) Genes

APGRU6L2. Control of Prokaryotic (Bacterial) Genes APGRU6L2 Control of Prokaryotic (Bacterial) Genes 2007-2008 Bacterial metabolism Bacteria need to respond quickly to changes in their environment STOP u if they have enough of a product, need to stop production

More information

ADVANCED PLACEMENT BIOLOGY

ADVANCED PLACEMENT BIOLOGY ADVANCED PLACEMENT BIOLOGY Description Advanced Placement Biology is designed to be the equivalent of a two-semester college introductory course for Biology majors. The course meets seven periods per week

More information

Name: SBI 4U. Gene Expression Quiz. Overall Expectation:

Name: SBI 4U. Gene Expression Quiz. Overall Expectation: Gene Expression Quiz Overall Expectation: - Demonstrate an understanding of concepts related to molecular genetics, and how genetic modification is applied in industry and agriculture Specific Expectation(s):

More information

Regulation of Gene Expression *

Regulation of Gene Expression * OpenStax-CNX module: m44534 1 Regulation of Gene Expression * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the end of this section,

More information

56:198:582 Biological Networks Lecture 8

56:198:582 Biological Networks Lecture 8 56:198:582 Biological Networks Lecture 8 Course organization Two complementary approaches to modeling and understanding biological networks Constraint-based modeling (Palsson) System-wide Metabolism Steady-state

More information

Introduction to Bioinformatics

Introduction to Bioinformatics CSCI8980: Applied Machine Learning in Computational Biology Introduction to Bioinformatics Rui Kuang Department of Computer Science and Engineering University of Minnesota kuang@cs.umn.edu History of Bioinformatics

More information

4. Why not make all enzymes all the time (even if not needed)? Enzyme synthesis uses a lot of energy.

4. Why not make all enzymes all the time (even if not needed)? Enzyme synthesis uses a lot of energy. 1 C2005/F2401 '10-- Lecture 15 -- Last Edited: 11/02/10 01:58 PM Copyright 2010 Deborah Mowshowitz and Lawrence Chasin Department of Biological Sciences Columbia University New York, NY. Handouts: 15A

More information

2 Dilution of Proteins Due to Cell Growth

2 Dilution of Proteins Due to Cell Growth Problem Set 1 1 Transcription and Translation Consider the following set of reactions describing the process of maing a protein out of a gene: G β g G + M M α m M β m M + X X + S 1+ 1 X S 2+ X S X S 2

More information

Compare and contrast the cellular structures and degrees of complexity of prokaryotic and eukaryotic organisms.

Compare and contrast the cellular structures and degrees of complexity of prokaryotic and eukaryotic organisms. Subject Area - 3: Science and Technology and Engineering Education Standard Area - 3.1: Biological Sciences Organizing Category - 3.1.A: Organisms and Cells Course - 3.1.B.A: BIOLOGY Standard - 3.1.B.A1:

More information

Activation of a receptor. Assembly of the complex

Activation of a receptor. Assembly of the complex Activation of a receptor ligand inactive, monomeric active, dimeric When activated by growth factor binding, the growth factor receptor tyrosine kinase phosphorylates the neighboring receptor. Assembly

More information

Basic Synthetic Biology circuits

Basic Synthetic Biology circuits Basic Synthetic Biology circuits Note: these practices were obtained from the Computer Modelling Practicals lecture by Vincent Rouilly and Geoff Baldwin at Imperial College s course of Introduction to

More information

15.2 Prokaryotic Transcription *

15.2 Prokaryotic Transcription * OpenStax-CNX module: m52697 1 15.2 Prokaryotic Transcription * Shannon McDermott Based on Prokaryotic Transcription by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons

More information

CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON

CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON PROKARYOTE GENES: E. COLI LAC OPERON CHAPTER 13 CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON Figure 1. Electron micrograph of growing E. coli. Some show the constriction at the location where daughter

More information

Introduction to Bioinformatics

Introduction to Bioinformatics Systems biology Introduction to Bioinformatics Systems biology: modeling biological p Study of whole biological systems p Wholeness : Organization of dynamic interactions Different behaviour of the individual

More information

Curriculum Map. Biology, Quarter 1 Big Ideas: From Molecules to Organisms: Structures and Processes (BIO1.LS1)

Curriculum Map. Biology, Quarter 1 Big Ideas: From Molecules to Organisms: Structures and Processes (BIO1.LS1) 1 Biology, Quarter 1 Big Ideas: From Molecules to Organisms: Structures and Processes (BIO1.LS1) Focus Standards BIO1.LS1.2 Evaluate comparative models of various cell types with a focus on organic molecules

More information

Revisiting the Edge of Chaos: Evolving Cellular Automata to Perform. Santa Fe Institute Working Paper (Submitted to Complex Systems)

Revisiting the Edge of Chaos: Evolving Cellular Automata to Perform. Santa Fe Institute Working Paper (Submitted to Complex Systems) Revisiting the Edge of Chaos: Evolving Cellular Automata to Perform Computations Melanie Mitchell 1, Peter T. Hraber 1, and James P. Crutcheld 2 Santa Fe Institute Working Paper 93-3-14 (Submitted to Complex

More information

Haploid & diploid recombination and their evolutionary impact

Haploid & diploid recombination and their evolutionary impact Haploid & diploid recombination and their evolutionary impact W. Garrett Mitchener College of Charleston Mathematics Department MitchenerG@cofc.edu http://mitchenerg.people.cofc.edu Introduction The basis

More information

VCE BIOLOGY Relationship between the key knowledge and key skills of the Study Design and the Study Design

VCE BIOLOGY Relationship between the key knowledge and key skills of the Study Design and the Study Design VCE BIOLOGY 2006 2014 Relationship between the key knowledge and key skills of the 2000 2005 Study Design and the 2006 2014 Study Design The following table provides a comparison of the key knowledge (and

More information

Regulation of Gene Expression

Regulation of Gene Expression Chapter 18 Regulation of Gene Expression Edited by Shawn Lester PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley

More information

Map of AP-Aligned Bio-Rad Kits with Learning Objectives

Map of AP-Aligned Bio-Rad Kits with Learning Objectives Map of AP-Aligned Bio-Rad Kits with Learning Objectives Cover more than one AP Biology Big Idea with these AP-aligned Bio-Rad kits. Big Idea 1 Big Idea 2 Big Idea 3 Big Idea 4 ThINQ! pglo Transformation

More information

Prokaryotic Gene Expression (Learning Objectives)

Prokaryotic Gene Expression (Learning Objectives) Prokaryotic Gene Expression (Learning Objectives) 1. Learn how bacteria respond to changes of metabolites in their environment: short-term and longer-term. 2. Compare and contrast transcriptional control

More information

CHAPTER : Prokaryotic Genetics

CHAPTER : Prokaryotic Genetics CHAPTER 13.3 13.5: Prokaryotic Genetics 1. Most bacteria are not pathogenic. Identify several important roles they play in the ecosystem and human culture. 2. How do variations arise in bacteria considering

More information

Computational Biology: Basics & Interesting Problems

Computational Biology: Basics & Interesting Problems Computational Biology: Basics & Interesting Problems Summary Sources of information Biological concepts: structure & terminology Sequencing Gene finding Protein structure prediction Sources of information

More information

Principles of Genetics

Principles of Genetics Principles of Genetics Snustad, D ISBN-13: 9780470903599 Table of Contents C H A P T E R 1 The Science of Genetics 1 An Invitation 2 Three Great Milestones in Genetics 2 DNA as the Genetic Material 6 Genetics

More information

Dipankar Dasgupta and Douglas R. McGregor. Department of Computer Science. University of Strathclyde. Glasgow G1 1XH U. K.

Dipankar Dasgupta and Douglas R. McGregor. Department of Computer Science. University of Strathclyde. Glasgow G1 1XH U. K. sga : A Structured Genetic Algorithm. Dipankar Dasgupta and Douglas R. McGregor. dasgupta@cs.strath.ac.uk and douglas@cs.strath.ac.uk Department of Computer Science University of Strathclyde Glasgow G1

More information

Designer Genetic Algorithms: Genetic Algorithms in Structure Design. Inputs. C 0 A0 B0 A1 B1.. An Bn

Designer Genetic Algorithms: Genetic Algorithms in Structure Design. Inputs. C 0 A0 B0 A1 B1.. An Bn A B C Sum Carry Carry Designer Genetic Algorithms: Genetic Algorithms in Structure Design Sushil J. Louis Department of Computer Science Indiana University, Bloomington, IN 47405 louis@iuvax.cs.indiana.edu

More information

Written Exam 15 December Course name: Introduction to Systems Biology Course no

Written Exam 15 December Course name: Introduction to Systems Biology Course no Technical University of Denmark Written Exam 15 December 2008 Course name: Introduction to Systems Biology Course no. 27041 Aids allowed: Open book exam Provide your answers and calculations on separate

More information

Peddie Summer Day School

Peddie Summer Day School Peddie Summer Day School Course Syllabus: BIOLOGY Teacher: Mr. Jeff Tuliszewski Text: Biology by Miller and Levine, Prentice Hall, 2010 edition ISBN 9780133669510 Guided Reading Workbook for Biology ISBN

More information

cells [20]. CAs exhibit three notable features, namely massive parallelism, locality of cellular interactions, and simplicity of basic components (cel

cells [20]. CAs exhibit three notable features, namely massive parallelism, locality of cellular interactions, and simplicity of basic components (cel I. Rechenberg, and H.-P. Schwefel (eds.), pages 950-959, 1996. Copyright Springer-Verlag 1996. Co-evolving Parallel Random Number Generators Moshe Sipper 1 and Marco Tomassini 2 1 Logic Systems Laboratory,

More information

Regulation of gene expression. Premedical - Biology

Regulation of gene expression. Premedical - Biology Regulation of gene expression Premedical - Biology Regulation of gene expression in prokaryotic cell Operon units system of negative feedback positive and negative regulation in eukaryotic cell - at any

More information

BIOLOGY STANDARDS BASED RUBRIC

BIOLOGY STANDARDS BASED RUBRIC BIOLOGY STANDARDS BASED RUBRIC STUDENTS WILL UNDERSTAND THAT THE FUNDAMENTAL PROCESSES OF ALL LIVING THINGS DEPEND ON A VARIETY OF SPECIALIZED CELL STRUCTURES AND CHEMICAL PROCESSES. First Semester Benchmarks:

More information

Biology 112 Practice Midterm Questions

Biology 112 Practice Midterm Questions Biology 112 Practice Midterm Questions 1. Identify which statement is true or false I. Bacterial cell walls prevent osmotic lysis II. All bacterial cell walls contain an LPS layer III. In a Gram stain,

More information

Multiple Choice Review- Eukaryotic Gene Expression

Multiple Choice Review- Eukaryotic Gene Expression Multiple Choice Review- Eukaryotic Gene Expression 1. Which of the following is the Central Dogma of cell biology? a. DNA Nucleic Acid Protein Amino Acid b. Prokaryote Bacteria - Eukaryote c. Atom Molecule

More information

Bio 101 General Biology 1

Bio 101 General Biology 1 Revised: Fall 2016 Bio 101 General Biology 1 COURSE OUTLINE Prerequisites: Prerequisite: Successful completion of MTE 1, 2, 3, 4, and 5, and a placement recommendation for ENG 111, co-enrollment in ENF

More information

REGULATION OF GENE EXPRESSION. Bacterial Genetics Lac and Trp Operon

REGULATION OF GENE EXPRESSION. Bacterial Genetics Lac and Trp Operon REGULATION OF GENE EXPRESSION Bacterial Genetics Lac and Trp Operon Levels of Metabolic Control The amount of cellular products can be controlled by regulating: Enzyme activity: alters protein function

More information

METABOLIC PATHWAY PREDICTION/ALIGNMENT

METABOLIC PATHWAY PREDICTION/ALIGNMENT COMPUTATIONAL SYSTEMIC BIOLOGY METABOLIC PATHWAY PREDICTION/ALIGNMENT Hofestaedt R*, Chen M Bioinformatics / Medical Informatics, Technische Fakultaet, Universitaet Bielefeld Postfach 10 01 31, D-33501

More information

Molecular Biology - Translation of RNA to make Protein *

Molecular Biology - Translation of RNA to make Protein * OpenStax-CNX module: m49485 1 Molecular Biology - Translation of RNA to make Protein * Jerey Mahr Based on Translation by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative

More information

Prokaryotic Regulation

Prokaryotic Regulation Prokaryotic Regulation Control of transcription initiation can be: Positive control increases transcription when activators bind DNA Negative control reduces transcription when repressors bind to DNA regulatory

More information

Warm-Up. Explain how a secondary messenger is activated, and how this affects gene expression. (LO 3.22)

Warm-Up. Explain how a secondary messenger is activated, and how this affects gene expression. (LO 3.22) Warm-Up Explain how a secondary messenger is activated, and how this affects gene expression. (LO 3.22) Yesterday s Picture The first cell on Earth (approx. 3.5 billion years ago) was simple and prokaryotic,

More information

Gene Network Science Diagrammatic Cell Language and Visual Cell

Gene Network Science Diagrammatic Cell Language and Visual Cell Gene Network Science Diagrammatic Cell Language and Visual Cell Mr. Tan Chee Meng Scientific Programmer, System Biology Group, Bioinformatics Institute Overview Introduction Why? Challenges Diagrammatic

More information

EVOLUTIONARY COMPUTATION. Th. Back, Leiden Institute of Advanced Computer Science, Leiden University, NL and

EVOLUTIONARY COMPUTATION. Th. Back, Leiden Institute of Advanced Computer Science, Leiden University, NL and EVOLUTIONARY COMPUTATION Th. Back, Leiden Institute of Advanced Computer Science, Leiden University, NL and divis digital solutions GmbH, Dortmund, D. Keywords: adaptation, evolution strategy, evolutionary

More information

Development. biologically-inspired computing. lecture 16. Informatics luis rocha x x x. Syntactic Operations. biologically Inspired computing

Development. biologically-inspired computing. lecture 16. Informatics luis rocha x x x. Syntactic Operations. biologically Inspired computing lecture 16 -inspired S S2 n p!!! 1 S Syntactic Operations al Code:N Development x x x 1 2 n p S Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms

More information

Individual learning and population evolution

Individual learning and population evolution Genetic Algorithms [Read Chapter 9] [Exercises 9.1, 9.2, 9.3, 9.4] Evolutionary computation Prototypical GA An example: GABIL Genetic Programming Individual learning and population evolution 168 lecture

More information

The Origin of Life on Earth

The Origin of Life on Earth Study Guide The Origin of Life on Earth Checking Your Knowledge You should be able to write out the definitions to each of the following terms in your own words: abiotic Miller-Urey experiment ribozyme

More information

3.B.1 Gene Regulation. Gene regulation results in differential gene expression, leading to cell specialization.

3.B.1 Gene Regulation. Gene regulation results in differential gene expression, leading to cell specialization. 3.B.1 Gene Regulation Gene regulation results in differential gene expression, leading to cell specialization. We will focus on gene regulation in prokaryotes first. Gene regulation accounts for some of

More information

Unit 3: Control and regulation Higher Biology

Unit 3: Control and regulation Higher Biology Unit 3: Control and regulation Higher Biology To study the roles that genes play in the control of growth and development of organisms To be able to Give some examples of features which are controlled

More information

adap-org/ Jan 1994

adap-org/ Jan 1994 Self-organized criticality in living systems C. Adami W. K. Kellogg Radiation Laboratory, 106{38, California Institute of Technology Pasadena, California 91125 USA (December 20,1993) adap-org/9401001 27

More information

Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. Tuesday, December 27, 16

Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. Tuesday, December 27, 16 Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. Enduring understanding 3.B: Expression of genetic information involves cellular and molecular

More information

Gecco 2007 Tutorial / Grammatical Evolution

Gecco 2007 Tutorial / Grammatical Evolution Gecco 2007 Grammatical Evolution Tutorial Conor Ryan Biocomputing and Developmental Systems Group Department of Computer Science and Information Systems University of Limerick Copyright is held by the

More information

Valley Central School District 944 State Route 17K Montgomery, NY Telephone Number: (845) ext Fax Number: (845)

Valley Central School District 944 State Route 17K Montgomery, NY Telephone Number: (845) ext Fax Number: (845) Valley Central School District 944 State Route 17K Montgomery, NY 12549 Telephone Number: (845)457-2400 ext. 18121 Fax Number: (845)457-4254 Advance Placement Biology Presented to the Board of Education

More information

Evolutionary Computation

Evolutionary Computation Evolutionary Computation - Computational procedures patterned after biological evolution. - Search procedure that probabilistically applies search operators to set of points in the search space. - Lamarck

More information

REVIEW SESSION. Wednesday, September 15 5:30 PM SHANTZ 242 E

REVIEW SESSION. Wednesday, September 15 5:30 PM SHANTZ 242 E REVIEW SESSION Wednesday, September 15 5:30 PM SHANTZ 242 E Gene Regulation Gene Regulation Gene expression can be turned on, turned off, turned up or turned down! For example, as test time approaches,

More information

BA, BSc, and MSc Degree Examinations

BA, BSc, and MSc Degree Examinations Examination Candidate Number: Desk Number: BA, BSc, and MSc Degree Examinations 2017-8 Department : BIOLOGY Title of Exam: Molecular Biology and Biochemistry Part I Time Allowed: 1 hour and 30 minutes

More information

Translation. Genetic code

Translation. Genetic code Translation Genetic code If genes are segments of DNA and if DNA is just a string of nucleotide pairs, then how does the sequence of nucleotide pairs dictate the sequence of amino acids in proteins? Simple

More information

Introduction to Digital Evolution Handout Answers

Introduction to Digital Evolution Handout Answers Introduction to Digital Evolution Handout Answers Note to teacher: The questions in this handout and the suggested answers (in red, below) are meant to guide discussion, not be an assessment. It is recommended

More information

Rui Dilão NonLinear Dynamics Group, IST

Rui Dilão NonLinear Dynamics Group, IST 1st Conference on Computational Interdisciplinary Sciences (CCIS 2010) 23-27 August 2010, INPE, São José dos Campos, Brasil Modeling, Simulating and Calibrating Genetic Regulatory Networks: An Application

More information

Computational Cell Biology Lecture 4

Computational Cell Biology Lecture 4 Computational Cell Biology Lecture 4 Case Study: Basic Modeling in Gene Expression Yang Cao Department of Computer Science DNA Structure and Base Pair Gene Expression Gene is just a small part of DNA.

More information

Honors Biology Fall Final Exam Study Guide

Honors Biology Fall Final Exam Study Guide Honors Biology Fall Final Exam Study Guide Helpful Information: Exam has 100 multiple choice questions. Be ready with pencils and a four-function calculator on the day of the test. Review ALL vocabulary,

More information

The Role of RNA Editing in Dynamic Environments

The Role of RNA Editing in Dynamic Environments The Role of RNA Editing in Dynamic Environments Luis M. Rocha and Chien-Feng Huang Modeling, Algorithms and Informatics Group (CCS-3) Computer and Computational Sciences Division Los Alamos National Laboratory,

More information

Contra Costa College Course Outline

Contra Costa College Course Outline Contra Costa College Course Outline Department & Number: BIOSC 110 Course Title: Introduction to Biological Science Pre-requisite: None Corequisite: None Advisory: None Entry Skill: None Lecture Hours:

More information

AP Biology Essential Knowledge Cards BIG IDEA 1

AP Biology Essential Knowledge Cards BIG IDEA 1 AP Biology Essential Knowledge Cards BIG IDEA 1 Essential knowledge 1.A.1: Natural selection is a major mechanism of evolution. Essential knowledge 1.A.4: Biological evolution is supported by scientific

More information

Biology Assessment. Eligible Texas Essential Knowledge and Skills

Biology Assessment. Eligible Texas Essential Knowledge and Skills Biology Assessment Eligible Texas Essential Knowledge and Skills STAAR Biology Assessment Reporting Category 1: Cell Structure and Function The student will demonstrate an understanding of biomolecules

More information

Computational Structural Bioinformatics

Computational Structural Bioinformatics Computational Structural Bioinformatics ECS129 Instructor: Patrice Koehl http://koehllab.genomecenter.ucdavis.edu/teaching/ecs129 koehl@cs.ucdavis.edu Learning curve Math / CS Biology/ Chemistry Pre-requisite

More information

STAAR Biology Assessment

STAAR Biology Assessment STAAR Biology Assessment Reporting Category 1: Cell Structure and Function The student will demonstrate an understanding of biomolecules as building blocks of cells, and that cells are the basic unit of

More information