A Query by HIV. I. A query by HIV. II. Recursion

Size: px
Start display at page:

Download "A Query by HIV. I. A query by HIV. II. Recursion"

Transcription

1 A Query by HIV I. A query by HIV Human immunodeficiency virus (HIV) is a kind of lentivirus (lenti- means "slow") that belongs to the Retroviridae family. HIV is known for slow disease progression. In the last stage of the disease the virus develops acquired immunodeficiency syndrome (AIDS). It typically takes 5 to 10 years since the initial HIV infection to develop the syndrome. AIDS can manifest any kinds of symptoms related to destruction of a component of the immune system called CD4+ T lymphocytes. These symptoms include encephalitis and meningitis in the brain, retinitis in the eyes, pneumocystis pneumonia and tuberculosis in the lungs, esophagitis and chronic diarrhea in the guts, and cancers in different tissues and organs. They are all caused by the loss of CD4+ T lymphocytes, because these T lymphocytes, also called helper T lymphocytes, are essential for both cellular immune response mediated by cytotoxic (CD8+) T lymphocytes and humoral immune response mediated by B lymphocytes and antibodies. It is clear that the immune system finally fails to protect CD4+ T lymphocytes, although the mechanism of the failure is still unclear. However, it is recently suspected that some important part of the whole CD4+ T lymphocyte fraction is already broken in the first several weeks after HIV infection i.e. far earlier than the development of AIDS, and in order to protect this essential part of CD4+ T lymphocytes we would need early treatment with antiretroviral therapies or strong early cellular immune response which could be induced with prophylactic vaccination. So the question here is whether the immune system has potential to protect itself or not. In order to answer it I will discuss here on the design of the T lymphocyte part of the immune system based on the idea of recursion. II. Recursion Recursion is a kind of repeating process in a self-similar way. Recursion can be found in our daily life. For example we can use two mirrors to reflect each other, and then there will be an infinite recursion of the mirrors. Recursive acronym (initialism) can be defined like MIT="MIT Is Tough". A sentence can also be recursive, like the well-known example shown below. 3

2 To understand recursion, we must first understand recursion. In mathematics and computer science recursive function is defined as a function that calls the function itself. f g( f ) Recursive functions include integer sequences expressed in a form of recurrence relation. A typical example is shown below. a n = a n 1 + 1, a 0 = 1 At high schools in Japan we learn how to solve recurrence relations, although in most cases we do not learn why we need to solve them. The reason is clear for computer scientists. In a recurrence relation, recursive call starts before the end of the previous call (i.e. within the previous call). So the calculatiton could consume a lot of memory depending on its depth. For example, if n equals to 1 or 2, then it is quite easy to calculate the results. a 1 = 1+1 a 2 = (1+1)+1 However, if n is huge, then the calculation will require a lot of time and space. a 1,000,000,000 = (((( +1)+1)+1)+1)+1 In this way solving a recurrence relation means to convert it into a more efficient form. This also means that if we have a fast computer equipped with a lot of memory (random access memory: RAM), then we would not need to solve recurrence relations. As already shown, a recurrence relation requires an end condition. Otherwise it will be endless. For example a 0 = 1 is the end condition for a n = a n 1 + 1, the recurrence relation shown in this section. III. The immune system Most immunology textbooks define the immune system as a set of mechanisms that discriminates between self and non-self antigens. However, scientists who propose 4

3 alternative theories including the danger theory have been debating the self/non-self paradigm 1. The idea shown in this article is close but not identical to the danger theory. It is also important to keep in mind the possible design of life presented by Erwin Schrödinger 2. According to his idea our bodies are designed so that they will be maintained in steady states in decades. Viruses have deoxyribonucleic acid (DNA) or ribo nucleic acid (RNA) as their genomes. After a virus infects a host cell, the viral genome provides information about proteins that are not coded by the genome of the cell. According to the information virus-infected cells produce unexpected proteins. This could result in unexpected cell functions including virus particle production, cell death and cell proliferation. The unexpected cell proliferation could lead to neoplasm (cancers) although cancers can also be caused by DNA mutations, deletions, and recombination of the cell genome without viral infections. In this way expression of unexpected information can threat integrity of our bodies. However, there is a mechanism called cellular immunity that consists of white blood cells called T lymphocytes or T cells. T cells are designed to detect abnormal cells expressing unexpected and potentially risky proteins (functions) in order to maintain integrity of our bodies. The mechanism of the detection is as follows. (1) All the cells in our bodies synthesize proteins, but part of these proteins is processed into small fragments consisting of 8-10 amino acids (called peptides) and transferred to and put on the cell surfaces so that T lymphocytes can detect unexpected proteins. (2) T cells circulate in our bodies to test all the presented proteins synthesized in the cells referring to their "unexpected protein database". So this is basically an interaction between every single cell and a T cell. All the cells in our bodies express molecules to interact with a set of T cells called cytotoxic T cells or CD8+ T cells. These molecules are called major histocompatibility complexes (MHC) class I. An MHC molecule has a groove to contain an 8-10 amino acid sequence (peptide). There are several different MHC molecules encoded in our genome, and each MHC molecule has a groove with a different shape so that it can hold peptides of different shapes. In this way millions of peptides derived from proteins expressed and processed in every single cell in our bodies are presented on MHC molecules to be assessed by CD8+ T cells. CD8+ T cells are specialized white blood cells to assess all the cells in our bodies presenting peptides on MHC molecules expressed on cell surfaces. Every single T cell recognizes only a single unexpected peptide by its shape, and the number of total T cells in a human body is estimated as about Therefore if we assume that 10 4 T cells recognize the same unexpected peptide, this means that the whole T cell database contains data for 10 7 different unexpected peptides, which might be large enough for detection of many pathogens and cancers (Table 1) 3. 5

