Stochastic and game-theoretic modeling of viral evolution

Size: px
Start display at page:

Download "Stochastic and game-theoretic modeling of viral evolution"

Transcription

1 Stochastic and game-theoretic modeling of viral evolution February, Department of Chemical and Biological Engineering University of Wisconsin Madison 1/33

2 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 2/33

3 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 3/33

4 A virus particle or virion is a smart, parasitic molecule nm sized bundle of protein and nucleic acid Does not grow in size Virion infects a host cell and hijacks its machinery Sole aim create more copies of itself General anatomy of a virion Genome (RNA or DNA) Polymerase Protein coat or shell Influenza A virion Why do we need to study viruses? cause deadly diseases. eg: Flu, AIDS, Hepatitis Study of viruses provides vaccines and antivirals 4/33

5 Study of viruses Four broad processes Transmission (extracellular) Infection Reproduction (intracellular) Viral evolution and reproduction are interrelated study of viral reproduction will help us understand viral evolution. Need for quantitative modeling Qualitative information is available for many viruses Quantitative information is required we need to know quantities Both experiments and modeling are required to build a solid understanding. 5/33

6 Intracellular processes Replication more copies of genome are created Transcription genes are copied into mrna Translation mrna is converted to viral proteins Packaging genome and proteins are packed into a new virion Budding and Release new virions bud out of host cell Influenza A reproduction cycle (Sidorenko & Reichl, 2004) Errors in reproduction Mutations, deletions in replication defective genomes are created Errors in packaging defective genomes are packaged 6/33

7 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 7/33

8 Modeling intracellular processes as chemical reactions Example: Translation of VSV genes N and P( Hensel (2007)) Traditional modeling Deterministic rate equations Does not work for low (1-100) numbers of molecules Cannot explain why identical conditions produce different outcomes N mrna + S 2 k 2 N mrna + N Protein P mrna + S 2 k 2 P mrna + P Protein M mrna + S 2 k 2 M mrna + M Protein G mrna + S 2 k 2 G mrna + G Protein L mrna + S 2 k 2 L mrna + L Protein Describes probability of being in a state instead of rate equations Works for low numbers of molecules Explains noise, phenotypic bifurcation, cell to cell variablity Problems Both approaches require rate constants from experimental data Large number of reactions = Many rate constants = More experiments Difference in timescales = Higher computational cost 8/33

9 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 9/33

10 Problem of timescales : Reaction Equilibrium A kf 2 k r 2 B B kf 1 C k f 2, kr 2 kf 1 Reversible reaction is much faster Fast reaction uses most of the simulation effort Reaction may be assumed at equilibrium at all times Simulation by Gillespie s algorithm n A =Number of A molecules, n B =Number of B molecules, n C =Number of C molecules. Reaction equilibrium assumption (REA) Deterministic Known for atleast 20 years Returns a modified set of reactions Stochastic Still under research Returns only a set of equations 10/33

11 Reaction Equilibrium : Deterministic version Full Model dc A dt = k f 2 c A + k r 2 c B c A (t = 0) = c A0 dc B dt = k f 2 c A k r 2 c B k f 1 c B c B (t = 0) = c B0 dc C dt = k f 1 c B c C (t = 0) = c C0 Reaction equilibrium assumption: c B = K 2 c A (K 2 = k f 2 /kr 2 ) Fast Time Scale (τ = k r 2 t): Reduced Model A kf 2 B k 2 r B kf 1 C k f 2, kr 2 kf 1 dc A dτ = K2c A + c B c A (τ = 0) = c A0 dc B dτ = K2c A c B c B (τ = 0) = c B0 dc C dτ = 0 c C (τ = 0) = c C0 Slow Time Scale (t): dc A dt = k c A c A (t = 0) = (c A0 +c B0 ) (1+K 2 ) dc B dt = k c B c B (t = 0) = K 2 (c A0 +c B0 ) (1+K 2 ) dc C dt = k c A + k c B c C (t = 0) = c C0 B k C A k C k = k1 f K 2 (1 + K 2 ) 11/33

12 Reaction Equilibrium : Stochastic version A kf 2 k r 2 B B kf 1 C k f 2, kr 2 kf 1 Initial Condition : a=number of molecules of A b=number of molecules of B c=number of molecules of C x 2=net number of times reversible reaction occurs in forward direction x 1=number of times irreversible reaction occurs (a, b, c) is called state of the system x 1, x 2 are called reaction extents a(t = 0) = a 0, b(t = 0) = b 0, c(t = 0) = c 0 x 1(t = 0) = 0, x 2(t = 0) = 0 a = a 0 x 2 States are related to extents : b = b 0 x 1 + x 2 c = c 0 + x 1 Extents are restricted to : x 2 [ b 0, a 0], x 1 [0, x 2 + b 0] Chemical Master Equation (CME) in extent form d dt P(x1, x2; t) =kf 1 (b0 x1 + x2)p(x1 1, x2) kf 1 (b0 x1 + x2)p(x1, x2) + k f 2 (a0 x2)p(x1, x2 1) + kr 2 (b0 x1 + x2 + 1)P(x1, x2 + 1) `k f 2 (a0 x2) + kr 2 (b0 x1 + x2) P(x 1, x 2) 12/33

13 Reaction Equilibrium : Stochastic version Using the same approach as Haseltine and Rawlings (2005) Chemical Master Equation equation REA Equation + Algebraic Constraint d dt P(x1; t) = k `a 0 + b 0 (x 1 1) P(x 1 1; t) k `a 0 + b 0 x 1 P(x1; t) Algebraic constraint k f 2 (a0 x2 + 1)P A(x 2 1 x 1) + k r 2 (b0 x1 + x2 + 1)P A(x x 1) `k f 2 (a0 x2) + kr 2 (b0 x1 + x2) P A (x 2 x 1) = 0 equation Algebraic constraint Contains only slow extent x 1 Represents Z k C; Z = A or B Uses the same Gillespie s algorithm Represents the reaction equilibrium assumption Analogous to c B = K 2c A Requires another auxiliary simulation 13/33

