Inferring an Origin of Replication With Computational Methods Brian Smith.

Slides:



Advertisements
Similar presentations
Lecture 8 Genetic Engineering. Medically important substances produced by genetic engineering Human Insulin- used to treat diabetes Past: extracted insulin.
Advertisements

Computer lab exercises #8. Comments on projects worth sharing: 1.Use BLINK whenever possible. It can save a lot of waiting and greatly accelerates explorations.
Finding Eukaryotic Open reading frames.
Genetic engineering Recombinant DNA technology. Questions: Name 3 things you know about bacteria. What are some characteristics that make bacteria a good.
Sequence Analysis. DNA and Protein sequences are biological information that are well suited for computer analysis Fundamental Axiom: homologous sequences.
BLAST: Basic Local Alignment Search Tool Urmila Kulkarni-Kale Bioinformatics Centre University of Pune.
Molecular properties of plasmids
Principles and Processes
Group practice in problem design and problem solving
Definitions: 1. Genetic engineering- remaking genes for practical purposes 2. Recombinant DNA- DNA made from two or more different organisms 3. Restriction.
© SSER Ltd..
Do Now 3/20 OBJECTIVES: Define plasmid and restriction enzyme. Identify where a restriction enzyme will cut a DNA sequence. Explain how REs and plasmids.
Warm Up Create a Vocabulary 4 Square As we identify the terms in our lesson: 1.Define the term 2. Give an example 3. Draw a picture to help you remember.
COMPE 111 Introduction to Computer Engineering Programming in Python Atılım University
Trends in Biotechnology
National 5 Biology Course Notes Unit 1 : Cell Biology Part 6 : Genetic Engineering.
L. 5: Prokaryotic Genetics. 2nd Biology ARA Lecture 5. GENETICS OF PROKARYOTES 1. Basic concepts 2. The prokaryotic genome 3. The pan-genome.
Basic Introduction of BLAST Jundi Wang School of Computing CSC691 09/08/2013.
Recombinant DNA. Scope Human Genome = 3x10 9 Average Gene = 3x10 4 (1/10 5 ) SNP Mutation (1/10 9 ) Process Cut DNA into pieces Insert DNA into vectors.
Restriction Enzymes Enzymes that CUT
Observe the following slide and: 1) Explain what is occurring on the right side and then on the left side. 2) What might be the purpose of doing the process.
13–2Manipulating DNA A.The Tools of Molecular Biology 1.DNA Extraction Homogenization: Cell walls, membranes, and nuclear material are broken Emulsification:
Location of features Human cytomegalovirus (CMV) immediate early promoter: 1–589 Enhancer region: 59–465; TATA box: 554–560; Transcription start point:
Genome Organization & Evolution. Chromosomes Genes are always in genomic structures (chromosomes) – never ‘free floating’ Bacterial genomes are circular.
Biotechnology Practice Test. Question #1 An organism’s chromosomes are part of its a) plasmid b) recombinant DNA c) genome d) enzymes.
111/18/2015 Bacterial Genetics Filename BactGene.ppt.
Chapter 12 Lecture Outline Molecular Techniques and Biotechnology.
Genome annotation and search for homologs. Genome of the week Discuss the diversity and features of selected microbial genomes. Link to the paper describing.
Lecture # 04 Cloning Vectors.
Genetic Engineering Genetic engineering is also referred to as recombinant DNA technology – new combinations of genetic material are produced by artificially.
Plasmids and Vectors Aims:
COMPE 111 Introduction to Computer Engineering Programming in Python Atılım University
Chapter 3 Gene Alignments: Investigating Antibiotic Resistance.
Page: Cloning vehicles The basic experimental techniques involved in gene cloning have now been described. A DNA molecule needs to display several features.
Genome sequencing and annotation Comprehensive identification of virulence gene candidates by various means Bioinformatic prioritization of virulence gene.
Bacterial Transformation By Lexi Chase & Colleen Magowan.
PGLO Bacterial Genetics. E. Coli structure.
Biotechnology & DNA Technology Genetic Engineering Chapter Pgs Objective: I can describe several different types of biotechnology,
KEY CONCEPT DNA sequences of organisms can be changed.
Aim #68: What are some applications of Genetic Engineering? Genetic Engineering is a process that is used to the alter the genetic instructions in organisms.
PROTEIN IDENTIFIER IAN ROBERTS JOSEPH INFANTI NICOLE FERRARO.
Markers for genetic engineering ALBIO9700/2006JK.
DNA molecules from 2 different species, if cleaved by the same
Introduction to Biotechnology Transformation and more!
Aim: What are some applications of Genetic Engineering?
Biotechnology Practice Test
Chapter 4 Recombinant DNA Technology
Rachel E. Diner UC San Diego, Scripps Institution of Oceanography
Bacterial Genetic Variation
Microbial genetics lecture 10.
Hunting down the Alien (gene)!
CHAPTER 12 DNA Technology and the Human Genome
National 5 Biology Genetic Engineering Mr G Davidson.
This Week Score Conjugation Plates,
Plot blast.out and blast.out.top
Aeromonas_hydrophila_ML09_119_uid versus Aeromonas_salmonicida A449
Chapter 14 Bioinformatics—the study of a genome
CLONING VECTORS Shumaila Azam.
 .