4 weight n o T cells/epitope latency before AIDS Human 50,000 g 10,000 ~ 100,000 5 ~ 10 years Monkey 5,000 g 1,000 ~ 10,000 1 ~ 5 years Mouse 25 g 10 ~ 100??? Table 1. Estimated number of unstimulated (naïve) T cells per epitope per capita. *AIDS is caused in monkeys by simian immunodeficiency virus (SIV) infection instead of HIV infection. **There is no immunodeficiency virus so far which infects mice. It is interesting to imagine what happens if an HIV-like immunodeficiency virus infects mice. T cells express molecules called T cell receptors (TCR) that interact with MHC molecules bearing peptides. A TCR molecule also has a groove to test peptides. If the shape of a peptide on an MHC molecule matches the TCR groove, then the peptide will be recognized as unexpected and potentially risky, and the CD8+ T cell bearing the TCR initiates immune response in order to kill the cell expressing the peptide. Every T cell expresses only a single TCR clone. This is why every T cell recognizes only a single unexpected peptide. In this way the T cell immune system detects cells producing unexpected proteins due to expression of unexpected genes, and kills those cells in order to maintain integrity of our bodies. In addition, it is interesting to know that there is a different set of T cells called helper T cells or CD4+ T cells (Table 2). CD4+ T cells interact with limited types of cells expressing different types of MHC molecules called MHC class II molecules. Majority of these cells belong to the immune system and are called antigen-presenting cells. Activated T cells can also express MHC class II molecules. MHC class II is important in initiation and amplification of T cell response by interacting with CD4+ T cells. However, it is also assumed that CD4+ T cells might be also detecting unexpected proteins expressed in cells that belongs to the immune system. This can be regarded as part of a mechanism of the immune system for protecting the immune system itself. 6

5 nickname evolutionarily interact with HIV infectivity CD4+ T cells helper advanced MHC class II yes (expressed in immune cells) CD8+ T cells cytotoxic (killer) primitive MHC class I (expressed in all cells) no Table 2. Known characteristics of CD4+ and CD8+ T cells. HIV attacks HIVspecific CD4+ T cells which will otherwise help HIV-specific CD8+ T-cell function. IV. HIV infection HIV infects CD4+ T cells, but it usually depletes CD4+ T cells slowly. Thus HIV infection lasts for several years and results in AIDS. Total CD4+ T cell count in peripheral blood is regarded as the best marker for disease progression. However, HIV infection is different from typical acute infection already in the early phase as described in Figure 1. The reason for the failure of the immune system to control HIV replication in the early phase is not well understood, although it might be partly because HIV does not evenly attack all CD4+ T cells 4. Figure 1. The immune system fails to control HIV replication in the early phase of infection. This leads to persistent HIV infection. HIV needs interaction with molecules expressed on the cell surface. These molecules are called receptors. CD4+ is a molecule expressed on the surface of CD4+ T cells and is known as the main receptor for HIV. There is another molecule called CCR5 that is used 7

6 by major strains of HIV as a co-receptor. CCR5 is expressed in CD4+ T cells that have been stimulated by antigens. Therefore HIV prefers T cells that have been activated by peptide stimulation and express CCR5. Such T cells are called memory T cells. HIV has its own genome as RNA. HIV genome RNA encodes proteins important for HIV particle formation and persistent infection, and HIV-infected cells produce proteins that are "unexpected" for the immune system. Therefore peptides derived from HIV proteins are presented on MHC molecules and detected by T cells that recognizes those peptides. Such T cells are called HIV-specific T cells. HIV-specific T cells express CCR5 after detection of HIV peptides and therefore HIV can also infect them. Taken together, HIV prefers activated HIV-specific CD4+ T cells 5. It is interesting to notice that while most T cells are protecting organs like intestine, lungs, liver, brain, HIV-specific T cells are trying to protect T cells. However, I assume here that protecting T cells themselves is more difficult than protecting other organs, because after HIV-specific CD4+ T cells are activated by detecting HIV-infected cells, they become susceptible to HIV infection (Figure 2). In this way HIV-specific CD4+ T cells can be repeatedly activated, infected and destroyed. If this is true, then HIV-specific memory CD4+ T cells will need to expand forever, which is similar to a recursive process lacking an end condition. Figure 2. HIV-specific CD4+ T cells try to protect T cells but they are targeted by HIV. 8

7 So in the end of the section I would point out that immune surveys could be regarded as a recursive process as shown in the following example written in a programming language called Lisp 6. (defun T.detect? (organ)...) (defun T.proliferate (organ)...) (defun T.kill (organ)...) (defun T.survey (organ) (when (T.detect? organ) ;; yes (T.proliferate organ) (T.kill organ) (T.survey organ))) When the process is executed, the result may differ according to the targeted "organ". If the target is "lung", then the process exits normally. However, if the target is "T", the process could be endless because the function T.proliferate() can be nullified by HIV infection and killing of proliferated T cells. (T.survey "lung") -> (T.survey "lung") -> O.K. (T.survey "T") -> (T.survey "T") ->> (T.survey "T") ->>> (T.survey "T")... If the recursive process is repeated so many times, then there could be a risk for total depletion of HIV-specific CD4+ T-cell early in the infection. Selective depletion of HIV-specific CD4+ T cells might not be repaired because it is different from repairing in other tissues. For example, lung epithelia can be easily repaired after viral infection because epithelial cells around the lesion are functionally identical to the lost epithelial cells. On the other hand, after HIV-specific CD4+ T-cell depletion the remaining T cells are expressing different TCRs and thus functionally different from the lost CD4+ T-cell populations. 9

