Introduction to Molecular Biology

Size: px
Start display at page:

Download "Introduction to Molecular Biology"

Transcription

1 Introduction to Molecular Biology Bioinformatics: Issues and Algorithms CSE Fall 2007 Lecture 2-1-

2 Important points to remember We will study: Problems from bioinformatics. Algorithms used to solve them. Perl programming (language of choice for bioinformatics). Requirements: Homework and programming assignments. Final project or paper due at end of semester. CSE 408 students must also scribe one lecture. CSE is NOT a programming course: Previous programming experience not required to do well. Being a great programmer does not imply a high grade. Best grades go to students who work to learn bioinformatics. -2-

3 Course grading CSE 308 CSE 408 Homework assignments = 25% grade 20% grade Programming assignments = 25% grade 20% grade Final project or paper = 50% grade 50% grade Scribe duty (CSE 408)* = n/a 10% grade * Note that CSE 308 and CSE 408 point totals will be different and each will be curved separately. -3-

4 The Central Dogma of Molecular Biology 1. DNA copies its information in process involving many enzymes (replication). 2. DNA codes for production of mrna during transcription. 3. mrna migrates from nucleus to cytoplasm. 4. mrna carries coded information to ribosomes which "read" it and use it for protein synthesis (translation)

5 The Central Paradigm of Bioinformatics By developing techniques for analyzing sequence data and the structures that result, we can attempt to understand the genetic nature of diseases

6 Junk DNA Recall that genes are contiguous stretches along a chromosome. At this point in time, <10% of the DNA in the human genome can be associated with genes. The remainder is known as junk DNA because it has no apparent function. However, recent studies are showing that non-coding DNA may play an important role in regulating gene expression (enhancing or suppressing expression of proximal genes). It's also used in forensic analysis as mutations are more likely in non-coding DNA regions than within genes (why?)

7 Genetic inheritence 1. Cells in mother and father both contain paired sets of chromosomes (diploid). 2. Through meiosis, gametes (sex cells) contain only one chromosome from each pair (haploid). 3. Fertilized egg cell (zygote) receives one chromosome from mother, one from father. 4. Zygote splits and reproduces through mitosis to yield multicellular diploid organism

8 Crossing over (recombination) The two chromosomes that form a pair are called homologous. During meiosis, homologous chromosomes may cross over (recombine) forming chromosomes that mix genes from each parent. Note that liklihood of recombination is function of distance between two genes. This observation is used in creating genetic linkage maps. Here we see recombination of gene c/c which appears in two forms (alleles). Genes ab (AB) are unlikely to recombine

9 Genomes Complete set of chromosomes that determines an organism is known as a genome. Sizes of some genomes Mus musculus Note that each cell in an organism contains its entire genome!

10 We're more similar than you might think (The DNA of chimpanzees and humans is ~99% similar.)

11 Studying a genome Most genomes are enormous (e.g., 1010 base pairs in case of human). Current sequencing technology, on the other hand, only allows biologists to determine ~103 base pairs at a time. This disparatey leads to some of the most interesting problems in computational biology. Genetic linkage map ( base pairs) Physical map ( base pairs) Sequencing ( base pairs) ACTAGCTGATCGATTTAGCAGCAG

12 Studying a genome Cloned DNA molecules are made progressively smaller and fragments subcloned to obtain pieces small enough to sequence directly. These results are compiled to provide sequence across a chromosome. Yeast artificial chromosome (YAC) is designed to fool yeast replication mechanism. Cosmids and plasmids are vectors that can be cloned in bacteria

13 Cutting DNA using restriction enzymes A restriction enzyme surrounds DNA molecule at specific point, called restriction site (sequence GAATTC in this case). It cuts one strand of DNA helix at one point and second strand at a different, complementary point (between G and A). The separated pieces have single-stranded sticky ends, which allow complementary pieces to combine. Note that GAATTC CTTAAG GAATTC (i.e., palindrome)

14 Breaking DNA DNA can also be broken in random places through mechanical means (e.g., vibration). This is typically the first step in shotgun sequencing

15 Copying DNA Most analytic procedures in the lab require a quantity of the DNA under study. The process of copying DNA is known as amplification. As we have seen, one possible approach is to use nature: insert the DNA of interest into the genome of a host (or vector) and let the organism multiply itself. This is called recombinant DNA

16 Polymerase Chain Reaction Another way to amplify DNA is polymerase chain reaction (PCR). PCR alternates two phases: separate DNA into single strands using heat; convert into double strands using primer and polymerase reaction. PCR rapidly amplifies a single DNA molecule into billions of molecules

17 Polymerase Chain Reaction

18 Reading DNA Gel electrophoresis is process of separating a mixture of molecules in a gel media by application of an electric field. In general, DNA molecules with similar lengths will migrate same distance. First "cut" DNA at each base: A, C, G, T. Then run gel and read off sequence: TCGCGA... This is known as sequencing

19 Gel electrophoresis

20 Reading DNA Original sequence: ATCGTGTCGATAGCGCT G A ATCG ATCGTG ATCGTGTCG ATCGTGTCGATAG ATCGTGTCGATAGCG A ATCGTGTCGA ATCGTGTCGATA T AT ATCGT ATCGTGT ATCGTGTCGAT ATCGTGTCGATAGCGCT C ATC ATCGTGTC ATCGTGTCGATAGC ATCGTGTCGATAGCGC