14 Compare deterministic & stochastic versions For (a 0, b 0, c 0) = (1, 1, 1) and k = 1, Deterministic Stochastic Model B k C Z k C Admissible State space A k C (1,1,1), (1,0,2), (0,1,2), (0,0,3) Algebraic constraint P(1, 1, 1) e 2t 2K 2 (1+K 2 ) 2 e 2t (1,1,1), (2,0,1), (0,2,1), (1,0,2), (0,1,2), (0,0,3) P(2, 0, 1) 0 1 (1+K 2 ) 2 e 2t P(0, 2, 1) 0 K 2 2 (1+K 2 ) 2 e 2t P(1, 0, 2) e t e 2t 2K 2 (1+K 2 ) (e t e 2t ) P(0, 1, 2) e t e 2t 2 (1+K 2 ) (e t e 2t ) P(0, 0, 3) e 2t 2e t + 1 e 2t 2e t + 1 Deterministic and stochastic reductions are different 14/33

15 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 15/33

16 Reaction equilibrium assumption Obtain a complete reaction network instead of algebraic constraint Reactions can be simulated using Gillespie s algorithm no need of auxiliary simulation Easier to understand and use Extend the same procedure to non-linear reactions Modeling intracellular processes REA may be used to obtain reduced set of reactions. 16/33

17 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 17/33

18 : Parasites of viruses Defective Interfering Particle (DIP) DIP is a virion which has incomplete or defective genome Replication errors create incomplete genomes Defective genomes cannot replicate in absence of complete genomes DIP parasitizes complete virus DI virus uses gene products created by complete virus Defective genomes replicate much faster Yield of complete virus decreases drastically Other parasites of viruses Satellite RNA and viruses Covirus E.g.: LMSC (satellite RNA) and STNV (satellite virus) which parasitize Tobacco Mosaic virus (TNV) E.g.: Tobacco Rattle virus (TRV), Pea Enation Mosaic virus (PENV), SV40-DIs 18/33

19 : Antiviral use of DIPs Examples Influenza A ( Dimmock and Marriott (2006)) : DI viruses save mice from Influenza A induced death (in vivo) SV40/SV40-DI : Pair of complementary DIPs eliminate wt SV40 (in vitro) LCMV/LCMV-DI : DIPs remove any trace of infection (in vitro) Counter example DIPs cannot always cure infection In VSV/VSV-DI system, DIPs and complete virus coevolve perpetually ( DePolo et al. (1987)) Designing a DI particle Design a DI particle which beats the complete virus Examples of such attempts Nelson and Perelson (1995): Describes interaction of a genetically designed DIP to cure HIV-1 infection Weinberger et al. (2003): Provides a theoretical citerion for designing crhiv-1 parasites that can persist in vivo 19/33

20 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 20/33

21 Consider an evolutionary where there are n s different kinds of genetic variations of a virus, x i (r) number of virions of i th variation at time r, and A ij represents the payoff obtained by species i when it interacts with j n p = P i=n s i=1 x i (0) = total number of virions at time r. of x(r) x i (r + 1) = [n px i (r) (Ax(r)) i x(r) Ax(r) ] i = 1,..., ns For example, in case of virus-dip co-evolution i th variation is a DIP j th variation is a complete virus When virions of i th and j th virion co-infect a cell, A ij represents the number of progeny DIPs A ji represents the number of progeny complete viruses Assuming single-hit interference 1, A ji = 0. 1 one DIP stops production of complete viruses 21/33

22 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 22/33

23 Virus-DIP interaction as a game of General features Two complete viruses co-infect a cell both create progenies Complete virus and a DIP co-infect a cell much more DIPs are created Two DIPs co-infect a cell no progenies are created This corresponds to a game of, where virus acts as a cooperator (C) and DIP acts as a defector (D). Payoff Matrix = Player 1 C D Player 2 C D «3, 3 0, 5 5, 0 1, 1 Two-player game Both players have two choices to cooperate (C) or to defect (D) Defection is a dominant strategy 23/33

24 game in viruses Turner and Chao (1999) Competition between RNA phage φ6 and its successor φh2 game of Payoff was calculated as the relative change in number of virions before and after infection Higher payoff meant more progeny creation Iterated Repeated rounds of game between the same two players Simply defecting at every round is not the dominant strategy 24/33

25 Iterated (IPD) Iterated allows us to form complicated strategies. For example, Always Cooperate (ALLC) : Cooperates at every round Always Defect (ALLD) : Defects at every round Tit-for-tat (TFT) : Cooperates if opponent cooperated in the last round, otherwise defects Here, a strategy represents a particular genetic variation or profile of a virus ALLC represents a complete virus which does not evolve it keeps on producing gene products which are usable by defectors ALLD represents a DIP which encodes no useful genes it fully exploits the complete virus TFT could represent a continuously evolving virus n s genetic variations = n s strategies n p players 25/33

26 Finding the best strategy Designing a suitable DI particle is like finding a suitable strategy Lets first find the best strategy for this example The strategy space is large We restrict ourselves to Markovian strategies a player remembers only the last round of the game Markovian strategies can be stochastic or deterministic uncountable number of Stochastic strategies, only 32 deterministic strategies The best strategy depends on other strategies in the pool We restrict ourselves to only deterministic strategies only. Consider n s strategies, x i (r) players per strategy Players play an infinitely repeated game in a round-robin fashion 2 Payoffs A ij and A ji are given as A ij = A ji = lim n r lim n r P nr r=0 CMr y(0) n r P nr r=0 C M r y(0) n r 2 Every player against every other player 26/33

27 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 27/33

28 Results 1 Start with 100 players of each strategy. n s = 32, n p = /33

29 Results 2 Start with 100 players of each strategy. n s = 32, n p = Top strategies that survive Strategy Name Equilibrium number GRIM 2123 TFT 690 WSLS 216 S ALLC 2 ALLD 0 GRIM Starts with a cooperative move Keeps on cooperating until opponent defects Keeps defecting from then on (never fogives) 29/33

30 Outline 1 2 Modeling viral reproduction as chemical reactions Deterministic and Stochastic Modeling Reaction Equilibrium 3 Modeling viral evolution as a game : Potential antivirals 30/33

31 1 Repeated Prisoner s Dilemma Game Analytical derivation of Optimal Invading strategy Formulation as an optimization problem: p, p 0 = arg max x p,p v inf 0 such that x inf i = ˆn px inf i Analysis of non-markovian strategies (Ax inf ) i (x inf ) A(x inf ) i = 1,..., n s Combining intracellular modeling with Game theory A game theoretic model needs information from intracellular models. For example: intracellular equations to predict the increase in number of progenies of a DI particle which skips a particular gene Possible design of optimal therapeutic strategies. Example: Determine the optimal size or number of RNAs that need to be packaged to create a desired DI particle 31/33

