BIOINF 3360 Computational Immunomics

Size: px
Start display at page:

Download "BIOINF 3360 Computational Immunomics"

Transcription

1 BIOINF 3360 Computational Immunomics Oliver Kohlbacher Summer Summary

2 TYOTK Things you ought to know! Caveat: These are just examples, not the full list of potential exam questions!

3 TYOTK: Immunology Basics Describe Jenner s experiment Describe Pasteur s first experiment Name the key organs of the immune system What is the role of lymphatic system? What is hematopoiesis? Explain the differences between innate and adaptive immunity What types of T cells are there and what is their role?

4 Jenner s Experiment In 1788, it was folk lore that milkmaids having contracted cowpox did NOT get smallpox Edward Jenner infected an 8 year old boy with cowpox Subsequent exposure to smallpox did not result in an infection Vaccine was invented (latin vacca means cow ) ) Protection from infection can be achieved by vaccination

5 Pasteur s First Experiment In 1881, Louis Pasteur had managed to culture cholera bacteria and had proven that injection of the bacteria into chickens causes disease Tried the experiment with an old culture (after his summer holiday) Chickens became ill but recovered Tried a fresh culture on the same chickens: they survived again ) Attenuated bacteria can be used for vaccination

6 Organs of the Immune System Schünke et al., Prometheus LernAtlas der Anatomie, Thieme, 2004, S. 50

7 Lymphatic System Lymphatic vessels connect the organs of the immune system They form a network similar to blood vessels in the whole body Lymph nodes are small structures containing specialized structures where immune cells are concentrated and encounter antigens transported through the lymphatic vessels

8 Hematopoiesis All blood cells arise from hematopoietic stem cells (HSCs) HSCs are pluripotent stem cells HSCs reside in bone marrow and generate leukocytes of the immune system as well as platelets and erythrocytes

9 Innate and Adaptive Immunity Immune System Innate (non-specific) immunity Anatomic barriers (Skin, mucous membranes) Physiological barriers (temperature, ph) Phagocytic barriers (cells eating invaders) Inflammatory barriers (redness, swelling, heat and pain) Adaptive (specific) immunity Antigen specificity Diversity Immunological memory Self/nonself recognition

10 T Cells There are two well defined subtypes of T cells T helper cells (T H ), also known as CD4+ cells Recognize antigens presented by other cells Recognition leads to activation Activation leads to secretion of cytokines then activating T C and B cells Cytotoxic T cells (T C ), also known as CD8+ cells Activated T C recognize antigens presented by other cells Activated T C proliferates and differentiates to cytotoxic T lymphocyte (CTL) CTLs can attack and lyse infected cells (CD = cluster of differentiation, a membrane glycoprotein used to differentiate cell types)

11 TYOTK: Immunology Basics Describe the structure of an antibody What is the proteasome? What does MHC class I look like? What are the key steps in MHC class I antigen processing? What are the key steps in MHC class II antigen processing? Differences in the structures of MHC class I and II? Differences between active and passive immunization? How does active immunization achieve lasting effects? What is the major histocompatibility complex?

12 Antibody Structure

13 The Proteasome A protease complex consisting of four rings of protein subunits with a central channel

14 MHC Class I Structure Extracellular space Cytoplasm

15 Major Class I Processing Steps

16 MHC Class II Antigen Processing

17 MHC Structure

18 Immunization and Vaccines Immunity can be achieved by either active or passive immunization Passive immunization is in many cases done by injection of preformed antibodies Treatment of, e.g., black widow spider bites, diphtheria, and snake bite Mostly no long-lasting effect Active immunization aims to elicit long-lasting immunity by activating lymphocytes Can be achieved by the administration of vaccines 18

19 19 Active Immunization - Vaccines Long lasting effects by activating lymphocytes (generation of memory cells)

20 20 MHC Alleles HLA region is highly polymorphic Every human has two copies of each of the three class I and the three class II genes Hence, every individual possesses between three and six distinct alleles for both MHC classes, which correspond to an equal number of different MHC molecules with distinct binding specificities

21 TYOTK: Machine Learning What is the epitope prediction problem? What does the SYFPEITHI database contain? How does one determine MHC-peptide IC50 values experimentally? What is a position-specific scoring matrix and how does one predict epitopes with it? Define sensitivity and specificity Define Matthews Correlation Coefficient What is a separating hyperplane and how can it be described mathematically Explain the largest margin idea

22 Epitope Prediction Problem Given an Ag sequence and a set of target alleles, which subsequences are epitopes? PSSVQTEKKKKSDGKIKKDEDRYKTRDLWNNFSYF PEITHIVIKESTVSINKQDNKKMELKLSSHDEALSF ASLIDGYFRLTADAHHYLCTDVAPPLIEHNIKNGCH GPICTEYAINRLRQEG 22