21 Sanger sequencing

22 DNA sequencing

23 Sequence assembly fragments fragment assembly contig contig gap target original

24 Sequence assembly Simple model of DNA assembly is Shortest Supersequence Problem: given a set of sequences, find shortest sequence S such that each of original sequences appears as subsequence of S. Look for overlap between prefix of one sequence and suffix of another: ACCGT CGTGC TTACCGTGC TTAC --ACCGT-----CGTGC TTAC

25 Inferring gene functionality Researchers want to know functions of new genes. Simply comparing new gene sequences to known DNA often does not reveal actual function of gene. For 40% of sequenced genes, functionality cannot be ascertained by such techniques. DNA microarrays allow biologists to infer gene function when there is insufficent evidence based on similarity alone

26 DNA microarray analysis DNA microarrays measure the activity (expression level) of the gene under varying conditions/time points. Expression level is estimated by measuring the amount of mrna for that particular gene. A gene is active if it is being transcribed. More mrna usually indicates more gene activity. Measurements are relative, not absolute!

27 DNA microarray experiments Analyze mrna produced from cells in tissue with environmental conditions you are testing. Produce cdna from mrna (DNA is more stable). Attach phosphor to cdna to see when a particular gene is expressed. Different color phosphors are available to compare many samples at once. Hybridize cdna over the microarray. Scan the microarray with a phosphor-illuminating laser. Scan microarray multiple times for different color phosphors. Illumination reveals transcribed genes

28 DNA microarray experiments Phosphors can be added here instead then instead of staining, laser illumination is used

29 DNA microarrays

30 Using DNA microarrays Track sample over a period of time to see gene expression over time. Track two different samples under same conditions to see difference in gene expressions. Each box represents one gene s expression over time

31 Using DNA microarrays Green: expressed only from control. Red: expresses only from experimental cell. Yellow: equally expressed in both samples. Black: NOT expressed in either control or experimental cells

32 DNA microarray data Microarray data are usually transformed into an intensity matrix (see below). The intensity matrix allows biologists to make correlations between diferent genes (even if they are dissimilar) and to understand how genes functions might be related. Clustering comes into play (more on this later). Intensity (expression level) of gene at measured time Time: Time X Time Y Time Z Gene Gene Gene Gene Gene

33 Visualizing microarray data From Cluster analysis and display of genome-wide expression patterns by Eisen, Spellman, Brown, and Botstein, Proc. Natl. Acad. Sci. USA, Vol. 95, pp , December

34 Scientists build phylogenetic trees in an attempt to understand evolutionary relationships. Building the Tree of Life (These trees are best guesses and certainly contain errors.)

35 Wrap-up Readings for next time: IBA Chapter 2 on algorithms (skim if already familiar). BB&P Chapter 2 on software (skim if already familiar). Remember: Come to class having done the readings. Check Blackboard regularly for updates

Introduction to Bioinformatics

Introduction to Bioinformatics Introduction to Bioinformatics Dan Lopresti Associate Professor Office PL 404B dal9@lehigh.edu BioS 95 October 2007 Slide 1 Motivation Biology easily has 500 years of exciting problems to work on. Donald

More information

Introduction to Bioinformatics

Introduction to Bioinformatics Introduction to Bioinformatics Dan Lopresti Computer Science and Engineering Office PL 350 dal9@lehigh.edu BioS 10 November 2018 Slide 1 Last year when I gave this talk BioS 10 November 2018 Slide 2 Motivation

More information

A Brief Introduction to Bioinformatics

A Brief Introduction to Bioinformatics A Brief Introduction to Bioinformatics Dan Lopresti Associate Professor Office PL 404B dal9@lehigh.edu February 2007 Slide 1 Motivation Biology easily has 500 years of exciting problems to work on. Donald

More information

Chapter 8: Recombinant DNA. Ways this technology touches us. Overview. Genetic Engineering

Chapter 8: Recombinant DNA. Ways this technology touches us. Overview. Genetic Engineering Chapter 8 Recombinant DNA and Genetic Engineering Genetic manipulation Ways this technology touches us Criminal justice The Justice Project, started by law students to advocate for DNA testing of Death

More information

DNA REPLICATION & BIOTECHNOLOGY Biology Study Review

DNA REPLICATION & BIOTECHNOLOGY Biology Study Review DNA REPLICATION & BIOTECHNOLOGY Biology Study Review DNA DNA is found in, in the nucleus. It controls cellular activity by regulating the production of, which includes It is a very long molecule made up

More information

BIOLOGY - CLUTCH CH.20 - BIOTECHNOLOGY.

BIOLOGY - CLUTCH CH.20 - BIOTECHNOLOGY. !! www.clutchprep.com CONCEPT: DNA CLONING DNA cloning is a technique that inserts a foreign gene into a living host to replicate the gene and produce gene products. Transformation the process by which

More information

Chapter 20 DNA Technology & Genomics. If we can, should we?

Chapter 20 DNA Technology & Genomics. If we can, should we? Chapter 20 DNA Technology & Genomics If we can, should we? Biotechnology Genetic manipulation of organisms or their components to make useful products Humans have been doing this for 1,000s of years plant

More information

2 Gene Technologies in Our Lives

2 Gene Technologies in Our Lives CHAPTER 15 2 Gene Technologies in Our Lives SECTION Gene Technologies and Human Applications KEY IDEAS As you read this section, keep these questions in mind: For what purposes are genes and proteins manipulated?