32 2 Obtain payoff values from experimental data Number of DIPs and complete viruses have been experimentally obtained( Thompson et al. (2009), DePolo et al. (1987)) An approach similar to Turner and Chao (1999) may be used Inclusion of host evolution Viral infection triggers host evolution as well 32/33

33 I N. J. DePolo, C. Giachetti, and J. J. Holland. Continuing Coevolution of Virus and Defective Interfering Particles and of Viral Genome Sequences during Undiluted Passages: Virus Mutants Exhibiting Nearly Complete Resistance to Formerly Dominant Defective Interfering Particles. J. Virol., 61(2): , N. J. Dimmock and A. C. Marriott. In vivo antiviral activity: defective interfering virus protects better against virulent Influenza A virus than avirulent virus. J. Gen. Virol., 87: , E. L. Haseltine and J. B. Rawlings. On the origins of approximations for stochastic chemical kinetics. J. Chem. Phys., 123:164115, October S. Hensel. Stochastic kinetic modeling of the vesicular stomatitis virus (vsv). Master s thesis, University of Wisconsin Madison, October URL G. W. Nelson and A. S. Perelson. Modeling Defective Interfering Virus Therapy for AIDS: Coditions for DIV Survival. Mat. Biosci., 125: , K. A. S. Thompson, G. A. Rempala, and J. Yin. Multiple-hit inhibition of infection by defective interfering particles. J. Gen. Virol., 90: , P. Turner and L. Chao. in an RNA virus. Nature, 398: , L. S. Weinberger, D. V. Schaffer, and A. P. Arkin. Theoretical Design of a Gene Therapy to Prevent AIDS but not Human Immunodeficiency Virus Type 1 Infection. 77(18): , /33

Overview: Chapter 19 Viruses: A Borrowed Life

Overview: Chapter 19 Viruses: A Borrowed Life Overview: Chapter 19 Viruses: A Borrowed Life Viruses called bacteriophages can infect and set in motion a genetic takeover of bacteria, such as Escherichia coli Viruses lead a kind of borrowed life between

More information

19 Viruses BIOLOGY. Outline. Structural Features and Characteristics. The Good the Bad and the Ugly. Structural Features and Characteristics

19 Viruses BIOLOGY. Outline. Structural Features and Characteristics. The Good the Bad and the Ugly. Structural Features and Characteristics 9 Viruses CAMPBELL BIOLOGY TENTH EDITION Reece Urry Cain Wasserman Minorsky Jackson Outline I. Viruses A. Structure of viruses B. Common Characteristics of Viruses C. Viral replication D. HIV Lecture Presentation

More information

NIH Public Access Author Manuscript Bull Math Biol. Author manuscript; available in PMC 2011 September 8.

NIH Public Access Author Manuscript Bull Math Biol. Author manuscript; available in PMC 2011 September 8. NIH Public Access Author Manuscript Published in final edited form as: Bull Math Biol. 2009 October ; 71(7): 1671 1692. doi:10.1007/s11538-009-9419-5. Stochastic Kinetic Modeling of Vesicular Stomatitis

More information

AP Biology. Viral diseases Polio. Chapter 18. Smallpox. Influenza: 1918 epidemic. Emerging viruses. A sense of size

AP Biology. Viral diseases Polio. Chapter 18. Smallpox. Influenza: 1918 epidemic. Emerging viruses. A sense of size Hepatitis Viral diseases Polio Chapter 18. Measles Viral Genetics Influenza: 1918 epidemic 30-40 million deaths world-wide Chicken pox Smallpox Eradicated in 1976 vaccinations ceased in 1980 at risk population?

More information

11/15/2011. Outline. Structural Features and Characteristics. The Good the Bad and the Ugly. Viral Genomes. Structural Features and Characteristics

11/15/2011. Outline. Structural Features and Characteristics. The Good the Bad and the Ugly. Viral Genomes. Structural Features and Characteristics Chapter 19 - Viruses Outline I. Viruses A. Structure of viruses B. Common Characteristics of Viruses C. Viral replication D. HIV II. Prions The Good the Bad and the Ugly Viruses fit into the bad category

More information

Dr. Ahmed K. Ali. Outcomes of the virus infection for the host

Dr. Ahmed K. Ali. Outcomes of the virus infection for the host Lec. 9 Dr. Ahmed K. Ali Outcomes of the virus infection for the host In the previous few chapters we have looked at aspects of the virus replication cycle that culminate in the exit of infective progeny

More information

Chapter 18. Viral Genetics. AP Biology

Chapter 18. Viral Genetics. AP Biology Chapter 18. Viral Genetics 2003-2004 1 A sense of size Comparing eukaryote bacterium virus 2 What is a virus? Is it alive? DNA or RNA enclosed in a protein coat Viruses are not cells Extremely tiny electron

More information

Unit 13.2: Viruses. Vocabulary capsid latency vaccine virion

Unit 13.2: Viruses. Vocabulary capsid latency vaccine virion Unit 13.2: Viruses Lesson Objectives Describe the structure of viruses. Outline the discovery and origins of viruses. Explain how viruses replicate. Explain how viruses cause human disease. Describe how

More information

Lecture 2: Virology. I. Background

Lecture 2: Virology. I. Background Lecture 2: Virology I. Background A. Properties 1. Simple biological systems a. Aggregates of nucleic acids and protein 2. Non-living a. Cannot reproduce or carry out metabolic activities outside of a

More information

Viruses Tomasz Kordula, Ph.D.

Viruses Tomasz Kordula, Ph.D. Viruses Tomasz Kordula, Ph.D. Resources: Alberts et al., Molecular Biology of the Cell, pp. 295, 1330, 1431 1433; Lehninger CD Movie A0002201. Learning Objectives: 1. Understand parasitic life cycle of

More information

WORKING PAPER GAME DYNAMICAL ASPECTS OF THE PRISONER'S DILEMMA WP December Martin Novak Karl Sigmund

WORKING PAPER GAME DYNAMICAL ASPECTS OF THE PRISONER'S DILEMMA WP December Martin Novak Karl Sigmund WORKING PAPER GAME DYNAMICAL ASPECTS OF THE PRISONER'S DILEMMA Martin Novak Karl Sigmund December 1988 WP-88-125 L International Institute for Applied Systems Analysis GAME DYNAMICAL ASPECTS OF THE PRISONER'S

More information

The iterated Prisoner s dilemma