8 V. Conclusion The immune system must protect itself, while other organs are protected by the immune system. This could be regarded as vulnerability or a security hole hard corded in our body. Indeed, HIV seems to attack the vulnerability. Control of HIV infection is extremely difficult at this moment because of the estimated limitation in the function of the immune system described in this article. However, this also suggests that protection or recovery of HIV-specific CD4+ T cells will solve the problem and I believe that researchers are finding methods to achieve the goal. Acknowledgements I thank Prof. Tetsuro Matano (AIDS Research Center, National Institute of Infectious Diseases, Japan; The Institute of Medical Science, The University of Tokyo, Japan) for discussions. References 1. Matzinger P. The danger model: a renewed sense of self. Science. 2002; 296: Schrödinger E. What is life? - The physical aspect of the living cell. Cambridge University Press, Moon JJ, Chu HH, Pepper M, McSorley SJ, Jameson SC, Kedl RM, Jenkins MK. Naïve CD4(+) T cell frequency varies for different epitopes and predicts repertoire diversity and response magnitude. Immunity. 2007; 27: Grossman Z, Meier-Schellersheim M, Paul WE, Picker LJ. Pathogenesis of HIV infection: what the virus spares is as important as what it destroys. Nat Med. 2006; 12: Douek DC, Brenchley JM, Betts MR, Ambrozak DR, Hill BJ, Okamoto Y, Casazza JP, Kuruppu J, Kunstman K, Wolinsky S, Grossman Z, Dybul M, Oxenius A, Price DA, Connors M, Koup RA. HIV preferentially infects HIV-specific CD4+ T cells. Nature. 2002; 417: McCarthy J. Recursive functions of symbolic expressions and their computation by machine, part I. Communications of the ACM. 1960; 3: Tetsuo TSUKAMOTO CEA/Fontenay-aux-Roses 10

LESSON 4.6 WORKBOOK. Designing an antiviral drug The challenge of HIV

LESSON 4.6 WORKBOOK. Designing an antiviral drug The challenge of HIV LESSON 4.6 WORKBOOK Designing an antiviral drug The challenge of HIV In the last two lessons we discussed the how the viral life cycle causes host cell damage. But is there anything we can do to prevent

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

Chapter 35 Active Reading Guide The Immune System

Chapter 35 Active Reading Guide The Immune System Name: AP Biology Mr. Croft Chapter 35 Active Reading Guide The Immune System Section 1 Phagocytosis plays an important role in the immune systems of both invertebrates and vertebrates. Review the process

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

Lecture 11. Immunology and disease: parasite antigenic diversity

Lecture 11. Immunology and disease: parasite antigenic diversity Lecture 11 Immunology and disease: parasite antigenic diversity RNAi interference video and tutorial (you are responsible for this material, so check it out.) http://www.pbs.org/wgbh/nova/sciencenow/3210/02.html

More information

The Immune System. These are classified as the Innate and Adaptive Immune Responses. Innate Immunity

The Immune System. These are classified as the Innate and Adaptive Immune Responses. Innate Immunity The Immune System Biological mechanisms that defend an organism must be 1. triggered by a stimulus upon injury or pathogen attack 2. able to counteract the injury or invasion 3. able to recognise foreign

More information

cure research HIV & AIDS

cure research HIV & AIDS Glossary of terms HIV & AIDS cure research Antiretroviral Therapy (ART) ART involves the use of several (usually a cocktail of three or more) antiretroviral drugs to halt HIV replication. ART drugs may

More information

A VACCINE FOR HIV BIOE 301 LECTURE 10 MITALI BANERJEE HAART

A VACCINE FOR HIV BIOE 301 LECTURE 10 MITALI BANERJEE HAART BIOE 301 LECTURE 10 MITALI BANERJEE A VACCINE FOR HIV HIV HAART Visit wikipedia.org and learn the mechanism of action of the five classes of antiretroviral drugs. (1) Reverse transcriptase inhibitors (RTIs)

More information

Immunodeficiency. (2 of 2)

Immunodeficiency. (2 of 2) Immunodeficiency (2 of 2) Acquired (secondary) immunodeficiencies More common Many causes such as therapy, cancer, sarcoidosis, malnutrition, infection & renal disease The most common of which is therapy-related

More information

Physiology Unit 3. ADAPTIVE IMMUNITY The Specific Immune Response

Physiology Unit 3. ADAPTIVE IMMUNITY The Specific Immune Response Physiology Unit 3 ADAPTIVE IMMUNITY The Specific Immune Response In Physiology Today The Adaptive Arm of the Immune System Specific Immune Response Internal defense against a specific pathogen Acquired

More information

The Adaptive Immune Response: T lymphocytes and Their Functional Types *

The Adaptive Immune Response: T lymphocytes and Their Functional Types * OpenStax-CNX module: m46560 1 The Adaptive Immune Response: T lymphocytes and Their Functional Types * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

Fluid movement in capillaries. Not all fluid is reclaimed at the venous end of the capillaries; that is the job of the lymphatic system

Fluid movement in capillaries. Not all fluid is reclaimed at the venous end of the capillaries; that is the job of the lymphatic system Capillary exchange Fluid movement in capillaries Not all fluid is reclaimed at the venous end of the capillaries; that is the job of the lymphatic system Lymphatic vessels Lymphatic capillaries permeate

More information

Section 6.1 Defence mechanisms

Section 6.1 Defence mechanisms Section 6.1 Defence mechanisms Defence mechanisms Non-specific mechanisms that do not distinguish between one type of pathogen and another, but respond to all of them in the same way. These mechanisms

More information

Overview: The immune responses of animals can be divided into innate immunity and acquired immunity.