More information

Manipulating DNA. Nucleic acids are chemically different from other macromolecules such as proteins and carbohydrates.

Manipulating DNA. Nucleic acids are chemically different from other macromolecules such as proteins and carbohydrates. Lesson Overview 14.3 Studying the Human Genome Nucleic acids are chemically different from other macromolecules such as proteins and carbohydrates. Nucleic acids are chemically different from other macromolecules

More information

Molecular Cell Biology - Problem Drill 11: Recombinant DNA

Molecular Cell Biology - Problem Drill 11: Recombinant DNA Molecular Cell Biology - Problem Drill 11: Recombinant DNA Question No. 1 of 10 1. Which of the following statements about the sources of DNA used for molecular cloning is correct? Question #1 (A) cdna

More information

Bio 101 Sample questions: Chapter 10

Bio 101 Sample questions: Chapter 10 Bio 101 Sample questions: Chapter 10 1. Which of the following is NOT needed for DNA replication? A. nucleotides B. ribosomes C. Enzymes (like polymerases) D. DNA E. all of the above are needed 2 The information

More information

Reading Lecture 8: Lecture 9: Lecture 8. DNA Libraries. Definition Types Construction

Reading Lecture 8: Lecture 9: Lecture 8. DNA Libraries. Definition Types Construction Lecture 8 Reading Lecture 8: 96-110 Lecture 9: 111-120 DNA Libraries Definition Types Construction 142 DNA Libraries A DNA library is a collection of clones of genomic fragments or cdnas from a certain

More information

Biotechnology. Chapter 20. Biology Eighth Edition Neil Campbell and Jane Reece. PowerPoint Lecture Presentations for

Biotechnology. Chapter 20. Biology Eighth Edition Neil Campbell and Jane Reece. PowerPoint Lecture Presentations for Chapter 20 Biotechnology PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from Joan Sharp Copyright

More information

Chapter 10 Genetic Engineering: A Revolution in Molecular Biology

Chapter 10 Genetic Engineering: A Revolution in Molecular Biology Chapter 10 Genetic Engineering: A Revolution in Molecular Biology Genetic Engineering Direct, deliberate modification of an organism s genome bioengineering Biotechnology use of an organism s biochemical

More information

DESIGNER GENES SAMPLE TOURNAMENT

DESIGNER GENES SAMPLE TOURNAMENT DESIGNER GENES SAMPLE TOURNAMENT PART ONE- GENETICS PROBLEMS In dogs, the inheritance of hair color involves a gene (B) for black hair and a gene (b) for brown hair. A dominant (C) is also involved. It

More information

Chapter 15 Gene Technologies and Human Applications

Chapter 15 Gene Technologies and Human Applications Chapter Outline Chapter 15 Gene Technologies and Human Applications Section 1: The Human Genome KEY IDEAS > Why is the Human Genome Project so important? > How do genomics and gene technologies affect

More information

B. Incorrect! Ligation is also a necessary step for cloning.

B. Incorrect! Ligation is also a necessary step for cloning. Genetics - Problem Drill 15: The Techniques in Molecular Genetics No. 1 of 10 1. Which of the following is not part of the normal process of cloning recombinant DNA in bacteria? (A) Restriction endonuclease

More information

Restriction Enzymes (endonucleases)

Restriction Enzymes (endonucleases) In order to understand and eventually manipulate DNA (human or otherwise) an array of DNA technologies have been developed. Here are some of the tools: Restriction Enzymes (endonucleases) In order to manipulate

More information

(A) Extrachromosomal DNA (B) RNA found in bacterial cells (C) Is part of the bacterial chromosome (D) Is part of the eukaryote chromosome

(A) Extrachromosomal DNA (B) RNA found in bacterial cells (C) Is part of the bacterial chromosome (D) Is part of the eukaryote chromosome Microbiology - Problem Drill 07: Microbial Genetics and Biotechnology No. 1 of 10 1. A plasmid is? (A) Extrachromosomal DNA (B) RNA found in bacterial cells (C) Is part of the bacterial chromosome (D)

More information

Chapter 6 - Molecular Genetic Techniques

Chapter 6 - Molecular Genetic Techniques Chapter 6 - Molecular Genetic Techniques Two objects of molecular & genetic technologies For analysis For generation Molecular genetic technologies! For analysis DNA gel electrophoresis Southern blotting

More information

Genome Sequence Assembly

Genome Sequence Assembly Genome Sequence Assembly Learning Goals: Introduce the field of bioinformatics Familiarize the student with performing sequence alignments Understand the assembly process in genome sequencing Introduction:

More information

DNA sequencing. Course Info

DNA sequencing. Course Info DNA sequencing EECS 458 CWRU Fall 2004 Readings: Pevzner Ch1-4 Adams, Fields & Venter (ISBN:0127170103) Serafim Batzoglou s slides Course Info Instructor: Jing Li 509 Olin Bldg Phone: X0356 Email: jingli@eecs.cwru.edu

More information

Unit 8: Genomics Guided Reading Questions (150 pts total)

Unit 8: Genomics Guided Reading Questions (150 pts total) Name: AP Biology Biology, Campbell and Reece, 7th Edition Adapted from chapter reading guides originally created by Lynn Miriello Chapter 18 The Genetics of Viruses and Bacteria Unit 8: Genomics Guided