The iterated Prisoner s dilemma The iterated Prisoner s dilemma U. Sperhake DAMTP, University of Cambridge PHEP Seminar, University of Cambridge 22 nd March 2013 U. Sperhake (DAMTP, University of Cambridge) The iterated Prisoner s dilemma

More information

Viral reproductive cycle

Viral reproductive cycle Lecture 29: Viruses Lecture outline 11/11/05 Types of viruses Bacteriophage Lytic and lysogenic life cycles viruses viruses Influenza Prions Mad cow disease 0.5 µm Figure 18.4 Viral structure of capsid

More information

Human Genome Complexity, Viruses & Genetic Variability

Human Genome Complexity, Viruses & Genetic Variability Human Genome Complexity, Viruses & Genetic Variability (Learning Objectives) Learn the types of DNA sequences present in the Human Genome other than genes coding for functional proteins. Review what you

More information

Book review: The Calculus of Selfishness, by Karl Sigmund

Book review: The Calculus of Selfishness, by Karl Sigmund Book review: The Calculus of Selfishness, by Karl Sigmund Olle Häggström Leading game theorist Karl Sigmund calls his latest book The Calculus of Selfishness, although arguably The Calculus of Cooperation

More information

Virus Basics. General Characteristics of Viruses. Chapter 13 & 14. Non-living entities. Can infect organisms of every domain

Virus Basics. General Characteristics of Viruses. Chapter 13 & 14. Non-living entities. Can infect organisms of every domain Virus Basics Chapter 13 & 14 General Characteristics of Viruses Non-living entities Not considered organisms Can infect organisms of every domain All life-forms Commonly referred to by organism they infect

More information

LESSON 4.4 WORKBOOK. How viruses make us sick: Viral Replication

LESSON 4.4 WORKBOOK. How viruses make us sick: Viral Replication DEFINITIONS OF TERMS Eukaryotic: Non-bacterial cell type (bacteria are prokaryotes).. LESSON 4.4 WORKBOOK How viruses make us sick: Viral Replication This lesson extends the principles we learned in Unit

More information

Modeling the Effects of HIV on the Evolution of Diseases

Modeling the Effects of HIV on the Evolution of Diseases 1/20 the Evolution of Mentor: Nina Fefferman DIMACS REU July 14, 2011 2/20 Motivating Questions How does the presence of HIV in the body changes the evolution of pathogens in the human body? How do different

More information

SECTION 25-1 REVIEW STRUCTURE. 1. The diameter of viruses ranges from about a. 1 to 2 nm. b. 20 to 250 nm. c. 1 to 2 µm. d. 20 to 250 µm.

SECTION 25-1 REVIEW STRUCTURE. 1. The diameter of viruses ranges from about a. 1 to 2 nm. b. 20 to 250 nm. c. 1 to 2 µm. d. 20 to 250 µm. SECTION 25-1 REVIEW STRUCTURE VOCABULARY REVIEW Define the following terms. 1. virus 2. capsid 3. retrovirus 4. viroid 5. prion MULTIPLE CHOICE Write the correct letter in the blank. 1. The diameter of

More information

Chapter 6- An Introduction to Viruses*

Chapter 6- An Introduction to Viruses* Chapter 6- An Introduction to Viruses* *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. 6.1 Overview of Viruses

More information

The Flu: The Virus, The Vaccine, and Surveillance. Joanna Malukiewicz GK12 Program School of Life Sciences Arizona State University

The Flu: The Virus, The Vaccine, and Surveillance. Joanna Malukiewicz GK12 Program School of Life Sciences Arizona State University The Flu: The Virus, The Vaccine, and Surveillance Joanna Malukiewicz GK12 Program School of Life Sciences Arizona State University What do we know about the flu? What kind of bug is it? How do you know

More information

Virus Basics. General Characteristics of Viruses 5/9/2011. General Characteristics of Viruses. Chapter 13 & 14. Non-living entities

Virus Basics. General Characteristics of Viruses 5/9/2011. General Characteristics of Viruses. Chapter 13 & 14. Non-living entities Virus Basics Chapter 13 & 14 General Characteristics of Viruses Non-living entities Not considered organisms Can infect organisms of every domain All life-formsf Commonly referred to by organism they infect

More information

Revisiting the Definition of Living Thing

Revisiting the Definition of Living Thing Biology of Viruses (Ch 0 p77 and 88-9) What do you already know about viruses? Revisiting the Definition of Living Thing How did we define a living thing? H0 DOMAIN ARCHAEA virus So, if the Cell Theory

More information

Chapter 19: Viruses. 1. Viral Structure & Reproduction. 2. Bacteriophages. 3. Animal Viruses. 4. Viroids & Prions

Chapter 19: Viruses. 1. Viral Structure & Reproduction. 2. Bacteriophages. 3. Animal Viruses. 4. Viroids & Prions Chapter 19: Viruses 1. Viral Structure & Reproduction 2. Bacteriophages 3. Animal Viruses 4. Viroids & Prions 1. Viral Structure & Reproduction Chapter Reading pp. 393-396 What exactly is a Virus? Viruses

More information

Some living things are made of ONE cell, and are called. Other organisms are composed of many cells, and are called. (SEE PAGE 6)

Some living things are made of ONE cell, and are called. Other organisms are composed of many cells, and are called. (SEE PAGE 6) Section: 1.1 Question of the Day: Name: Review of Old Information: N/A New Information: We tend to only think of animals as living. However, there is a great diversity of organisms that we consider living

More information

BIOLOGICAL DIVERSITY: VIRUSES

BIOLOGICAL DIVERSITY: VIRUSES BIOLOGICAL DIVERSITY: VIRUSES Viruses: a Group of Intracellular Parasites In the 19th century, many rabies cases plagued Europe. In London, for example, 29 deaths by "hydrophobia" were enumerated in the

More information

Viruses 101., and concluded that living organisms do not crystallize. In other words,.

Viruses 101., and concluded that living organisms do not crystallize. In other words,. Viruses 101 In 1897, Dutch scientist called tiny particles in the liquid extracted from a plant disease, which is the Latin word for. In 1935, American biochemist isolated crystals of, and concluded that

More information

EVO-2x2: a Modelling Framework to Study the Evolution of Strategies in 2x2 Symmetric Games under Various Competing Assumptions

EVO-2x2: a Modelling Framework to Study the Evolution of Strategies in 2x2 Symmetric Games under Various Competing Assumptions EVO-2x2: a Modelling Framework to Study the Evolution of Strategies in 2x2 Symmetric Games under Various Competing Assumptions Luis R. Izquierdo, Segismundo S. Izquierdo, J. Gary Polhill The Macaulay Institute,