23 The SYFPEITHI Database SYFPEITHI contains only naturally processed ligands and T- cell epitopes First listing was published in 1995 and included a couple of hundred peptides The database currently contains over 4500 peptides known to bind MHC molecules (most human and mouse) SYFPEITHI is both a database and a prediction method The best source for naturally processed T-cell epitopes 23

24 IC 50 from Radiolabeled Peptides * +! 2 MHC +!! * 3 4 MHC 5! 1. Isolate MHC 2. Bind radiolabeled reference peptide to it 3. Add unlabeled peptide at varying concentrations 4. Separate bound/unbound peptides by ultrafiltration 5. Determine amount of radioactivity bound to MHC Sette et al., Mol. Immunol. (1994), 31,

25 Position-Specific Scoring Matrices PSSMs can be generated from aligned sequences from a certain MHC allele. A probability can be assigned to each amino acid a in each position p of the peptide: The probability p(a) of observing the peptide a 1 a 2 a p can be calculated as: However, we also need to consider the background amino acid probability. Lund et al., p

26 26 Sensitivity and Specificity Finding the balance between these four classes is often difficult In most cases, one can increase TP or TN at the cost of higher FN or FP This balance is expressed by the terms sensitivity and specificity Sensitivity expresses the fraction of positives correctly identified (not accounting for FP): increase it to pick up everything, along with piles of crap SE = TP/(TP + FN) Specificity in turn expresses the fraction of correct identification only: increase it to get correct positive classifications at the cost of missing some SP = TN/(FP + TN)

27 Matthews Correlation Coefficient As sensitivity and specificity are interdependent, one often uses Matthews Correlation Coefficient (MCC), which distills SE and SP into a single number MCC is in the range of It yields values of +1 for ideal classifiers 0 for random classifiers -1 for perfectly incorrect classifiers 27

28 28 Linear Separating Hyperplanes Suppose we have a hyperplane that separates positive and negative points. The points x on this hyperplane satisfy: Let d + == d - be the shortest distance from the separating hyperplane to the closest points of each class. The margin of the hyperplane is described as d + + d -. An SVM simply searches for the hyperplane with the largest margin! d + d -

29 TYOTK: Machine Learning Give the Lagrangian formulation of a linear support vector machine Explain the kernel trick Give three examples for commonly used kernel functions How can epitopes be encoded for machine learning using SVMS?

30 The Lagrangian Formulation We have a convex optimization problem (quadratic criterion with linear inequality constraints) An effective way to solve such problems is to introduce Lagrange multipliers. The constraints will be replaced by constraints on the Lagrange multipliers themselves, which are easier to handle. The training data will only occur in the form of dot products between vectors. This will finally give the following function to maximize: Some examples of Lagrange multipliers can be found at: 30

31 31 Example Kernel Transformation 1 x 2 x 2 φ =-1 =+1 x 1 =-1 =+1 x 1 φ(x 1,x 2 ) = (x 1,x 22 )

32 Kernel Functions A kernel function must fulfill certain properties, e.g. it has to be symmetric. Some examples of commonly used kernels: The polynomial kernel: The Gaussian radial basis function: A kind of two-layer sigmoidal neural network: 32

33 33 SVMHC Data Encoding The data was encoded using sparse encoding A = C = D = The peptide AC would be encoded AC = A 9mer is encoded by a vector containing 180 elements

34 TYOTK: MHC Class II What is the typical length of a class I epitope and a class II epitope? What is a binding core and how can it be determined? Sketch the overall idea of the SDA algorithm What are virtual matrices? What is the key idea behind leveraging? What is contained in the feature vector if you apply leveraging? What is the meaning of slack variables in support vector regression? Why is leveraging not useful on HLA-A2? How do you combine antigen processing with MHC binding predictions?

35 Epitope Length Distribution Endosomal cleavage produces longer peptides than proteasomal cleavage Class II epitopes are thus generally longer (13-18) than class I epitopes (8-11) Number of known class II epitopes length Data for all HLA-D* epitopes. Data taken from FIMM.

36 Binding Core Sette et al. identified the region required for binding of a peptide to murine I-A d Experiment Take full sequence Truncate C-terminus until binding ceases Truncate N-terminus accordingly Determine IC 50 for each peptide Sequence rel. affinity ISQAVHAAHAEINEAGR 1.0 ISQAVHAAHAEINE 1.1 ISQAVHAAHAEIN 1.0 ISQAVHAAHAE 0.6 ISQAVHAAHA 0.2 ISQAVHAAH <0.01 QAVHAAHAEINEAGR 1.1 AVHAAHAEINEAGR 0.5 VHAAHAEINEAGR 0.3 HAAHAEINEAGR AAHAEINEAGR <0.01 Sette et al., Nature (1987), 328, 395