More information

Guided Notes Unit 5: Molecular Genetics

Guided Notes Unit 5: Molecular Genetics Name: Date: Block: Chapter 8: From DNA to Protein I. Concept 8.4: Transcription a. Central Dogma of Molecular Biology i. Information flows in one direction: ii. How? Guided Notes Unit 5: Molecular Genetics

More information

Assessment Builder - Printer Friendly Version. Name: Date:

Assessment Builder - Printer Friendly Version. Name: Date: Assessment Builder - Printer Friendly Version 1 Name: Date: 2 3 4 5 6 7 8 9 10 11 12 13 14 Which statement best describes the relationship between cells, DNA, and proteins? (1) Cells contain DNA that controls

More information

Computational Biology I LSM5191

Computational Biology I LSM5191 Computational Biology I LSM5191 Lecture 5 Notes: Genetic manipulation & Molecular Biology techniques Broad Overview of: Enzymatic tools in Molecular Biology Gel electrophoresis Restriction mapping DNA

More information

Lecture 3 (FW) January 28, 2009 Cloning of DNA; PCR amplification Reading assignment: Cloning, ; ; 330 PCR, ; 329.

Lecture 3 (FW) January 28, 2009 Cloning of DNA; PCR amplification Reading assignment: Cloning, ; ; 330 PCR, ; 329. Lecture 3 (FW) January 28, 2009 Cloning of DNA; PCR amplification Reading assignment: Cloning, 240-245; 286-87; 330 PCR, 270-274; 329. Take Home Lesson(s) from Lecture 2: 1. DNA is a double helix of complementary

More information

Molecular Genetics Techniques. BIT 220 Chapter 20

Molecular Genetics Techniques. BIT 220 Chapter 20 Molecular Genetics Techniques BIT 220 Chapter 20 What is Cloning? Recombinant DNA technologies 1. Producing Recombinant DNA molecule Incorporate gene of interest into plasmid (cloning vector) 2. Recombinant

More information

Computational Biology 2. Pawan Dhar BII

Computational Biology 2. Pawan Dhar BII Computational Biology 2 Pawan Dhar BII Lecture 1 Introduction to terms, techniques and concepts in molecular biology Molecular biology - a primer Human body has 100 trillion cells each containing 3 billion

More information

Chapter 20 Recombinant DNA Technology. Copyright 2009 Pearson Education, Inc.

Chapter 20 Recombinant DNA Technology. Copyright 2009 Pearson Education, Inc. Chapter 20 Recombinant DNA Technology Copyright 2009 Pearson Education, Inc. 20.1 Recombinant DNA Technology Began with Two Key Tools: Restriction Enzymes and DNA Cloning Vectors Recombinant DNA refers

More information

Genetic Engineering & Recombinant DNA

Genetic Engineering & Recombinant DNA Genetic Engineering & Recombinant DNA Chapter 10 Copyright The McGraw-Hill Companies, Inc) Permission required for reproduction or display. Applications of Genetic Engineering Basic science vs. Applied

More information

Overview: The DNA Toolbox

Overview: The DNA Toolbox Overview: The DNA Toolbox Sequencing of the genomes of more than 7,000 species was under way in 2010 DNA sequencing has depended on advances in technology, starting with making recombinant DNA In recombinant

More information

Motivation From Protein to Gene

Motivation From Protein to Gene MOLECULAR BIOLOGY 2003-4 Topic B Recombinant DNA -principles and tools Construct a library - what for, how Major techniques +principles Bioinformatics - in brief Chapter 7 (MCB) 1 Motivation From Protein

More information

CHAPTER 20 DNA TECHNOLOGY AND GENOMICS. Section A: DNA Cloning

CHAPTER 20 DNA TECHNOLOGY AND GENOMICS. Section A: DNA Cloning Section A: DNA Cloning 1. DNA technology makes it possible to clone genes for basic research and commercial applications: an overview 2. Restriction enzymes are used to make recombinant DNA 3. Genes can

More information

Studying the Human Genome. Lesson Overview. Lesson Overview Studying the Human Genome

Studying the Human Genome. Lesson Overview. Lesson Overview Studying the Human Genome Lesson Overview 14.3 Studying the Human Genome THINK ABOUT IT Just a few decades ago, computers were gigantic machines found only in laboratories and universities. Today, many of us carry small, powerful

More information

Molecular Biology (2)

Molecular Biology (2) Molecular Biology (2) Restriction endonucleases, RFLP, and gene cloning Mamoun Ahram, PhD Second semester, 2017-2018 Resources This lecture Cooper, pp 120-124 Endonucleases Enzymes that degrade DNA within

More information

Lecture Four. Molecular Approaches I: Nucleic Acids

Lecture Four. Molecular Approaches I: Nucleic Acids Lecture Four. Molecular Approaches I: Nucleic Acids I. Recombinant DNA and Gene Cloning Recombinant DNA is DNA that has been created artificially. DNA from two or more sources is incorporated into a single

More information

NOTES - CH 15 (and 14.3): DNA Technology ( Biotech )

NOTES - CH 15 (and 14.3): DNA Technology ( Biotech ) NOTES - CH 15 (and 14.3): DNA Technology ( Biotech ) Vocabulary Genetic Engineering Gene Recombinant DNA Transgenic Restriction Enzymes Vectors Plasmids Cloning Key Concepts What is genetic engineering?