More information

Chapter 19: Viruses. 1. Viral Structure & Reproduction. What exactly is a Virus? 11/7/ Viral Structure & Reproduction. 2.

Chapter 19: Viruses. 1. Viral Structure & Reproduction. What exactly is a Virus? 11/7/ Viral Structure & Reproduction. 2. Chapter 19: Viruses 1. Viral Structure & Reproduction 2. Bacteriophages 3. Animal Viruses 4. Viroids & Prions 1. Viral Structure & Reproduction Chapter Reading pp. 393-396 What exactly is a Virus? Viruses

More information

Section 6. Junaid Malek, M.D.

Section 6. Junaid Malek, M.D. Section 6 Junaid Malek, M.D. The Golgi and gp160 gp160 transported from ER to the Golgi in coated vesicles These coated vesicles fuse to the cis portion of the Golgi and deposit their cargo in the cisternae

More information

Biology 350: Microbial Diversity

Biology 350: Microbial Diversity Biology 350: Microbial Diversity Strange Invaders: Viruses, viroids, and prions. Lecture #27 7 November 2007-1- Notice handouts and announcements for today: Outline and study questions A 1999 paper discussing

More information

EVOLUTION. Reading. Research in my Lab. Who am I? The Unifying Concept in Biology. Professor Carol Lee. On your Notecards please write the following:

EVOLUTION. Reading. Research in my Lab. Who am I? The Unifying Concept in Biology. Professor Carol Lee. On your Notecards please write the following: Evolution 410 9/5/18 On your Notecards please write the following: EVOLUTION (1) Name (2) Year (3) Major (4) Courses taken in Biology (4) Career goals (5) Email address (6) Why am I taking this class?

More information

BIOLOGICAL DIVERSITY: VIRUSES

BIOLOGICAL DIVERSITY: VIRUSES BIOLOGICAL DIVERSITY: VIRUSES Viruses: a Group of Intracellular Parasites In the 19th century, many rabies cases plagued Europe. In London, for example, 29 deaths by "hydrophobia" were enumerated in the

More information

IN THE iterated prisoner s dilemma (IPD), two players

IN THE iterated prisoner s dilemma (IPD), two players IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 11, NO. 6, DECEMBER 2007 689 Multiple Choices and Reputation in Multiagent Interactions Siang Yew Chong, Member, IEEE, and Xin Yao, Fellow, IEEE Abstract

More information

BIOL*1090 Introduction To Molecular and Cellular Biology Fall 2014

BIOL*1090 Introduction To Molecular and Cellular Biology Fall 2014 Last time... BIOL*1090 Introduction To Molecular and Cellular Biology Fall 2014 Lecture 3 - Sept. 15, 2014 Viruses Biological Membranes Karp 7th ed: Chpt. 4; sections 4-1, 4-3 to 4-7 1 2 VIRUS Non-cellular

More information

LESSON 4.5 WORKBOOK. How do viruses adapt Antigenic shift and drift and the flu pandemic

LESSON 4.5 WORKBOOK. How do viruses adapt Antigenic shift and drift and the flu pandemic DEFINITIONS OF TERMS Gene a particular sequence of DNA or RNA that contains information for the synthesis of a protien or RNA molecule. For a complete list of defined terms, see the Glossary. LESSON 4.5

More information

Overview of virus life cycle

Overview of virus life cycle Overview of virus life cycle cell recognition and internalization release from cells progeny virus assembly membrane breaching nucleus capsid disassembly and genome release replication and translation

More information

Chapter 19: The Genetics of Viruses and Bacteria

Chapter 19: The Genetics of Viruses and Bacteria Chapter 19: The Genetics of Viruses and Bacteria What is Microbiology? Microbiology is the science that studies microorganisms = living things that are too small to be seen with the naked eye Microorganisms

More information

7.012 Problem Set 6 Solutions

7.012 Problem Set 6 Solutions Name Section 7.012 Problem Set 6 Solutions Question 1 The viral family Orthomyxoviridae contains the influenza A, B and C viruses. These viruses have a (-)ss RNA genome surrounded by a capsid composed

More information

Bacteriophage Reproduction

Bacteriophage Reproduction Bacteriophage Reproduction Lytic and Lysogenic Cycles The following information is taken from: http://student.ccbcmd.edu/courses/bio141/lecguide/unit3/index.html#charvir Bacteriophage Structure More complex

More information

Lecture 19 Evolution and human health

Lecture 19 Evolution and human health Lecture 19 Evolution and human health The evolution of flu viruses The evolution of flu viruses Google Flu Trends data US data Check out: http://www.google.org/flutrends/ The evolution of flu viruses the

More information

Fayth K. Yoshimura, Ph.D. September 7, of 7 HIV - BASIC PROPERTIES

Fayth K. Yoshimura, Ph.D. September 7, of 7 HIV - BASIC PROPERTIES 1 of 7 I. Viral Origin. A. Retrovirus - animal lentiviruses. HIV - BASIC PROPERTIES 1. HIV is a member of the Retrovirus family and more specifically it is a member of the Lentivirus genus of this family.

More information

Models of Cooperation in Social Systems

Models of Cooperation in Social Systems Models of Cooperation in Social Systems Hofstadter s Luring Lottery From Hofstadter s Metamagical Themas column in Scientific American: "This brings me to the climax of this column: the announcement of

More information

Unit 4 Student Guided Notes

Unit 4 Student Guided Notes Structure of Viruses Discovery of the Virus Unit 4 Student Guided Notes Many human epidemics were well documented and observed in history, but. The following 3 discoveries shaped our knowledge of viruses

More information

Virus and Prokaryotic Gene Regulation - 1

Virus and Prokaryotic Gene Regulation - 1 Virus and Prokaryotic Gene Regulation - 1 We have discussed the molecular structure of DNA and its function in DNA duplication and in transcription and protein synthesis. We now turn to how cells regulate

More information

Antiviral Chemotherapy

Antiviral Chemotherapy Viruses are intimate intracellular parasites and their destruction may cause destruction of infected cells. Many virus infections were considered to be self-limited. Most of the damage to cells in virus

More information

Antiviral Drugs Lecture 5

Antiviral Drugs Lecture 5 Antiviral Drugs Lecture 5 Antimicrobial Chemotherapy (MLAB 366) 1 Dr. Mohamed A. El-Sakhawy 2 Introduction Viruses are microscopic organisms that can infect all living cells. They are parasitic and multiply