37 SDA Algorithm Initialize binders, nonbinders Determine initial model Determine binders based on current model Determine optimal model for binders/nonbinders yes Model changed? no Done Mallios, Bioinformatics (1999), 15, 432

38 Virtual Matrices Each allele corresponds to a unique combination of independent pockets Pockets 4, 6, 7, and 9 are polymorphic Sturniolo et al., Nat. Biotechnol. (1999), 17, 555

39 Leveraging Classical MHC prediction Data from one allele Encode peptide as feature vector Train allele-specific model on this Leveraging Build multi-allele model Include features coding for MHC sequence Model learns interaction between peptide features and MHC sequence features Allows the construction of models for alleles without experimental data!

40 NetMHCpan HLA Pseudo-Sequence Contact map: which MHC residue is in contact with which peptide residue Nielsen et al., PLoS ONE (2007), 2(8): e796. doi: /journal.pone

41 Support Vector Regression (SVR) Sparse solution:

42 TYOTK: Vaccine Design What are promiscuous epitopes? Define the epitope selection problem Why are MHC allele frequencies important for vaccine design? What is the general form of a linear programming problem? Name an algorithm for solving LPs and give its core idea What is the objective function in vaccine design? Formulate the epitope selection problem as an ILP

43 Promiscuous Epitopes A promiscuous epitope is a peptide that can be presented by multiple MHC alleles They are interesting candidates for vaccine design: Promiscuous epitopes cover a broader range of the population than epitopes binding to just one of the alleles Identifying promiscuous epitopes is rather straight-forward: Predict binding for a range of different MHC molecules Find those peptides with a high score for more than one allele

44 Vaccine Design As discussed earlier, most vaccines are based on attenuated pathogens Recently, epitope-based vaccines have become an interesting alternative

45 MHC Allele Frequencies Different populations have very different allele frequencies! Data from

46 Linear Programming Many optimization problems can be formulated as linear programming (LP) problems Linear programming problems are optimization problems with linear objective function and linear inequalities as constraints They can thus be written in the form maximize c T x subject to Ax b Another common notation for this is z = max {c T x : Ax b, x i 0} Lee et al., Brief. Bioinformatics (2006), 7:140

47 Algorithms The best-known algorithm for solving LP problems is the simplex algorithm introduced by George Dantzig in 1947 The simplex algorithm is quite involved in detail, so we will only discuss the basic ideas: Start at some vertex of the polytope defined by the LP constraints Move along these facets to an adjacent vertex Move only to vertices with lower or equal value of the objective function Terminate if no such vertex can be found G.B. Dantzig. Linear Programming and Extensions. Princeton, NJ: Princeton University Press, 1963.

48 ILP-based Vaccine Optimization Rewrite epitope selection problem as ILP Maximize overall immunogenicity for the target population Key assumptions: Immunogenicities are additive, across alleles & across epitopes Probability directly affects allele s contribution to overall immunogenicity Constraints Maximum number of peptides/epitopes Cover a large number of alleles Cover a large number of antigens Advantage: finds an optimal solution no heuristic!

49 ILP Formulation Overall formulation: Toussaint, Dönnes, Kohlbacher, PLoS Comput. Biol., 2008, 4(12): e

50 TYOTK: Systems Immunology What does Systems Biology mean? What type of omics data is commonly used in systems biology studies? What is the difference between high-throughput and low-throughput (classical) biological data? What mathematical models can be used to model hostpathogen interactions? What is a peptidome?

51 Systems Biology Wikipedia Systems biology is a relatively new biological study field that focuses on the systematic study of complex interactions in biological systems, thus using a new perspective (integration instead of reduction) to study them. Particularly from year 2000 onwards, the term is used widely in the biosciences, and in a variety of contexts. Because the scientific method has been used primarily toward reductionism, one of the goals of systems biology is to discover new emergent properties that may arise from the systemic view used by this discipline in order to understand better the entirety of processes that happen in a biological system. (06/06/2008)

52 'omics' - Data High throughput techniques provide data for one specific type of relationship Genomics: DNA sequence data Transcriptomics: mrna concentration Proteomics: Protein concentration/sequence Metabolomics: metabolite concentrations Interactomics: protein-protein interaction data

53 Models of HIV Infection Wodarz presented simple models for modeling the dynamics of HIV and the immune system. The equations used are simple predator-prey models that have been used for a long time in biology. (v) Wodarz, in Immunoinformatics: Bioinformatic strategies for better understanding of immune function.

54 Mathematical Models of HIV Modeling the viral load and immune response during therapy. Strong treatment Weak treatment

55 christophriesinger.de/?p=851

BIOINF 3360 Computational Immunomics

BIOINF 3360 Computational Immunomics BIOINF 3360 Computational Immunomics Oliver Kohlbacher Summer 2011 11. Summary TYOTK Things you ought to know! Caveat: These are just examples, not the full list of potential ti exam questions! TYOTK:

More information