More information

GENETICS - CLUTCH CH.15 GENOMES AND GENOMICS.

GENETICS - CLUTCH CH.15 GENOMES AND GENOMICS. !! www.clutchprep.com CONCEPT: OVERVIEW OF GENOMICS Genomics is the study of genomes in their entirety Bioinformatics is the analysis of the information content of genomes - Genes, regulatory sequences,

More information

7.1 Techniques for Producing and Analyzing DNA. SBI4U Ms. Ho-Lau

7.1 Techniques for Producing and Analyzing DNA. SBI4U Ms. Ho-Lau 7.1 Techniques for Producing and Analyzing DNA SBI4U Ms. Ho-Lau What is Biotechnology? From Merriam-Webster: the manipulation of living organisms or their components to produce useful usually commercial

More information

Biosc10 schedule reminders

Biosc10 schedule reminders Biosc10 schedule reminders Review of molecular biology basics DNA Is each person s DNA the same, or unique? What does DNA look like? What are the three parts of each DNA nucleotide Which DNA bases pair,

More information

Biotechnology. Chapter 20. Biology Eighth Edition Neil Campbell and Jane Reece. PowerPoint Lecture Presentations for

Biotechnology. Chapter 20. Biology Eighth Edition Neil Campbell and Jane Reece. PowerPoint Lecture Presentations for Chapter 20 Biotechnology PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from Joan Sharp Copyright

More information

Cloning and Genetic Engineering

Cloning and Genetic Engineering Cloning and Genetic Engineering Bởi: OpenStaxCollege Biotechnology is the use of artificial methods to modify the genetic material of living organisms or cells to produce novel compounds or to perform

More information

Multiple choice questions (numbers in brackets indicate the number of correct answers)

Multiple choice questions (numbers in brackets indicate the number of correct answers) 1 Multiple choice questions (numbers in brackets indicate the number of correct answers) February 1, 2013 1. Ribose is found in Nucleic acids Proteins Lipids RNA DNA (2) 2. Most RNA in cells is transfer

More information

Computational Genomics. Irit Gat-Viks & Ron Shamir & Haim Wolfson Fall

Computational Genomics. Irit Gat-Viks & Ron Shamir & Haim Wolfson Fall Computational Genomics Irit Gat-Viks & Ron Shamir & Haim Wolfson Fall 2015-16 1 What s in class this week Motivation Administrata Some very basic biology Some very basic biotechnology Examples of our type

More information

Physical Anthropology 1 Milner-Rose

Physical Anthropology 1 Milner-Rose Physical Anthropology 1 Milner-Rose Chapter 3 Genetics: Reproducing Life and Producing Variation Our Origins By Clark Spencer Larsen Natural Selection operates on the levels of the 1. living, behaving

More information

Chapter 20 Biotechnology