Overview: The immune responses of animals can be divided into innate immunity and acquired immunity. GUIDED READING - Ch. 43 - THE IMMUNE SYSTEM 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.

More information

Version A. AP* Biology: Immune System. Name: Period

Version A. AP* Biology: Immune System. Name: Period Name: Period Version A AP* Biology: Immune System Directions: Each of the questions or incomplete statements below is followed by four suggested answers or completions. Select the one that is best in each

More information

Histocompatibility antigens

Histocompatibility antigens Histocompatibility antigens Tuesday 09 November 2010 Telegraph UK Livers grown in the laboratory could eventually solve organ transplant shortage. Made-to-measure organs for transplantation are a step

More information

Campbell's Biology: Concepts and Connections, 7e (Reece et al.) Chapter 24 The Immune System Multiple-Choice Questions

Campbell's Biology: Concepts and Connections, 7e (Reece et al.) Chapter 24 The Immune System Multiple-Choice Questions Campbell's Biology: Concepts and Connections, 7e (Reece et al.) Chapter 24 The Immune System 24.1 Multiple-Choice Questions 1) The body's innate defenses against infection include A) several nonspecific

More information

C. Incorrect! MHC class I molecules are not involved in the process of bridging in ADCC.

C. Incorrect! MHC class I molecules are not involved in the process of bridging in ADCC. Immunology - Problem Drill 13: T- Cell Mediated Immunity Question No. 1 of 10 1. During Antibody-dependent cell mediated cytotoxicity (ADCC), the antibody acts like a bridge between the specific antigen

More information

Chapter 1. Full file at

Chapter 1. Full file at Chapter 1 1. Which is the best definition of immunity? Answer: B A. The state of having been exposed to a pathogen repeatedly B. The state of being resistant to reinfection with a pathogen C. When an individual

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

The Struggle with Infectious Disease. Lecture 6

The Struggle with Infectious Disease. Lecture 6 The Struggle with Infectious Disease Lecture 6 HIV/AIDS It is generally believed that: Human Immunodeficiency Virus --------- causes ------------- Acquired Immunodeficiency Syndrome History of HIV HIV

More information

1. Overview of Adaptive Immunity

1. Overview of Adaptive Immunity Chapter 17A: Adaptive Immunity Part I 1. Overview of Adaptive Immunity 2. T and B Cell Production 3. Antigens & Antigen Presentation 4. Helper T cells 1. Overview of Adaptive Immunity The Nature of Adaptive

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

Defense mechanism against pathogens

Defense mechanism against pathogens Defense mechanism against pathogens Immune System What is immune system? Cells and organs within an animal s body that contribute to immune defenses against pathogens ( ) Bacteria -Major entry points ;open

More information

How HIV Causes Disease Prof. Bruce D. Walker

How HIV Causes Disease Prof. Bruce D. Walker How HIV Causes Disease Howard Hughes Medical Institute Massachusetts General Hospital Harvard Medical School 1 The global AIDS crisis 60 million infections 20 million deaths 2 3 The screen versions of

More information

CELL BIOLOGY - CLUTCH CH THE IMMUNE SYSTEM.

CELL BIOLOGY - CLUTCH CH THE IMMUNE SYSTEM. !! www.clutchprep.com CONCEPT: OVERVIEW OF HOST DEFENSES The human body contains three lines of against infectious agents (pathogens) 1. Mechanical and chemical boundaries (part of the innate immune system)

More information

CHAPTER 18: Immune System

CHAPTER 18: Immune System CHAPTER 18: Immune System 1. What are four characteristics of the specific immune system? a. b. c. d. 2. List the two main types of defense mechanisms and briefly describe features of each. 3. Give examples

More information

BIT 120. Copy of Cancer/HIV Lecture

BIT 120. Copy of Cancer/HIV Lecture BIT 120 Copy of Cancer/HIV Lecture Cancer DEFINITION Any abnormal growth of cells that has malignant potential i.e.. Leukemia Uncontrolled mitosis in WBC Genetic disease caused by an accumulation of mutations

More information

Warm-up. Parts of the Immune system. Disease transmission. Disease transmission. Why an immune system? Chapter 43 3/9/2012.

Warm-up. Parts of the Immune system. Disease transmission. Disease transmission. Why an immune system? Chapter 43 3/9/2012. Warm-up Objective: Explain how antigens react with specific lymphocytes to induce immune response and immunological memory. Warm-up: Which of the following would normally contain blood with the least amount

More information

Viral Vectors In The Research Laboratory: Just How Safe Are They? Dawn P. Wooley, Ph.D., SM(NRM), RBP, CBSP

Viral Vectors In The Research Laboratory: Just How Safe Are They? Dawn P. Wooley, Ph.D., SM(NRM), RBP, CBSP Viral Vectors In The Research Laboratory: Just How Safe Are They? Dawn P. Wooley, Ph.D., SM(NRM), RBP, CBSP 1 Learning Objectives Recognize hazards associated with viral vectors in research and animal

More information

Immunology - Lecture 2 Adaptive Immune System 1

Immunology - Lecture 2 Adaptive Immune System 1 Immunology - Lecture 2 Adaptive Immune System 1 Book chapters: Molecules of the Adaptive Immunity 6 Adaptive Cells and Organs 7 Generation of Immune Diversity Lymphocyte Antigen Receptors - 8 CD markers

More information

All animals have innate immunity, a defense active immediately upon infection Vertebrates also have adaptive immunity

All animals have innate immunity, a defense active immediately upon infection Vertebrates also have adaptive immunity 1 2 3 4 5 6 7 8 9 The Immune System All animals have innate immunity, a defense active immediately upon infection Vertebrates also have adaptive immunity Figure 43.2 In innate immunity, recognition and

More information