The Major Histocompatibility Complex (MHC)

The Major Histocompatibility Complex (MHC) The Major Histocompatibility Complex (MHC) An introduction to adaptive immune system before we discuss MHC B cells The main cells of adaptive immune system are: -B cells -T cells B cells: Recognize antigens

More information

IMMUNOINFORMATICS: Bioinformatics Challenges in Immunology

IMMUNOINFORMATICS: Bioinformatics Challenges in Immunology Bioinformatics 1 -- Lecture 22 IMMUNOINFORMATICS: Bioinformatics Challenges in Immunology Most slides courtesy of Julia Ponomarenko, San Diego Supercomputer Center or Oliver Kohlbacher, WSI/ZBIT, Eberhard-Karls-

More information

A general overview of Immune system and. Shuyan Li 2/4/2009

A general overview of Immune system and. Shuyan Li 2/4/2009 A general overview of Immune system and Immunology Shuyan Li 2/4/2009 Definition Immune system a collection of biological processes within an organism that protects against disease by identifying and killing

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

CS229 Final Project Report. Predicting Epitopes for MHC Molecules

CS229 Final Project Report. Predicting Epitopes for MHC Molecules CS229 Final Project Report Predicting Epitopes for MHC Molecules Xueheng Zhao, Shanshan Tuo Biomedical informatics program Stanford University Abstract Major Histocompatibility Complex (MHC) plays a key

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

Immunobiology. Readiness Exam. Immune Response (two phases)

Immunobiology. Readiness Exam. Immune Response (two phases) BIO401 Immunobiology BOOK Kuby 6 th Edition* EXAMS - 3 exams - 100 points - Final--> 100 points - Quizzes 50 points TOTAL: 450 points FINAL GRADE: Lab: 25% (300 points) Lecture: 75% (450 points) Immunobiology

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

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

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

What is the immune system? Types of Immunity. Pasteur and rabies vaccine. Historical Role of smallpox. Recognition Response

What is the immune system? Types of Immunity. Pasteur and rabies vaccine. Historical Role of smallpox. Recognition Response Recognition Response Effector memory What is the immune system? Types of Immunity Innate Adaptive Anergy: : no response Harmful response: Autoimmunity Historical Role of smallpox Pasteur and rabies vaccine

More information

A HLA-DRB supertype chart with potential overlapping peptide binding function

A HLA-DRB supertype chart with potential overlapping peptide binding function A HLA-DRB supertype chart with potential overlapping peptide binding function Arumugam Mohanapriya 1,2, Satish Nandagond 1, Paul Shapshak 3, Uma Kangueane 1, Pandjassarame Kangueane 1, 2 * 1 Biomedical

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

LBL 3 terms/discussion questions posted BNG Seminar Monday! Lippman 017, Common Hour (w/ lunch) Julie Czupryna, Ph.D.

LBL 3 terms/discussion questions posted BNG Seminar Monday! Lippman 017, Common Hour (w/ lunch) Julie Czupryna, Ph.D. The Immune System Some updates LBL 3 terms/discussion questions posted BNG Seminar Monday! Lippman 017, Common Hour (w/ lunch) Julie Czupryna, Ph.D. Technical Director, Optical Imaging Core, Upenn Beyond

More information

Acquired Immunity 2. - Vaccines & Immunological Memory - Wataru Ise. WPI Immunology Frontier Research Center (IFReC) Osaka University.

Acquired Immunity 2. - Vaccines & Immunological Memory - Wataru Ise. WPI Immunology Frontier Research Center (IFReC) Osaka University. Acquired Immunity 2 - Vaccines & Immunological Memory - Wataru Ise WPI Immunology Frontier Research Center (IFReC) Osaka University Outline 1. What is vaccine (vaccination)? 2. What is immunological memory?

More information

Basic Immunology. Lecture 5 th and 6 th Recognition by MHC. Antigen presentation and MHC restriction

Basic Immunology. Lecture 5 th and 6 th Recognition by MHC. Antigen presentation and MHC restriction Basic Immunology Lecture 5 th and 6 th Recognition by MHC. Antigen presentation and MHC restriction Molecular structure of MHC, subclasses, genetics, functions. Antigen presentation and MHC restriction.

More information

Nonspecific External Barriers skin, mucous membranes

Nonspecific External Barriers skin, mucous membranes Immune system Chapter 36 BI 103 Plant-Animal A&P Levels of Defense Against Disease Nonspecific External Barriers skin, mucous membranes Physical barriers? Brainstorm with a partner If these barriers are

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

Contents. Just Classifier? Rules. Rules: example. Classification Rule Generation for Bioinformatics. Rule Extraction from a trained network

Contents. Just Classifier? Rules. Rules: example. Classification Rule Generation for Bioinformatics. Rule Extraction from a trained network Contents Classification Rule Generation for Bioinformatics Hyeoncheol Kim Rule Extraction from Neural Networks Algorithm Ex] Promoter Domain Hybrid Model of Knowledge and Learning Knowledge refinement

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