Chapter 20 Biotechnology Chapter 20 Biotechnology Manipulation of DNA In 2007, the first entire human genome had been sequenced. The ability to sequence an organisms genomes were made possible by advances in biotechnology, (the

More information

13-2 Manipulating DNA Slide 1 of 32

13-2 Manipulating DNA Slide 1 of 32 1 of 32 The Tools of Molecular Biology The Tools of Molecular Biology How do scientists make changes to DNA? Scientists use their knowledge of the structure of DNA and its chemical properties to study

More information

DNA and Biotechnology Form of DNA Form of DNA Form of DNA Form of DNA Replication of DNA Replication of DNA

DNA and Biotechnology Form of DNA Form of DNA Form of DNA Form of DNA Replication of DNA Replication of DNA 21 DNA and Biotechnology DNA and Biotechnology OUTLINE: Replication of DNA Gene Expression Mutations Regulating Gene Activity Genetic Engineering Genomics DNA (deoxyribonucleic acid) Double-stranded molecule

More information

-Is the process of manipulating genes and genomes

-Is the process of manipulating genes and genomes Genetic Engineering -Is the process of manipulating genes and genomes Biotechnology -Is the process of manipulating organisms or their components for the purpose of making useful products Restriction Enzymes

More information

Bi 8 Lecture 4. Ellen Rothenberg 14 January Reading: from Alberts Ch. 8

Bi 8 Lecture 4. Ellen Rothenberg 14 January Reading: from Alberts Ch. 8 Bi 8 Lecture 4 DNA approaches: How we know what we know Ellen Rothenberg 14 January 2016 Reading: from Alberts Ch. 8 Central concept: DNA or RNA polymer length as an identifying feature RNA has intrinsically

More information

Genetics. Genetics- is the study of all manifestation of inheritance from the distributions of traits to the molecules of the gene itself

Genetics. Genetics- is the study of all manifestation of inheritance from the distributions of traits to the molecules of the gene itself What is Genetics? Genetics Mapping of genes Basis of life Inheritable traits Abnormalities Disease Development DNA RNA Proteins Central dogma - Watson & Crick Genes- segments of DNA that code for proteins

More information

Genetics and Biotechnology. Section 1. Applied Genetics

Genetics and Biotechnology. Section 1. Applied Genetics Section 1 Applied Genetics Selective Breeding! The process by which desired traits of certain plants and animals are selected and passed on to their future generations is called selective breeding. Section

More information

Biotechnology (Chapter 20) Objectives

Biotechnology (Chapter 20) Objectives Biotechnology (Chapter 20) Objectives Understand the background science behind the technology applications Understand the tools and details of the technology Develop familiarity with performing the select

More information

BIOINF/BENG/BIMM/CHEM/CSE 184: Computational Molecular Biology. Lecture 2: Microarray analysis

BIOINF/BENG/BIMM/CHEM/CSE 184: Computational Molecular Biology. Lecture 2: Microarray analysis BIOINF/BENG/BIMM/CHEM/CSE 184: Computational Molecular Biology Lecture 2: Microarray analysis Genome wide measurement of gene transcription using DNA microarray Bruce Alberts, et al., Molecular Biology

More information

Revision Based on Chapter 15 Grade 10

Revision Based on Chapter 15 Grade 10 Revision Based on Chapter 15 Grade 10 Biology Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which of the following has the disadvantage of possibly bringing

More information

DNA DNA Profiling 18. Discuss the stages involved in DNA profiling 19. Define the process of DNA profiling 20. Give two uses of DNA profiling

DNA DNA Profiling 18. Discuss the stages involved in DNA profiling 19. Define the process of DNA profiling 20. Give two uses of DNA profiling Name: 2.5 Genetics Objectives At the end of this sub section students should be able to: 2.5.1 Heredity and Variation 1. Discuss the diversity of organisms 2. Define the term species 3. Distinguish between

More information

Biology 201 (Genetics) Exam #3 120 points 20 November Read the question carefully before answering. Think before you write.

Biology 201 (Genetics) Exam #3 120 points 20 November Read the question carefully before answering. Think before you write. Name KEY Section Biology 201 (Genetics) Exam #3 120 points 20 November 2006 Read the question carefully before answering. Think before you write. You will have up to 50 minutes to take this exam. After

More information

Genetics Lecture 21 Recombinant DNA

Genetics Lecture 21 Recombinant DNA Genetics Lecture 21 Recombinant DNA Recombinant DNA In 1971, a paper published by Kathleen Danna and Daniel Nathans marked the beginning of the recombinant DNA era. The paper described the isolation of

More information

Recombinant DNA recombinant DNA DNA cloning gene cloning

Recombinant DNA recombinant DNA DNA cloning gene cloning DNA Technology Recombinant DNA In recombinant DNA, DNA from two different sources, often two species, are combined into the same DNA molecule. DNA cloning permits production of multiple copies of a specific

More information

Biotechnology Chapter 20

Biotechnology Chapter 20 Biotechnology Chapter 20 DNA Cloning DNA Cloning AKA Plasmid-based transformation or molecular cloning First off-let s sum up what happens. A plasmid is taken from a bacteria A gene is inserted into the

More information

Human Genomics. 1 P a g e

Human Genomics. 1 P a g e Human Genomics What were the aims of the human genome project? To identify all the approximately 20,000-25,000 genes in Human DNA. To find where each gene is located To determine the sequences of the 3

More information

DNA Function. DNA Heredity and Protein Synthesis

DNA Function. DNA Heredity and Protein Synthesis DNA Function DNA Heredity and Protein Synthesis 1 Review DNA made of Nucleotide bases Proteins made of Amino acids Describe how DNA is involved in protein synthesis DNA base sequence codes for amino acid

More information

CHAPTERS 16 & 17: DNA Technology

CHAPTERS 16 & 17: DNA Technology CHAPTERS 16 & 17: DNA Technology 1. What is the function of restriction enzymes in bacteria? 2. How do bacteria protect their DNA from the effects of the restriction enzymes? 3. How do biologists make

More information

NB536: Bioinformatics

NB536: Bioinformatics NB536: Bioinformatics Instructor Prof. Jong Kyoung Kim Department of New Biology Office: E4-613 E-mail: jkkim@dgist.ac.kr Homepage: https://scg.dgist.ac.kr Course website https://scg.dgist.ac.kr/index.php/courses

More information

Lecture 2: High-Throughput Biology

Lecture 2: High-Throughput Biology Lecture 2: High-Throughput Biology COMP 465 Fall 2013 Study Chapter 3.8-3.11 8/27/2013 Comp 465 Fall 2013 1 Analyzing DNA Recall DNA is the essential information determining the function of living organisms

More information

2014 Pearson Education, Inc. CH 8: Recombinant DNA Technology

2014 Pearson Education, Inc. CH 8: Recombinant DNA Technology CH 8: Recombinant DNA Technology Biotechnology the use of microorganisms to make practical products Recombinant DNA = DNA from 2 different sources What is Recombinant DNA Technology? modifying genomes

More information

GENETICS EXAM 3 FALL a) is a technique that allows you to separate nucleic acids (DNA or RNA) by size.