Adaptive Immunity: Humoral Immune Responses

Adaptive Immunity: Humoral Immune Responses MICR2209 Adaptive Immunity: Humoral Immune Responses Dr Allison Imrie 1 Synopsis: In this lecture we will review the different mechanisms which constitute the humoral immune response, and examine the antibody

More information

IN VIVO STUDIES ON VIRAL VIRULENCE

IN VIVO STUDIES ON VIRAL VIRULENCE IN VIVO STUDIES ON VIRAL VIRULENCE M.Phil student: Emily TSUI Supervisor: Professor Paul K.S Chan Department of Microbiology, CUHK Date: 15th Dec, 2014 Viral Virulence Capacity of a virus to cause disease

More information

Immunodeficiencies HIV/AIDS

Immunodeficiencies HIV/AIDS Immunodeficiencies HIV/AIDS Immunodeficiencies Due to impaired function of one or more components of the immune or inflammatory responses. Problem may be with: B cells T cells phagocytes or complement

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

Helminth worm, Schistosomiasis Trypanosomes, sleeping sickness Pneumocystis carinii. Ringworm fungus HIV Influenza

Helminth worm, Schistosomiasis Trypanosomes, sleeping sickness Pneumocystis carinii. Ringworm fungus HIV Influenza Helminth worm, Schistosomiasis Trypanosomes, sleeping sickness Pneumocystis carinii Ringworm fungus HIV Influenza Candida Staph aureus Mycobacterium tuberculosis Listeria Salmonella Streptococcus Levels

More information

Current Strategies in HIV-1 Vaccine Development Using Replication-Defective Adenovirus as a Case Study

Current Strategies in HIV-1 Vaccine Development Using Replication-Defective Adenovirus as a Case Study Note: I have added some clarifying comments to the slides -- please click on Comments under View to see them. Current Strategies in HIV-1 Vaccine Development Using Replication-Defective Adenovirus as a

More information

Human Immunodeficiency Virus. Acquired Immune Deficiency Syndrome AIDS

Human Immunodeficiency Virus. Acquired Immune Deficiency Syndrome AIDS Human Immunodeficiency Virus Acquired Immune Deficiency Syndrome AIDS Sudden outbreak in USA of opportunistic infections and cancers in young men in 1981 Pneumocystis carinii pneumonia (PCP), Kaposi s

More information

Third line of Defense

Third line of Defense Chapter 15 Specific Immunity and Immunization Topics -3 rd of Defense - B cells - T cells - Specific Immunities Third line of Defense Specific immunity is a complex interaction of immune cells (leukocytes)

More information

White Blood Cells (WBCs)

White Blood Cells (WBCs) YOUR ACTIVE IMMUNE DEFENSES 1 ADAPTIVE IMMUNE RESPONSE 2! Innate Immunity - invariant (generalized) - early, limited specificity - the first line of defense 1. Barriers - skin, tears 2. Phagocytes - neutrophils,

More information

There are 2 major lines of defense: Non-specific (Innate Immunity) and. Specific. (Adaptive Immunity) Photo of macrophage cell

There are 2 major lines of defense: Non-specific (Innate Immunity) and. Specific. (Adaptive Immunity) Photo of macrophage cell There are 2 major lines of defense: Non-specific (Innate Immunity) and Specific (Adaptive Immunity) Photo of macrophage cell Development of the Immune System ery pl neu mφ nk CD8 + CTL CD4 + thy TH1 mye

More information

Principles of Adaptive Immunity

Principles of Adaptive Immunity Principles of Adaptive Immunity Chapter 3 Parham Hans de Haard 17 th of May 2010 Agenda Recognition molecules of adaptive immune system Features adaptive immune system Immunoglobulins and T-cell receptors

More information

Julianne Edwards. Retroviruses. Spring 2010

Julianne Edwards. Retroviruses. Spring 2010 Retroviruses Spring 2010 A retrovirus can simply be referred to as an infectious particle which replicates backwards even though there are many different types of retroviruses. More specifically, a retrovirus

More information

Adaptive Immune System

Adaptive Immune System Short Course on Immunology Adaptive Immune System Bhargavi Duvvuri Ph.D IIIrd Year (Immunology) bhargavi@yorku.ca Supervisor Dr.Gillian E Wu Professor, School of Kinesiology and Health Sciences York University,

More information

HIV/AIDS. Biology of HIV. Research Feature. Related Links. See Also

HIV/AIDS. Biology of HIV. Research Feature. Related Links. See Also 6/1/2011 Biology of HIV Biology of HIV HIV belongs to a class of viruses known as retroviruses. Retroviruses are viruses that contain RNA (ribonucleic acid) as their genetic material. After infecting a

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

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

Antibacterials and Antivirals

Antibacterials and Antivirals Structure of a Bacterium: Antibacterials and Antivirals Capsule: protective layer made up of proteins, sugars and lipids Cell wall: provides the bacteria with its shape and structure Cell membrane: permeable

More information

, virus identified as the causative agent and ELISA test produced which showed the extent of the epidemic

, virus identified as the causative agent and ELISA test produced which showed the extent of the epidemic 1 Two attributes make AIDS unique among infectious diseases: it is uniformly fatal, and most of its devastating symptoms are not due to the causative agent Male to Male sex is the highest risk group in

More information

Third line of Defense. Topic 8 Specific Immunity (adaptive) (18) 3 rd Line = Prophylaxis via Immunization!

Third line of Defense. Topic 8 Specific Immunity (adaptive) (18) 3 rd Line = Prophylaxis via Immunization! Topic 8 Specific Immunity (adaptive) (18) Topics - 3 rd Line of Defense - B cells - T cells - Specific Immunities 1 3 rd Line = Prophylaxis via Immunization! (a) A painting of Edward Jenner depicts a cow