Definition of MHC supertypes through clustering of MHC peptide binding repertoires

Definition of MHC supertypes through clustering of MHC peptide binding repertoires Definition of MHC supertypes through clustering of MHC peptide binding repertoires Pedro A. Reche and Ellis L. Reinherz Laboratory of Immunobiology and Department of Medical Oncology, Dana-Farber Cancer

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

Antigen Presentation to T lymphocytes

Antigen Presentation to T lymphocytes Antigen Presentation to T lymphocytes Immunology 441 Lectures 6 & 7 Chapter 6 October 10 & 12, 2016 Jessica Hamerman jhamerman@benaroyaresearch.org Office hours by arrangement Antigen processing: How are

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

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

LESSON 2: THE ADAPTIVE IMMUNITY

LESSON 2: THE ADAPTIVE IMMUNITY Introduction to immunology. LESSON 2: THE ADAPTIVE IMMUNITY Today we will get to know: The adaptive immunity T- and B-cells Antigens and their recognition How T-cells work 1 The adaptive immunity Unlike

More information

Early History of Vaccination Vaccines

Early History of Vaccination Vaccines 6/23/13 Early History of Vaccination Vaccines The tradition of vaccination may have originated in India in AD 1000 Pioneered India and China in the 17th Powdered scabs from people infected with smallpox

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

Chapter 17. The Lymphatic System and Immunity. Copyright 2010, John Wiley & Sons, Inc.

Chapter 17. The Lymphatic System and Immunity. Copyright 2010, John Wiley & Sons, Inc. Chapter 17 The Lymphatic System and Immunity Immunity Innate Immunity Fast, non-specific and no memory Barriers, ph extremes, Phagocytes & NK cells, fever, inflammation, complement, interferon Adaptive

More information

RAISON D ETRE OF THE IMMUNE SYSTEM:

RAISON D ETRE OF THE IMMUNE SYSTEM: RAISON D ETRE OF THE IMMUNE SYSTEM: To Distinguish Self from Non-Self Thereby Protecting Us From Our Hostile Environment. Innate Immunity Acquired Immunity Innate immunity: (Antigen nonspecific) defense

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

Linear and Nonlinear Optimization

Linear and Nonlinear Optimization Linear and Nonlinear Optimization SECOND EDITION Igor Griva Stephen G. Nash Ariela Sofer George Mason University Fairfax, Virginia Society for Industrial and Applied Mathematics Philadelphia Contents Preface

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

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

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

Use of BONSAI decision trees for the identification of potential MHC Class I peptide epitope motifs.

Use of BONSAI decision trees for the identification of potential MHC Class I peptide epitope motifs. Use of BONSAI decision trees for the identification of potential MHC Class I peptide epitope motifs. C.J. SAVOIE, N. KAMIKAWAJI, T. SASAZUKI Dept. of Genetics, Medical Institute of Bioregulation, Kyushu

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

1. Lymphatic vessels recover about of the fluid filtered by capillaries. A. ~1% C. ~25% E. ~85% B. ~10% D. ~50%

1. Lymphatic vessels recover about of the fluid filtered by capillaries. A. ~1% C. ~25% E. ~85% B. ~10% D. ~50% BIOL2030 Huaman A&P II -- Exam 3 -- XXXX -- Form A Name: 1. Lymphatic vessels recover about of the fluid filtered by capillaries. A. ~1% C. ~25% E. ~85% B. ~10% D. ~50% 2. Special lymphatic vessels called

More information

Immune System. Biol 105 Chapter 13

Immune System. Biol 105 Chapter 13 Immune System Biol 105 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

M.Sc. III Semester Biotechnology End Semester Examination, 2013 Model Answer LBTM: 302 Advanced Immunology

M.Sc. III Semester Biotechnology End Semester Examination, 2013 Model Answer LBTM: 302 Advanced Immunology Code : AS-2246 M.Sc. III Semester Biotechnology End Semester Examination, 2013 Model Answer LBTM: 302 Advanced Immunology A. Select one correct option for each of the following questions:- 2X10=10 1. (b)

More information

Antigen Presentation and T Lymphocyte Activation. Abul K. Abbas UCSF. FOCiS

Antigen Presentation and T Lymphocyte Activation. Abul K. Abbas UCSF. FOCiS 1 Antigen Presentation and T Lymphocyte Activation Abul K. Abbas UCSF FOCiS 2 Lecture outline Dendritic cells and antigen presentation The role of the MHC T cell activation Costimulation, the B7:CD28 family

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

Antigen Recognition by T cells

Antigen Recognition by T cells Antigen Recognition by T cells TCR only recognize foreign Ags displayed on cell surface These Ags can derive from pathogens, which replicate within cells or from pathogens or their products that cells

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