More information

Acquisition of General Adaptive Features by Evolution.

Acquisition of General Adaptive Features by Evolution. Acquisition of General Adaptive Features by Evolution. Dan Ashlock 1 and John E. Mayfield 2 1 Iowa State University, Department of Mathematics Ames, Iowa, 50010 danwell@iastate.edu 2 Iowa State University,

More information

Ch. 19 Viruses & Bacteria: What Is a Virus?

Ch. 19 Viruses & Bacteria: What Is a Virus? Ch. 19 Viruses & Bacteria: What Is a Virus? A virus is an invective agent consisting of a nucleic acid in a protein coat, able to multiply only within the living cells of a host. A bacteriophage ( bacteria

More information

Viruses. Picture from:

Viruses. Picture from: Viruses Understand the structure of bacteriophages & human immunodeficiency virus (HIV) Appreciate that viruses replicate in host cells (thereby destroying them) Picture from: http://eands.caltech.edu/articles/lxvii1/viruses.html

More information

INTERfering and Co-Evolving Prevention and Therapy (INTERCEPT) Proposers Day

INTERfering and Co-Evolving Prevention and Therapy (INTERCEPT) Proposers Day INTERfering and Co-Evolving Prevention and Therapy (INTERCEPT) Proposers Day Dr. Jim Gimlett, Program Manager DARPA Biological Technologies Office (BTO) April 28, 2016 Arlington, VA INTERCEPT Agenda INTERCEPT

More information

Structure of viruses

Structure of viruses Antiviral Drugs o Viruses are obligate intracellular parasites. o lack both a cell wall and a cell membrane. o They do not carry out metabolic processes. o Viruses use much of the host s metabolic machinery.

More information

Dr. Gary Mumaugh. Viruses

Dr. Gary Mumaugh. Viruses Dr. Gary Mumaugh Viruses Viruses in History In 1898, Friedrich Loeffler and Paul Frosch found evidence that the cause of foot-and-mouth disease in livestock was an infectious particle smaller than any

More information

Viruses. Rotavirus (causes stomach flu) HIV virus

Viruses. Rotavirus (causes stomach flu) HIV virus Viruses Rotavirus (causes stomach flu) HIV virus What is a virus? A virus is a microscopic, infectious agent that may infect any type of living cell. Viruses must infect living cells in order to make more

More information

Structure & Function of Viruses

Structure & Function of Viruses Structure & Function of Viruses Discovery of Viruses Louis Pasteur- looks for a causative agent for rabies, says too small, can not find it 1892 Dimitry Ivanosky- studies tobacco disease, can not find

More information

Ebola Virus. Emerging Diseases. Biosciences in the 21 st Century Dr. Amber Rice December 4, 2017

Ebola Virus. Emerging Diseases. Biosciences in the 21 st Century Dr. Amber Rice December 4, 2017 Ebola Virus Emerging Diseases Biosciences in the 21 st Century Dr. Amber Rice December 4, 2017 Outline Disease emergence: a case study How do pathogens shift hosts? Evolution within hosts: The evolution

More information

AP Biology Reading Guide. Concept 19.1 A virus consists of a nucleic acid surrounded by a protein coat

AP Biology Reading Guide. Concept 19.1 A virus consists of a nucleic acid surrounded by a protein coat AP Biology Reading Guide Name Chapter 19: Viruses Overview Experimental work with viruses has provided important evidence that genes are made of nucleic acids. Viruses were also important in working out

More information

CONTENTS. 1. Introduction. 4. Virology. 2. Virus Structure. 5. Virus and Medicine. 3. Virus Replication. 6. Review

CONTENTS. 1. Introduction. 4. Virology. 2. Virus Structure. 5. Virus and Medicine. 3. Virus Replication. 6. Review CONTENTS 1. Introduction 4. Virology 2. Virus Structure 5. Virus and Medicine 3. Virus Replication 6. Review We have all gotten viruses from bacteria, plants to animals. Viruses cause colds, flu, warts

More information

An Evolutionary Story about HIV

An Evolutionary Story about HIV An Evolutionary Story about HIV Charles Goodnight University of Vermont Based on Freeman and Herron Evolutionary Analysis The Aids Epidemic HIV has infected 60 million people. 1/3 have died so far Worst

More information

Development of Real Time RT-PCR Assays for Neuraminidase Subtyping of Avian Influenza Virus

Development of Real Time RT-PCR Assays for Neuraminidase Subtyping of Avian Influenza Virus Development of Real Time RT-PCR Assays for Neuraminidase Subtyping of Avian Influenza Virus Yanyan Huang 1, Mazhar Khan 1, and Ion Măndoiu 1 Department of Pathobiology & Veterinary Science, University

More information

A Strategy with Novel Evolutionary Features for The Iterated Prisoner s Dilemma

A Strategy with Novel Evolutionary Features for The Iterated Prisoner s Dilemma A Strategy with Novel Evolutionary Features for The Iterated Prisoner s Dilemma Jiawei Li jwl@cs.nott.ac.uk School of Computer Science, University of Nottingham, Nottingham, NG8 1BB, UK Graham Kendall

More information

BIOLOGY. Viruses CAMPBELL. Reece Urry Cain Wasserman Minorsky Jackson. Lecture Presentation by Nicole Tunbridge and Kathleen Fitzpatrick TENTH EDITION

BIOLOGY. Viruses CAMPBELL. Reece Urry Cain Wasserman Minorsky Jackson. Lecture Presentation by Nicole Tunbridge and Kathleen Fitzpatrick TENTH EDITION CAMPBELL BIOLOGY TENTH EDITION Reece Urry Cain Wasserman Minorsky Jackson 19 Viruses Lecture Presentation by Nicole Tunbridge and Kathleen Fitzpatrick Figure 19.1 Are the viruses (red) budding from this

More information

19 2 Viruses Slide 1 of 34

19 2 Viruses Slide 1 of 34 1 of 34 What Is a Virus? What Is a Virus? Viruses are particles of nucleic acid, protein, and in some cases, lipids. Viruses can reproduce only by infecting living cells. 2 of 34 What Is a Virus? Viruses

More information

Biol115 The Thread of Life"

Biol115 The Thread of Life Biol115 The Thread of Life" Lecture 9" Gene expression and the Central Dogma"... once (sequential) information has passed into protein it cannot get out again. " ~Francis Crick, 1958! Principles of Biology

More information

Human Immunodeficiency Virus

Human Immunodeficiency Virus Human Immunodeficiency Virus Virion Genome Genes and proteins Viruses and hosts Diseases Distinctive characteristics Viruses and hosts Lentivirus from Latin lentis (slow), for slow progression of disease

More information

Introduction to Game Theory Autonomous Agents and MultiAgent Systems 2015/2016

Introduction to Game Theory Autonomous Agents and MultiAgent Systems 2015/2016 Introduction to Game Theory Autonomous Agents and MultiAgent Systems 2015/2016 Ana Paiva * These slides are based on the book by Prof. M. Woodridge An Introduction to Multiagent Systems and the online

More information

19/06/2013. Viruses are not organisms (do not belong to any kingdom). Viruses are not made of cells, have no cytoplasm, and no membranes.

19/06/2013. Viruses are not organisms (do not belong to any kingdom). Viruses are not made of cells, have no cytoplasm, and no membranes. VIRUSES Many diseases of plants and animals are caused by bacteria or viruses that invade the body. Bacteria and viruses are NOT similar kinds of micro-organisms. Bacteria are classified as living organisms,

More information

III. What are the requirements for taking and passing this course?

III. What are the requirements for taking and passing this course? 1 Molecular Virology Lecture # 1: Course Introduction I. Instructor and Background Dr. Richard Kuhn rjkuhn@bragg.bio.purdue.edu B-129 Lilly Hall 494-1164 Office Hours - Wednesday 10:30-11:30 II. Objective:

More information

The Evolution of Cooperation: The Genetic Algorithm Applied to Three Normal- Form Games

The Evolution of Cooperation: The Genetic Algorithm Applied to Three Normal- Form Games The Evolution of Cooperation: The Genetic Algorithm Applied to Three Normal- Form Games Scott Cederberg P.O. Box 595 Stanford, CA 949 (65) 497-7776 (cederber@stanford.edu) Abstract The genetic algorithm

More information

~Lentivirus production~

~Lentivirus production~ ~Lentivirus production~ May 30, 2008 RNAi core R&D group member Lentivirus Production Session Lentivirus!!! Is it health threatening to lab technician? What s so good about this RNAi library? How to produce

More information

Viral structure م.م رنا مشعل

Viral structure م.م رنا مشعل Viral structure م.م رنا مشعل Viruses must reproduce (replicate) within cells, because they cannot generate energy or synthesize proteins. Because they can reproduce only within cells, viruses are obligate

More information

LEC 2, Medical biology, Theory, prepared by Dr. AYAT ALI

LEC 2, Medical biology, Theory, prepared by Dr. AYAT ALI General Characteristics, Structure and Taxonomy of Viruses Viruses A virus is non-cellular organisms made up of genetic material and protein that can invade living cells. They are considered both a living

More information

Study the Evolution of the Avian Influenza Virus

Study the Evolution of the Avian Influenza Virus Designing an Algorithm to Study the Evolution of the Avian Influenza Virus Arti Khana Mentor: Takis Benos Rachel Brower-Sinning Department of Computational Biology University of Pittsburgh Overview Introduction

More information

1. Virus 2. Capsid 3. Envelope

1. Virus 2. Capsid 3. Envelope VIRUSES BIOLOGY II VOCABULARY- VIRUSES (22 Words) 1. Virus 2. Capsid 3. Envelope 4. Provirus 5. Retrovirus 6. Reverse transcriptase 7. Bacteriophage 8. Lytic Cycle 9. Virulent 10. Lysis 11. Lysogenic Cycle

More information

Size nm m m

Size nm m m 1 Viral size and organization Size 20-250nm 0.000000002m-0.000000025m Virion structure Capsid Core Acellular obligate intracellular parasites Lack organelles, metabolic activities, and reproduction Replicated

More information

A virus consists of a nucleic acid surrounded by a protein coat. [2]

A virus consists of a nucleic acid surrounded by a protein coat. [2] GUIDED READING - Ch. 19 - VIRUSES NAME: Please print out these pages and HANDWRITE the answers directly on the printouts. Typed work or answers on separate sheets of paper will not be accepted. Importantly,

More information

Last time we talked about the few steps in viral replication cycle and the un-coating stage:

Last time we talked about the few steps in viral replication cycle and the un-coating stage: Zeina Al-Momani Last time we talked about the few steps in viral replication cycle and the un-coating stage: Un-coating: is a general term for the events which occur after penetration, we talked about

More information

Are viruses alive? Name: Date:

Are viruses alive? Name: Date: Name: Date: Are viruses alive? Anyone with a cold or the flu virus feels as if they are under attack by some organism. But in the scientific community it's still an open-ended question. This is why viruses

More information

علم األحياء الدقيقة Microbiology Introduction to Virology & Immunology

علم األحياء الدقيقة Microbiology Introduction to Virology & Immunology علم األحياء الدقيقة Microbiology Introduction to Virology & Immunology What is a virus? Viruses may be defined as acellular organisms whose genomes consist of nucleic acid (DNA or RNA), and which obligatory

More information

Starting with MICROBIOLOGY

Starting with MICROBIOLOGY Starting with MICROBIOLOGY Micro means very small and biology is the study of living things. Microbes are the oldest form of life on Earth. They've been here for 3.8 billion years! Microbes live everywhere.

More information

Viral Genetics. BIT 220 Chapter 16

Viral Genetics. BIT 220 Chapter 16 Viral Genetics BIT 220 Chapter 16 Details of the Virus Classified According to a. DNA or RNA b. Enveloped or Non-Enveloped c. Single-stranded or double-stranded Viruses contain only a few genes Reverse

More information

Viruses defined acellular organisms genomes nucleic acid replicate inside host cells host metabolic machinery ribosomes

Viruses defined acellular organisms genomes nucleic acid replicate inside host cells host metabolic machinery ribosomes The Viruses Viruses Viruses may be defined as acellular organisms whose genomes consist of nucleic acid, obligately replicate inside host cells using host metabolic machinery and ribosomes to form a pool

More information

PROCEDURE Follow the instructions as you proceed through the Click and Learn, and answer the questions in the spaces provided.

PROCEDURE Follow the instructions as you proceed through the Click and Learn, and answer the questions in the spaces provided. ABOUT THIS WORKSHEET This worksheet complements the Click and Learn developed in conjunction with the 2016 documentary, Spillover: Zika, Ebola & Beyond (http://www.hhmi.org/biointeractive/virusexplorer).

More information

Characterizing intra-host influenza virus populations to predict emergence

Characterizing intra-host influenza virus populations to predict emergence Characterizing intra-host influenza virus populations to predict emergence June 12, 2012 Forum on Microbial Threats Washington, DC Elodie Ghedin Center for Vaccine Research Dept. Computational & Systems

More information

Microbiology. Microbiology

Microbiology. Microbiology Microbiology Microbiology What are GERMS? What are GERMS? Microorganisms that make you sick (pathogens) There are many different types of microorganisms: Bacteria (strep throat, food poisoning like E.

More information

Viruses. CLS 212: Medical Microbiology Miss Zeina Alkudmani

Viruses. CLS 212: Medical Microbiology Miss Zeina Alkudmani Viruses CLS 212: Medical Microbiology Miss Zeina Alkudmani History Through the 1800s, many scientists discovered that something smaller than bacteria could cause disease and they called it virion (Latin

More information

number Done by Corrected by Doctor Ashraf

number Done by Corrected by Doctor Ashraf number 4 Done by Nedaa Bani Ata Corrected by Rama Nada Doctor Ashraf Genome replication and gene expression Remember the steps of viral replication from the last lecture: Attachment, Adsorption, Penetration,

More information

Viruses. Strategies for Virion Formation

Viruses. Strategies for Virion Formation MIT Department of Biology 7.013: Introductory Biology - Spring 2005 Instructors: Professor Hazel Sive, Professor Tyler Jacks, Dr. Claudette Gardel Viruses Viruses are important to biologists for several

More information

PHARMACEUTICAL MICROBIOLOGY JIGAR SHAH INSTITUTE OF PHARMACY NIRMA UNIVERSITY

PHARMACEUTICAL MICROBIOLOGY JIGAR SHAH INSTITUTE OF PHARMACY NIRMA UNIVERSITY PHARMACEUTICAL MICROBIOLOGY JIGAR SHAH INSTITUTE OF PHARMACY NIRMA UNIVERSITY VIRUS - HISTORY In 1886, the Dutch Chemist Adolf Mayer showed TMD In 1892, the Russian Bactriologist Dimtri Iwanowski isolate

More information

Color Cues and Viscosity in. Iterated Prisoner s Dilemma

Color Cues and Viscosity in. Iterated Prisoner s Dilemma Color Cues and Viscosity in Iterated Prisoner s Dilemma Michael Joya University of British Columbia Abstract The presence of color tag cues and a viscous environment have each been shown to foster conditional

More information

Virology Introduction. Definitions. Introduction. Structure of virus. Virus transmission. Classification of virus. DNA Virus. RNA Virus. Treatment.

Virology Introduction. Definitions. Introduction. Structure of virus. Virus transmission. Classification of virus. DNA Virus. RNA Virus. Treatment. DEVH Virology Introduction Definitions. Introduction. Structure of virus. Virus transmission. Classification of virus. DNA Virus. RNA Virus. Treatment. Definitions Virology: The science which study the

More information

Intro II - Viral Replication. All living things survive in a sea of viruses

Intro II - Viral Replication. All living things survive in a sea of viruses Intro II - Viral Replication Prof. Vincent Racaniello Department of Microbiology Office: HHSC 1310B vrr1@columbia.edu All living things survive in a sea of viruses We eat and breathe billions of them regularly

More information

WHO Prequalification of In Vitro Diagnostics PUBLIC REPORT. Product: Alere q HIV-1/2 Detect WHO reference number: PQDx

WHO Prequalification of In Vitro Diagnostics PUBLIC REPORT. Product: Alere q HIV-1/2 Detect WHO reference number: PQDx WHO Prequalification of In Vitro Diagnostics PUBLIC REPORT Product: Alere q HIV-1/2 Detect WHO reference number: PQDx 0226-032-00 Alere q HIV-1/2 Detect with product codes 270110050, 270110010 and 270300001,

More information

Chapter 13 Viruses, Viroids, and Prions. Biology 1009 Microbiology Johnson-Summer 2003

Chapter 13 Viruses, Viroids, and Prions. Biology 1009 Microbiology Johnson-Summer 2003 Chapter 13 Viruses, Viroids, and Prions Biology 1009 Microbiology Johnson-Summer 2003 Viruses Virology-study of viruses Characteristics: acellular obligate intracellular parasites no ribosomes or means

More information

WHY? Viruses are considered non-living because they do:

WHY? Viruses are considered non-living because they do: Viruses What is a Virus? Non-living particle WHY? Viruses are considered non-living because they do: NOT Carry out metabolism NOT Grow or develop NOT Replicate without the help of a living cell (host).

More information

Pathogens and the immune system

Pathogens and the immune system Pathogens and the immune system Veronica Leautaud, Ph.D. vl2@ rice.edu Keck Hall 224 / 232-lab Lecture 8 BIOE 301-Bioengineering and World Health Review of lecture 7 Science Science is the human activity

More information

Lesson Title: Viruses vs. Cells Standards to be Addressed: Acquisition

Lesson Title: Viruses vs. Cells Standards to be Addressed: Acquisition Readiness Standards: 4.C: compare the structures of viruses to cells, describe viral reproduction, and describe the role of viruses in causing diseases such as human immunodeficiency virus (HIV) and influenza

More information

HIV Infection and Epidemiology: Can There Be a Cure? Dr. Nedwidek

HIV Infection and Epidemiology: Can There Be a Cure? Dr. Nedwidek HIV Infection and Epidemiology: Can There Be a Cure? Dr. Nedwidek The Viral Life Cycle A typical virus (DNA or RNA + protein) enters the host cell, makes more of itself, and exits. There are two major

More information

7.012 Quiz 3 Answers

7.012 Quiz 3 Answers MIT Biology Department 7.012: Introductory Biology - Fall 2004 Instructors: Professor Eric Lander, Professor Robert A. Weinberg, Dr. Claudette Gardel Friday 11/12/04 7.012 Quiz 3 Answers A > 85 B 72-84

More information

VIRUSES. 1. Describe the structure of a virus by completing the following chart.

VIRUSES. 1. Describe the structure of a virus by completing the following chart. AP BIOLOGY MOLECULAR GENETICS ACTIVITY #3 NAME DATE HOUR VIRUSES 1. Describe the structure of a virus by completing the following chart. Viral Part Description of Part 2. Some viruses have an envelope

More information