More information

Medical Virology Immunology. Dr. Sameer Naji, MB, BCh, PhD (UK) Head of Basic Medical Sciences Dept. Faculty of Medicine The Hashemite University

Medical Virology Immunology. Dr. Sameer Naji, MB, BCh, PhD (UK) Head of Basic Medical Sciences Dept. Faculty of Medicine The Hashemite University Medical Virology Immunology Dr. Sameer Naji, MB, BCh, PhD (UK) Head of Basic Medical Sciences Dept. Faculty of Medicine The Hashemite University Human blood cells Phases of immune responses Microbe Naïve

More information

Topics in Parasitology BLY Vertebrate Immune System

Topics in Parasitology BLY Vertebrate Immune System Topics in Parasitology BLY 533-2008 Vertebrate Immune System V. Vertebrate Immune System A. Non-specific defenses against pathogens 1. Skin - physical barrier a. Tough armor protein KERATIN b. Surface

More information

Micropathology Ltd. University of Warwick Science Park, Venture Centre, Sir William Lyons Road, Coventry CV4 7EZ

Micropathology Ltd. University of Warwick Science Park, Venture Centre, Sir William Lyons Road, Coventry CV4 7EZ www.micropathology.com info@micropathology.com Micropathology Ltd Tel 24hrs: +44 (0) 24-76 323222 Fax / Ans: +44 (0) 24-76 - 323333 University of Warwick Science Park, Venture Centre, Sir William Lyons

More information

Immunity and Infection. Chapter 17

Immunity and Infection. Chapter 17 Immunity and Infection Chapter 17 The Chain of Infection Transmitted through a chain of infection (six links) Pathogen: Disease causing microorganism Reservoir: Natural environment of the pathogen Portal

More information

AGAINST VIRAL INFECTIONS. Identify the types of immunity involve in the mechanisms of protection against viral infections.

AGAINST VIRAL INFECTIONS. Identify the types of immunity involve in the mechanisms of protection against viral infections. LECTURE: 02 Title: THE IMMUNOLOGICAL PROTECTIVE MECHANISMS AGAINST VIRAL INFECTIONS LEARNING OBJECTIVES: The student should be able to: Identify the types of immunity involve in the mechanisms of protection

More information

Lecture 6. Burr BIO 4353/6345 HIV/AIDS. Tetramer staining of T cells (CTL s) Andrew McMichael seminar: Background