Bacterial Genome & Variations
Bacteria Chapter 27.2.
Bacterial genomics: The controlled chaos of shifty pathogens
Comparative Genomics.
Histogram of percent identity for significant and insignificant hits
Topics Introduction to Value-returning Functions: Generating Random Numbers Writing Your Own Value-Returning Functions The math Module Storing Functions.
Plot blast.out and blast.out.top
Dolly and surrogate Mom
This Week Score Conjugation Plates,
Plot blast.out and blast.out.top
Project progress Brachypodium Rodenburg Wang Muminov Karrenbelt.
Presentation transcript:

Inferring an Origin of Replication With Computational Methods Brian Smith

Overview  Introduction  Methods  Results  Future work

 Pseudomonas as a pathogen  A cryptic megaplasmid found in Psuedomonas syringae  Phenotypic costs associated with large scale HGT Introduction P. aeruginosa P. syringae pv. aesculi

The Problem  Conjugation of pMP into P. aeruginosa has failed.  In other Pseudomonads the pMP is transferred successfully at high numbers.  Several reasons why this might be including host range, or genes on the pMP that may illicit P. aeruginosa resistance

 The pMP is sequenced and the annotations are mostly ‘hypothetical protein’  Various methods for predicating bacterial origins of replication for chromosomes  I wanted to see if similar methods would work on this plasmid  GC skew  Repetitive Motifs Searching for the Origin

 Previously shown that a dramatic shift in GC content is associated with the chromosome origin and terminus (Lobry 1996). GC Skew E. coli

 I Used seqinR and an R script to calculate GC across the pMP GC Skew myseq <- read.fasta(file = "Desktop/pMP.fasta", as.string = FALSE, forceDNAtolower = TRUE, set.attributes = FALSE, seqonly = TRUE, strip.desc = TRUE)

 I Used seqinR and an R script to calculate GC across the pMP GC Skew myseq <- read.fasta(file = "Desktop/pMP.fasta", as.string = FALSE, forceDNAtolower = TRUE, set.attributes = FALSE, seqonly = TRUE, strip.desc = TRUE) Origin of Replication

 oriFinder  DnaA boxes vary in size  E.coli’s is (TTATCCACA)  Programs like this require that you know your motif  Built a custom python script from scratch Repetitive Motifs

 Input: fasta file  Output to Terminal:  Sequence selection  Min count  # of Motifs found  Top 10 common Motifs found  Output to file:  Dictionary of Dictionaries containing motif, count, and sequence position Repetitive Motifs

 Blast unknown protein sequence in this region involved in replication  Engineer smaller plasmids containing min. tools for replication using restriction enzymes  Attempt to conjugate new minimalist plasmids into P. aeruginosa Current/Future Goals

print “Thank you & Questions?”