Unit 5 The Human Immune Response to Infection

Unit 5 The Human Immune Response to Infection Unit 5 The Human Immune Response to Infection Unit 5-page 1 FOM Chapter 21 Resistance and the Immune System: Innate Immunity Preview: In Chapter 21, we will learn about the branch of the immune system

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

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

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Supplementary Notes 1: accuracy of prediction algorithms for peptide binding affinities to HLA and Mamu alleles For each HLA and Mamu allele we have analyzed the accuracy of four predictive algorithms

More information

the HLA complex Hanna Mustaniemi,

the HLA complex Hanna Mustaniemi, the HLA complex Hanna Mustaniemi, 28.11.2007 The Major Histocompatibility Complex Major histocompatibility complex (MHC) is a gene region found in nearly all vertebrates encodes proteins with important

More information

The Innate Immune Response

The Innate Immune Response The Innate Immune Response FUNCTIONS OF THE IMMUNE SYSTEM: Recognize, destroy and clear a diversity of pathogens. Initiate tissue and wound healing processes. Recognize and clear damaged self components.

More information

Diseases-causing agents, pathogens, can produce infections within the body.

Diseases-causing agents, pathogens, can produce infections within the body. BIO 212: ANATOMY & PHYSIOLOGY II 1 CHAPTER 16 Lecture: Dr. Lawrence G. Altman www.lawrencegaltman.com Some illustrations are courtesy of McGraw-Hill. LYMPHATIC and IMMUNE Systems Body Defenses Against

More information

2 - Adaptive Immunity

2 - Adaptive Immunity 2 - Adaptive Immunity The Division of the Immune System - Macrophages are in the tissues, neutrophils migrate through the blood stream - There s a release of a chemical signal which attracts all the cells

More information

For questions 1-5, match the following with their correct descriptions. (24-39) A. Class I B. Class II C. Class III D. TH1 E. TH2

For questions 1-5, match the following with their correct descriptions. (24-39) A. Class I B. Class II C. Class III D. TH1 E. TH2 Questions Made by SI ATTENDEES!! :) Page 1 of 6 Student-Made Practice Exam Activity All questions, answers, and slide numbers are based off of Monday s SI activity, where students/attendees created possible

More information

The Immune System: Innate and Adaptive Body Defenses Outline PART 1: INNATE DEFENSES 21.1 Surface barriers act as the first line of defense to keep