Lecture 6. Burr BIO 4353/6345 HIV/AIDS. Tetramer staining of T cells (CTL s) Andrew McMichael seminar: Background Lecture 6 Burr BIO 4353/6345 HIV/AIDS Andrew McMichael seminar: Background Tetramer staining of T cells (CTL s) 1. Vβ 19: There are 52 T cell receptor (TCR) Vβ gene segments in germ line DNA (See following

More information

Immune System AP SBI4UP

Immune System AP SBI4UP Immune System AP SBI4UP TYPES OF IMMUNITY INNATE IMMUNITY ACQUIRED IMMUNITY EXTERNAL DEFENCES INTERNAL DEFENCES HUMORAL RESPONSE Skin Phagocytic Cells CELL- MEDIATED RESPONSE Mucus layer Antimicrobial

More information

Immunology Lecture 4. Clinical Relevance of the Immune System

Immunology Lecture 4. Clinical Relevance of the Immune System Immunology Lecture 4 The Well Patient: How innate and adaptive immune responses maintain health - 13, pg 169-181, 191-195. Immune Deficiency - 15 Autoimmunity - 16 Transplantation - 17, pg 260-270 Tumor

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

Cell-mediated response (what type of cell is activated and what gets destroyed?)

Cell-mediated response (what type of cell is activated and what gets destroyed?) The Immune System Reading Guide (Chapter 43) Name Per 1. The immune response in animals can be divided into innate immunity and adaptive immunity. As an overview, complete this figure indicating the divisions

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

3. on T helper {cells / lymphocytes} ; 3. ACCEPT macrophages / dendritic cells / CD4 cells

3. on T helper {cells / lymphocytes} ; 3. ACCEPT macrophages / dendritic cells / CD4 cells 1(a) 1. (structure G is {glycoprotein / gp120} ; 2. used for {attachment / eq} to CD4 (molecules / receptors /antigens) ; 1. IGNORE gp 41 and gp 160 and other wrong numbers 3. on T helper {cells / lymphocytes}

More information

I. Critical Vocabulary

I. Critical Vocabulary I. Critical Vocabulary A. Immune System: a set of glands, tissues, cells, and dissolved proteins that combine to defend against non-self entities B. Antigen: any non-self chemical that triggers an immune

More information

I. Lines of Defense Pathogen: Table 1: Types of Immune Mechanisms. Table 2: Innate Immunity: First Lines of Defense

I. Lines of Defense Pathogen: Table 1: Types of Immune Mechanisms. Table 2: Innate Immunity: First Lines of Defense I. Lines of Defense Pathogen: Table 1: Types of Immune Mechanisms Table 2: Innate Immunity: First Lines of Defense Innate Immunity involves nonspecific physical & chemical barriers that are adapted for

More information

Module 27: Immune System, Student Learning Guide

Module 27: Immune System, Student Learning Guide Name: Period: Date: Module 27: Immune System, Student Learning Guide Instructions: Work in pairs (share a computer). Make sure that you log in for the first quiz so that you get credit. Go to www.sciencemusicvideos.com.

More information

HIV depletes T-helper17, we simply stimulate it. By Prof. Dr.Pichaet Wiriyachitra Ph.D., F.R.A.C.I.

HIV depletes T-helper17, we simply stimulate it. By Prof. Dr.Pichaet Wiriyachitra Ph.D., F.R.A.C.I. HIV depletes T-helper17, we simply stimulate it By Prof. Dr.Pichaet Wiriyachitra Ph.D., F.R.A.C.I. Natural Healthcare for HIV infected HIV depletes T-helper17, we simply stimulate it Dr.Pichaet Wiriyachitra

More information

LYMPHOCYTES & IMMUNOGLOBULINS. Dr Mere Kende, Lecturer SMHS

LYMPHOCYTES & IMMUNOGLOBULINS. Dr Mere Kende, Lecturer SMHS LYMPHOCYTES & IMMUNOGLOBULINS Dr Mere Kende, Lecturer SMHS Immunity Immune- protection against dangers of non-self/invader eg organism 3 components of immune system 1 st line: skin/mucosa/cilia/hair/saliva/fatty

More information

COURSE: Medical Microbiology, PAMB 650/720 - Fall 2008 Lecture 16

COURSE: Medical Microbiology, PAMB 650/720 - Fall 2008 Lecture 16 COURSE: Medical Microbiology, PAMB 650/720 - Fall 2008 Lecture 16 Tumor Immunology M. Nagarkatti Teaching Objectives: Introduction to Cancer Immunology Know the antigens expressed by cancer cells Understand

More information

Guided Reading Activities

Guided Reading Activities Name Period Chapter 24: The Immune System Guided Reading Activities Big idea: Innate immunity Answer the following questions as you read modules 24.1 24.2: 1. Bacteria, viruses, and other microorganisms

More information

Chapter 22: The Lymphatic System and Immunity

Chapter 22: The Lymphatic System and Immunity Bio40C schedule Lecture Immune system Lab Quiz 2 this week; bring a scantron! Study guide on my website (see lab assignments) Extra credit Critical thinking questions at end of chapters 5 pts/chapter Due

More information

Body Defense Mechanisms

Body Defense Mechanisms BIOLOGY OF HUMANS Concepts, Applications, and Issues Fifth Edition Judith Goodenough Betty McGuire 13 Body Defense Mechanisms Lecture Presentation Anne Gasc Hawaii Pacific University and University of

More information

Chapter 43. Immune System. phagocytosis. lymphocytes. AP Biology

Chapter 43. Immune System. phagocytosis. lymphocytes. AP Biology Chapter 43. Immune System phagocytosis lymphocytes 1 Why an immune system? Attack from outside lots of organisms want you for lunch! animals must defend themselves against unwelcome invaders viruses protists

More information

all of the above the ability to impart long term memory adaptive immunity all of the above bone marrow none of the above

all of the above the ability to impart long term memory adaptive immunity all of the above bone marrow none of the above 1. (3 points) Immediately after a pathogen enters the body, it faces the cells and soluble proteins of the innate immune system. Which of the following are characteristics of innate immunity? a. inflammation

More information

Prof. Ibtesam Kamel Afifi Professor of Medical Microbiology & Immunology

Prof. Ibtesam Kamel Afifi Professor of Medical Microbiology & Immunology By Prof. Ibtesam Kamel Afifi Professor of Medical Microbiology & Immunology Lecture objectives: At the end of the lecture you should be able to: Enumerate features that characterize acquired immune response

More information

Sysmex Educational Enhancement and Development No

Sysmex Educational Enhancement and Development No SEED Haematology No 1 2015 Introduction to the basics of CD4 and HIV Viral Load Testing The purpose of this newsletter is to provide an introduction to the basics of the specific laboratory tests that

More information

Biomedical Engineering for Global Health. Lecture 10 HIV/AIDS vaccine development

Biomedical Engineering for Global Health. Lecture 10 HIV/AIDS vaccine development Biomedical Engineering for Global Health Lecture 10 HIV/AIDS vaccine development Review of lecture 9 How do vaccines work? Types ofvaccines: Review of lecture 9 Are vaccines effective? -Edward Jenner s

More information

Opening Activity. Make a list of all the diseases and infections you have had.

Opening Activity. Make a list of all the diseases and infections you have had. Opening Activity Make a list of all the diseases and infections you have had. If you have had chicken pox, indicate whether you have had it more than once. Content Objectives I will be able to identify

More information

Bihong Zhao, M.D, Ph.D Department of Pathology

Bihong Zhao, M.D, Ph.D Department of Pathology Bihong Zhao, M.D, Ph.D Department of Pathology 04-28-2009 Is tumor self or non-self? How are tumor antigens generated? What are they? How does immune system respond? Introduction Tumor Antigens/Categories

More information

Vaccine Design: A Statisticans Overview

Vaccine Design: A Statisticans Overview GoBack : A Statisticans Overview. Surajit Ray sray@samsi.info Surajit Ray Samsi PostDoc Seminar: Nov 2: 2004 - slide #1 The Chinese are credited with making the observation that deliberately infecting

More information

Blood and Immune system Acquired Immunity

Blood and Immune system Acquired Immunity Blood and Immune system Acquired Immunity Immunity Acquired (Adaptive) Immunity Defensive mechanisms include : 1) Innate immunity (Natural or Non specific) 2) Acquired immunity (Adaptive or Specific) Cell-mediated

More information

PATHOGENS AND DEFENCE AGAINST INFECTIOUS DISEASE. By: Stephanie, Emily, Cem, and Julie

PATHOGENS AND DEFENCE AGAINST INFECTIOUS DISEASE. By: Stephanie, Emily, Cem, and Julie PATHOGENS AND DEFENCE AGAINST INFECTIOUS DISEASE By: Stephanie, Emily, Cem, and Julie Pathogen Pathogen: an organism or virus that causes a disease. Examples: bacteria, fungi, protozoa, virus Disease Cause