GENETICS EXAM 3 FALL a) is a technique that allows you to separate nucleic acids (DNA or RNA) by size. Student Name: All questions are worth 5 pts. each. GENETICS EXAM 3 FALL 2004 1. a) is a technique that allows you to separate nucleic acids (DNA or RNA) by size. b) Name one of the materials (of the two

More information

Chapter 9 WHAT IS DNA?

Chapter 9 WHAT IS DNA? Notes DNA Chapter 9 WHAT IS DNA? DNA= Deoxyribonucleic Acid DNA s job is to hold the entire genetic code for the organism. Human, tree, bacteria, mushroom, paramecium, etc! ALL HAVE DNA! DNA is held on

More information

Lesson Overview. Studying the Human Genome. Lesson Overview Studying the Human Genome

Lesson Overview. Studying the Human Genome. Lesson Overview Studying the Human Genome Lesson Overview 14.3 Studying the Human Genome THINK ABOUT IT Just a few decades ago, computers were gigantic machines found only in laboratories and universities. Today, many of us carry small, powerful

More information

2054, Chap. 14, page 1

2054, Chap. 14, page 1 2054, Chap. 14, page 1 I. Recombinant DNA technology (Chapter 14) A. recombinant DNA technology = collection of methods used to perform genetic engineering 1. genetic engineering = deliberate modification

More information

13-1 Changing the Living World

13-1 Changing the Living World 13-1 Changing the Living World In the past, variation was limited to the variations already in nature or random variations that resulted from mutations. Now, scientists can change DNA and swap genes from

More information

Course Information. Introduction to Algorithms in Computational Biology Lecture 1. Relations to Some Other Courses

Course Information. Introduction to Algorithms in Computational Biology Lecture 1. Relations to Some Other Courses Course Information Introduction to Algorithms in Computational Biology Lecture 1 Meetings: Lecture, by Dan Geiger: Mondays 16:30 18:30, Taub 4. Tutorial, by Ydo Wexler: Tuesdays 10:30 11:30, Taub 2. Grade:

More information

Module 6 Microbial Genetics. Chapter 8

Module 6 Microbial Genetics. Chapter 8 Module 6 Microbial Genetics Chapter 8 Structure and function of the genetic material Genetics science of o Study of what genes are, how they determine the characteristics of an organism, how they carry

More information

CH 8: Recombinant DNA Technology

CH 8: Recombinant DNA Technology CH 8: Recombinant DNA Technology Biotechnology the use of microorganisms to make practical products Recombinant DNA = DNA from 2 different sources What is Recombinant DNA Technology? modifying genomes

More information

Bioinformatics: Sequence Analysis. COMP 571 Luay Nakhleh, Rice University

Bioinformatics: Sequence Analysis. COMP 571 Luay Nakhleh, Rice University Bioinformatics: Sequence Analysis COMP 571 Luay Nakhleh, Rice University Course Information Instructor: Luay Nakhleh (nakhleh@rice.edu); office hours by appointment (office: DH 3119) TA: Leo Elworth (DH

More information

1. A brief overview of sequencing biochemistry

1. A brief overview of sequencing biochemistry Supplementary reading materials on Genome sequencing (optional) The materials are from Mark Blaxter s lecture notes on Sequencing strategies and Primary Analysis 1. A brief overview of sequencing biochemistry

More information

The Biotechnology Toolbox

The Biotechnology Toolbox Chapter 15 The Biotechnology Toolbox Cutting and Pasting DNA Cutting DNA Restriction endonuclease or restriction enzymes Cellular protection mechanism for infected foreign DNA Recognition and cutting specific

More information

Enzyme that uses RNA as a template to synthesize a complementary DNA

Enzyme that uses RNA as a template to synthesize a complementary DNA Biology 105: Introduction to Genetics PRACTICE FINAL EXAM 2006 Part I: Definitions Homology: Comparison of two or more protein or DNA sequence to ascertain similarities in sequences. If two genes have

More information

4/26/2015. Cut DNA either: Cut DNA either:

4/26/2015. Cut DNA either: Cut DNA either: Ch.20 Enzymes that cut DNA at specific sequences (restriction sites) resulting in segments of DNA (restriction fragments) Typically 4-8 bp in length & often palindromic Isolated from bacteria (Hundreds

More information

BIOTECHNOLOGY. Sticky & blunt ends. Restriction endonucleases. Gene cloning an overview. DNA isolation & restriction

BIOTECHNOLOGY. Sticky & blunt ends. Restriction endonucleases. Gene cloning an overview. DNA isolation & restriction BIOTECHNOLOGY RECOMBINANT DNA TECHNOLOGY Recombinant DNA technology involves sticking together bits of DNA from different sources. Made possible because DNA & the genetic code are universal. 2004 Biology

More information

Lecture 12. Genomics. Mapping. Definition Species sequencing ESTs. Why? Types of mapping Markers p & Types

Lecture 12. Genomics. Mapping. Definition Species sequencing ESTs. Why? Types of mapping Markers p & Types Lecture 12 Reading Lecture 12: p. 335-338, 346-353 Lecture 13: p. 358-371 Genomics Definition Species sequencing ESTs Mapping Why? Types of mapping Markers p.335-338 & 346-353 Types 222 omics Interpreting

More information

Define selective breeding. Define pure breeding. Define domestication relative to the examples above.

Define selective breeding. Define pure breeding. Define domestication relative to the examples above. Define selective breeding. Define pure breeding. Define domestication relative to the examples above. Selective Breeding Selective Breeding Induced nondisjunction Define hybridization. Explain how hybridization

More information

Biology Chapter 9 & Honors Biology Chapter 13. Frontiers Of Biotechnology

Biology Chapter 9 & Honors Biology Chapter 13. Frontiers Of Biotechnology Biology Chapter 9 & Honors Biology Chapter 13 Frontiers Of Biotechnology DNA TECHNOLOGY IS ABOUT: Manipulating DNA for man s purposes. It includes: cutting DNA, Gel Electrophoresis and Polymerase Chain

More information

Introduction to Algorithms in Computational Biology Lecture 1

Introduction to Algorithms in Computational Biology Lecture 1 Introduction to Algorithms in Computational Biology Lecture 1 Background Readings: The first three chapters (pages 1-31) in Genetics in Medicine, Nussbaum et al., 2001. This class has been edited from

More information

DNA Technology Outline

DNA Technology Outline I) Tools of DNA technology A. PCR (Polymerase Chain Reaction): method of copying DNA sequences 1. DNA is copied in a similar way to natural replication in our cells, but much faster. 2.PCR consists of

More information

Biotechnology DNA technology

Biotechnology DNA technology Biotechnology Biotechnology is the manipulation of organisms or their components to make useful products The applications of DNA technology affect everything from agriculture, to criminal law, to medical

More information

Researchers use genetic engineering to manipulate DNA.

Researchers use genetic engineering to manipulate DNA. Section 2: Researchers use genetic engineering to manipulate DNA. K What I Know W What I Want to Find Out L What I Learned Essential Questions What are the different tools and processes used in genetic

More information

Page 70 Monday December 8, 2014

Page 70 Monday December 8, 2014 replication and Monday December 8, 0 Notebook check 8: Page 69, DNA Technology Introduction Worksheet. The process by which a foreign gene is replicated by insertion into a bacterium is called genetic

More information

Recombinant DNA. Lesson Overview. Lesson Overview Recombinant DNA

Recombinant DNA. Lesson Overview. Lesson Overview Recombinant DNA Lesson Overview 15.2 Finding Genes In 1987, Douglas Prasher, a biologist at Woods Hole Oceanographic Institute in Massachusetts, wanted to find a specific gene in a jellyfish that codes for a molecule

More information

PLNT2530 (2018) Unit 6b Sequence Libraries

PLNT2530 (2018) Unit 6b Sequence Libraries PLNT2530 (2018) Unit 6b Sequence Libraries Molecular Biotechnology (Ch 4) Analysis of Genes and Genomes (Ch 5) Unless otherwise cited or referenced, all content of this presenataion is licensed under the

More information

Summary of Genetics & Protein Synthesis (Quick Guide)

Summary of Genetics & Protein Synthesis (Quick Guide) Summary of Genetics & Protein Synthesis (Quick Guide) We will use the following images to review. We will also be adding a new piece of information now and again in order to tie things together. Some terms/concepts

More information

Introduction to some aspects of molecular genetics

Introduction to some aspects of molecular genetics Introduction to some aspects of molecular genetics Julius van der Werf (partly based on notes from Margaret Katz) University of New England, Armidale, Australia Genetic and Physical maps of the genome...

More information

Overview: The DNA Toolbox

Overview: The DNA Toolbox Overview: The DNA Toolbox Sequencing of the genomes of more than 7,000 species was under way in 2010 DNA sequencing has depended on advances in technology, starting with making recombinant DNA In recombinant

More information

GENETICS. I. Review of DNA/RNA A. Basic Structure DNA 3 parts that make up a nucleotide chains wrap around each other to form a

GENETICS. I. Review of DNA/RNA A. Basic Structure DNA 3 parts that make up a nucleotide chains wrap around each other to form a GENETICS I. Review of DNA/RNA A. Basic Structure DNA 3 parts that make up a nucleotide 1. 2. 3. chains wrap around each other to form a Chains run in opposite direction known as Type of bond between the

More information

Introduction to Biological Anthropology: Notes 8 Beyond Mendel: Molecular genetics, cell division, and sex Copyright Bruce Owen 2011 Mendel s model

Introduction to Biological Anthropology: Notes 8 Beyond Mendel: Molecular genetics, cell division, and sex Copyright Bruce Owen 2011 Mendel s model Introduction to Biological Anthropology: Notes 8 Beyond Mendel: Molecular genetics, cell division, and sex Copyright Bruce Owen 2011 Mendel s model was completely abstract. In his day, no one had ever

More information

Which Process Is The First Step In Making A Protein From Dna Instructions >>>CLICK HERE<<<

Which Process Is The First Step In Making A Protein From Dna Instructions >>>CLICK HERE<<< Which Process Is The First Step In Making A Protein From Dna Instructions How do the instructions in DNA reach the ribosomes in the cytoplasm? RNA is needed for Then it helps build the protein. RNA is

More information

Chapter 12 Packet DNA 1. What did Griffith conclude from his experiment? 2. Describe the process of transformation.

Chapter 12 Packet DNA 1. What did Griffith conclude from his experiment? 2. Describe the process of transformation. Chapter 12 Packet DNA and RNA Name Period California State Standards covered by this chapter: Cell Biology 1. The fundamental life processes of plants and animals depend on a variety of chemical reactions

More information

Regulation of enzyme synthesis

Regulation of enzyme synthesis Regulation of enzyme synthesis The lac operon is an example of an inducible operon - it is normally off, but when a molecule called an inducer is present, the operon turns on. The trp operon is an example

More information

The study of the structure, function, and interaction of cellular proteins is called. A) bioinformatics B) haplotypics C) genomics D) proteomics

The study of the structure, function, and interaction of cellular proteins is called. A) bioinformatics B) haplotypics C) genomics D) proteomics Human Biology, 12e (Mader / Windelspecht) Chapter 21 DNA Which of the following is not a component of a DNA molecule? A) a nitrogen-containing base B) deoxyribose sugar C) phosphate D) phospholipid Messenger

More information