The Immune System: Innate and Adaptive Body Defenses Outline PART 1: INNATE DEFENSES 21.1 Surface barriers act as the first line of defense to keep The Immune System: Innate and Adaptive Body Defenses Outline PART 1: INNATE DEFENSES 21.1 Surface barriers act as the first line of defense to keep invaders out of the body (pp. 772 773; Fig. 21.1; Table

More information

Profiling HLA motifs by large scale peptide sequencing Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009

Profiling HLA motifs by large scale peptide sequencing Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009 Profiling HLA motifs by large scale peptide sequencing 2009 Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009 HLA Background The human leukocyte antigen system (HLA) is the

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

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

The Lymphatic System and Immunity. Chapters 20 & 21

The Lymphatic System and Immunity. Chapters 20 & 21 The Lymphatic System and Immunity Chapters 20 & 21 Objectives 1. SC.912.L.14.52 - Explain the basic functions of the human immune system, including specific and nonspecific immune response, vaccines, and

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

HLA and antigen presentation. Department of Immunology Charles University, 2nd Medical School University Hospital Motol

HLA and antigen presentation. Department of Immunology Charles University, 2nd Medical School University Hospital Motol HLA and antigen presentation Department of Immunology Charles University, 2nd Medical School University Hospital Motol MHC in adaptive immunity Characteristics Specificity Innate For structures shared

More information

Immune System. Biology 105 Lecture 16 Chapter 13

Immune System. Biology 105 Lecture 16 Chapter 13 Immune System Biology 105 Lecture 16 Chapter 13 Outline: Immune System I. Functions of the immune system II. Barrier defenses III. Non-specific defenses A. Immune system cells B. Inflammatory response

More information

1. The scavenger receptor, CD36, functions as a coreceptor for which TLR? a. TLR ½ b. TLR 3 c. TLR 4 d. TLR 2/6

1. The scavenger receptor, CD36, functions as a coreceptor for which TLR? a. TLR ½ b. TLR 3 c. TLR 4 d. TLR 2/6 Allergy and Immunology Review Corner: Cellular and Molecular Immunology, 8th Edition By Abul K. Abbas, MBBS, Andrew H. H. Lichtman, MD, PhD and Shiv Pillai, MBBS, PhD. Chapter 4 (pages 62-74): Innate Immunity

More information

Chapter 1. Chapter 1 Concepts. MCMP422 Immunology and Biologics Immunology is important personally and professionally!

Chapter 1. Chapter 1 Concepts. MCMP422 Immunology and Biologics Immunology is important personally and professionally! MCMP422 Immunology and Biologics Immunology is important personally and professionally! Learn the language - use the glossary and index RNR - Reading, Note taking, Reviewing All materials in Chapters 1-3

More information

Chapter 15 Adaptive, Specific Immunity and Immunization

Chapter 15 Adaptive, Specific Immunity and Immunization Chapter 15 Adaptive, Specific Immunity and Immunization Adaptive Immunity: The third line of defense Third line of defense acquired and specific. Dual System of B and T lymphocytes- Immunocompetence Antigen

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

3. Lymphocyte proliferation (fig. 15.4): Clones of responder cells and memory cells are derived from B cells and T cells.

3. Lymphocyte proliferation (fig. 15.4): Clones of responder cells and memory cells are derived from B cells and T cells. Chapter 15 Adaptive, Specific Immunity and Immunization* *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. Specific

More information

LESSONS 5.1 & 5.2 WORKBOOK

LESSONS 5.1 & 5.2 WORKBOOK Macrophage Macrophage. LESSONS 5.1 & 5.2 WORKBOOK Our body s barriers the innate immune system In Unit 5 we are going to explore how the body responds to infection and how pathogens bypass these responses.

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

Attribution: University of Michigan Medical School, Department of Microbiology and Immunology

Attribution: University of Michigan Medical School, Department of Microbiology and Immunology Attribution: University of Michigan Medical School, Department of Microbiology and Immunology License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution

More information

General information. Cell mediated immunity. 455 LSA, Tuesday 11 to noon. Anytime after class.

General information. Cell mediated immunity. 455 LSA, Tuesday 11 to noon. Anytime after class. General information Cell mediated immunity 455 LSA, Tuesday 11 to noon Anytime after class T-cell precursors Thymus Naive T-cells (CD8 or CD4) email: lcoscoy@berkeley.edu edu Use MCB150 as subject line

More information

The Immune Epitope Database Analysis Resource: MHC class I peptide binding predictions. Edita Karosiene, Ph.D.

The Immune Epitope Database Analysis Resource: MHC class I peptide binding predictions. Edita Karosiene, Ph.D. The Immune Epitope Database Analysis Resource: MHC class I peptide binding predictions Edita Karosiene, Ph.D. edita@liai.org IEDB Workshop October 29, 2015 Outline Introduction MHC-I peptide binding prediction

More information

May 14, Review for final exam (May 21, 2011, 8 AM)

May 14, Review for final exam (May 21, 2011, 8 AM) May 14, 2011 Review for final exam (May 21, 2011, 8 AM) The final exam is comprehensive. Two thirds of the test will cover material from the last one third of the class. The remaining one third of the

More information

ProPred1: prediction of promiscuous MHC Class-I binding sites. Harpreet Singh and G.P.S. Raghava

ProPred1: prediction of promiscuous MHC Class-I binding sites. Harpreet Singh and G.P.S. Raghava BIOINFORMATICS Vol. 19 no. 8 2003, pages 1009 1014 DOI: 10.1093/bioinformatics/btg108 ProPred1: prediction of promiscuous MHC Class-I binding sites Harpreet Singh and G.P.S. Raghava Institute of Microbial

More information

Significance of the MHC

Significance of the MHC CHAPTER 7 Major Histocompatibility Complex (MHC) What is is MHC? HLA H-2 Minor histocompatibility antigens Peter Gorer & George Sneell (1940) Significance of the MHC role in immune response role in organ

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

VMC-221: Veterinary Immunology and Serology (1+1) Question Bank

VMC-221: Veterinary Immunology and Serology (1+1) Question Bank VMC-221: Veterinary Immunology and Serology (1+1) Objective type Questions Question Bank Q. No. 1 - Fill up the blanks with correct words 1. The British physician, who developed the first vaccine against

More information

1. Specificity: specific activity for each type of pathogens. Immunity is directed against a particular pathogen or foreign substance.

1. Specificity: specific activity for each type of pathogens. Immunity is directed against a particular pathogen or foreign substance. L13: Acquired or adaptive (specific) immunity The resistance, which absent at the time of first exposure to a pathogen, but develops after being exposed to the pathogen is called acquired immunity. It

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

Introduction and overview of the immune System:

Introduction and overview of the immune System: MOLECULAR IMMUNOLOGY AND IMMUNOINFORMATICS STUDY NOTES UNIT-1 INTRODUCTION TO IMMUNE SYSTEM Introduction and overview of the immune System - Lymphatic System, Cells and Organs of the immune System - Types

More information

Mucosal Immune System

Mucosal Immune System Exam Format 100 points - 60 pts mandatory; 40 points where 4, 10 point questions will be chosen Some open-ended questions, some short answer. Kuby question Cytokines Terminology How do cytokines achieve

More information

Immunity. Chapter 38

Immunity. Chapter 38 Immunity Chapter 38 Impacts, Issues Frankie s Last Wish Infection with a common, sexually transmitted virus (HPV) causes most cervical cancers including the one that killed Frankie McCullogh 38.1 Integrated

More information

The Immune System and Pathology

The Immune System and Pathology The Immune System and Pathology The Immune System in Action When a mosquito bites When you breathe When you have allergies When you get a blood transfusion When you die...also called the Lymphatic System

More information

Introduction to Immunology and the Immune System

Introduction to Immunology and the Immune System Introduction to Immunology and the Immune System Assistant professor Dr. Aida R. Al-Derzi M.B.Ch.B; M.Sc; FICM/Path Dept. of Microbiology/College of Medicine/Baghdad University Introduction to Immunology

More information

Degenerate T-cell Recognition of Peptides on MHC Molecules Creates Large Holes in the T-cell Repertoire

Degenerate T-cell Recognition of Peptides on MHC Molecules Creates Large Holes in the T-cell Repertoire Degenerate T-cell Recognition of Peptides on MHC Molecules Creates Large Holes in the T-cell Repertoire Jorg J. A. Calis*, Rob J. de Boer, Can Keşmir Theoretical Biology & Bioinformatics, Utrecht University,

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

immunity defenses invertebrates vertebrates chapter 48 Animal defenses --

immunity defenses invertebrates vertebrates chapter 48 Animal defenses -- defenses Animal defenses -- immunity chapter 48 invertebrates coelomocytes, amoebocytes, hemocytes sponges, cnidarians, etc. annelids basophilic amoebocytes, acidophilic granulocytes arthropod immune systems

More information

11/25/2017. THE IMMUNE SYSTEM Chapter 43 IMMUNITY INNATE IMMUNITY EXAMPLE IN INSECTS BARRIER DEFENSES INNATE IMMUNITY OF VERTEBRATES

11/25/2017. THE IMMUNE SYSTEM Chapter 43 IMMUNITY INNATE IMMUNITY EXAMPLE IN INSECTS BARRIER DEFENSES INNATE IMMUNITY OF VERTEBRATES THE IMMUNE SYSTEM Chapter 43 IMMUNITY INNATE IMMUNITY EXAMPLE IN INSECTS Exoskeleton made of chitin forms the first barrier to pathogens Digestive system is protected by a chitin-based barrier and lysozyme,

More information

Lines of Defense. Immunology, Immune Response, and Immunological Testing. Immunology Terminology

Lines of Defense. Immunology, Immune Response, and Immunological Testing. Immunology Terminology Immunology, Immune Response, and Immunological Testing Lines of Defense If the First and Second lines of defense fail, then the Third line of defense is activated. B and T lymphocytes undergo a selective

More information

Defensive mechanisms include :

Defensive mechanisms include : Acquired Immunity Defensive mechanisms include : 1) Innate immunity (Natural or Non specific) 2) Acquired immunity (Adaptive or Specific) Cell-mediated immunity Humoral immunity Two mechanisms 1) Humoral