More information

Disruptions in the Immune

Disruptions in the Immune Disruptions in the Immune System Bởi: OpenStaxCollege A functioning immune system is essential for survival, but even the sophisticated cellular and molecular defenses of the mammalian immune response

More information

The Immune System and Disease

The Immune System and Disease Chapter 40 The Immune System and Disease Section 40 1 Infectious Disease (pages 1029 1033) This section describes the causes of disease and explains how infectious diseases are transmitted Introduction

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

Immune system. Aims. Immune system. Lymphatic organs. Inflammation. Natural immune system. Adaptive immune system

Immune system. Aims. Immune system. Lymphatic organs. Inflammation. Natural immune system. Adaptive immune system Aims Immune system Lymphatic organs Inflammation Natural immune system Adaptive immune system Major histocompatibility complex (MHC) Disorders of the immune system 1 2 Immune system Lymphoid organs Immune

More information

HS-LS4-4 Construct an explanation based on evidence for how natural selection leads to adaptation of populations.

HS-LS4-4 Construct an explanation based on evidence for how natural selection leads to adaptation of populations. Unit 2, Lesson 2: Teacher s Edition 1 Unit 2: Lesson 2 Influenza and HIV Lesson Questions: o What steps are involved in viral infection and replication? o Why are some kinds of influenza virus more deadly

More information

Chapter 8 Review. 4. Scientists do not consider viruses as true living organisms because they

Chapter 8 Review. 4. Scientists do not consider viruses as true living organisms because they Chapter 8 Review Multiple Choice 1. A disruption of homeostasis can result in all of the following except A. illness C. disease B. death D. stability 2. Infectious diseases result from A. genetic defects

More information

Introduction to Immunology Part 2 September 30, Dan Stetson

Introduction to Immunology Part 2 September 30, Dan Stetson Introduction to Immunology Part 2 September 30, 2016 Dan Stetson stetson@uw.edu 441 Lecture #2 Slide 1 of 26 CLASS ANNOUNCEMENT PLEASE NO TREE NUTS IN CLASS!!! (Peanuts, walnuts, almonds, cashews, etc)

More information

Tumors arise from accumulated genetic mutations. Tumor Immunology (Cancer)

Tumors arise from accumulated genetic mutations. Tumor Immunology (Cancer) Tumor Immunology (Cancer) Tumors arise from accumulated genetic mutations Robert Beatty MCB150 Mutations Usually have >6 mutations in both activation/growth factors and tumor suppressor genes. Types of

More information

Immune response. This overview figure summarizes simply how our body responds to foreign molecules that enter to it.

Immune response. This overview figure summarizes simply how our body responds to foreign molecules that enter to it. Immune response This overview figure summarizes simply how our body responds to foreign molecules that enter to it. It s highly recommended to watch Dr Najeeb s lecture that s titled T Helper cells and

More information

Immune System. How your body goes to war to keep you well

Immune System. How your body goes to war to keep you well Immune System How your body goes to war to keep you well WATCH OUT! Millions of bacteria and viruses are everywhere. Many aim to find a host and invade the body. HOW CAN WE DEFEND AGAINST IT? The Bad Guys

More information

MID-TERM EXAMINATION

MID-TERM EXAMINATION Epidemiology 227 May 2, 2007 MID-TERM EXAMINATION Select the best answer for the multiple choice questions. There are 75 questions and 11 pages on the examination. Each question will count one point. Notify

More information

Viruses and cancer: Should we be more afraid?

Viruses and cancer: Should we be more afraid? Viruses and cancer: Should we be more afraid? Viruses and cancer: Should we be more afraid? During the past 30 years it has become exceedingly clear that several viruses play significant roles in the development

More information

Immune System. Biol 105 Lecture 16 Chapter 13

Immune System. Biol 105 Lecture 16 Chapter 13 Immune System Biol 105 Lecture 16 Chapter 13 Outline Immune System I. Function of the Immune system II. Barrier Defenses III. Nonspecific Defenses A. Immune system cells B. Inflammatory response C. Complementary

More information

Overview. Barriers help animals defend against many dangerous pathogens they encounter.

Overview. Barriers help animals defend against many dangerous pathogens they encounter. Immunity Overview Barriers help animals defend against many dangerous pathogens they encounter. The immune system recognizes foreign bodies and responds with the production of immune cells and proteins.

More information

2014 Pearson Education, Inc. Exposure to pathogens naturally activates the immune system. Takes days to be effective Pearson Education, Inc.

2014 Pearson Education, Inc. Exposure to pathogens naturally activates the immune system. Takes days to be effective Pearson Education, Inc. The innate immune interact with the adaptive immune system 1. Damage to skin causes bleeding = bradykinin activated, resulting in inflammation 2. Dendritic phagocytose pathogens Adaptive immunity 4. Dendritic

More information

Immune System. Presented by Kazzandra Anton, Rhea Chung, Lea Sado, and Raymond Tanaka

Immune System. Presented by Kazzandra Anton, Rhea Chung, Lea Sado, and Raymond Tanaka Immune System Presented by Kazzandra Anton, Rhea Chung, Lea Sado, and Raymond Tanaka Content Standards 35.1 In innate immunity, recognition and response rely on traits common to groups of pathogens 35.2

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

Grade Level: Grades 9-12 Estimated Time Allotment Part 1: One 50- minute class period Part 2: One 50- minute class period

Grade Level: Grades 9-12 Estimated Time Allotment Part 1: One 50- minute class period Part 2: One 50- minute class period The History of Vaccines Lesson Plan: Viruses and Evolution Overview and Purpose: The purpose of this lesson is to prepare students for exploring the biological basis of vaccines. Students will explore

More information