More information

HLA and antigen presentation. Department of Immunology Charles University, 2nd Medical School University Hospital Motol

HLA and antigen presentation. Department of Immunology Charles University, 2nd Medical School University Hospital Motol HLA and antigen presentation Department of Immunology Charles University, 2nd Medical School University Hospital Motol MHC in adaptive immunity Characteristics Specificity Innate For structures shared

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

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

Where are we heading?

Where are we heading? Unit 5: Where are we heading? Unit 5: Introduction Unit 1: Why should we care about infectious diseases? Unit 2: What does it mean to have an infectious disease? Unit 3: When does a microbe become a pathogen?

More information

Acquired Immunity Cells are initially and require before they can work Responds to individual microbes

Acquired Immunity Cells are initially and require before they can work Responds to individual microbes 1 of 10 THE IMMUNE SYSTEM CHAPTER 43; PAGES 898 921 WHY DO WE NEED AN IMMUNE SYSTEM? It s a dirty, dirty world out there and we are vastly outnumbered Bacteria and parasites are everywhere The body has

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

Hematopoiesis. Hematopoiesis. Hematopoiesis

Hematopoiesis. Hematopoiesis. Hematopoiesis Chapter. Cells and Organs of the Immune System Hematopoiesis Hematopoiesis- formation and development of WBC and RBC bone marrow. Hematopoietic stem cell- give rise to any blood cells (constant number,

More information

Chapter 13 Lymphatic and Immune Systems

Chapter 13 Lymphatic and Immune Systems The Chapter 13 Lymphatic and Immune Systems 1 The Lymphatic Vessels Lymphoid Organs Three functions contribute to homeostasis 1. Return excess tissue fluid to the bloodstream 2. Help defend the body against

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