Math 8803/4803, Spring 2008: Discrete Mathematical Biology

Size: px
Start display at page:

Download "Math 8803/4803, Spring 2008: Discrete Mathematical Biology"

Transcription

1 Math 883/483, Spring 28: Discrete Mathematical Biology Prof. Christine Heitsch School of Mathematics Georgia Institute of Technology Lecture 5 January 5, 28

2 Nucleic acid hybridization DNA is an oriented (5 to 3 ) biochemical chain consisting of four nucleotides: a (adenine), c (cytosine), g (guanine), and t (thymine). DNA base pairing (hybridization) occurs in an antiparallel (5 to 3 with 3 to 5 ) and complementary (g with c and a with t) fashion. C. E. Heitsch, GA Tech

3 Approximating thermodynamic interactions Dissimilar melting temperatures bias physical behavior in vitro. Different estimation methods, related to oligonucleotide length: Very short ( 5 bases or fewer): gc content or the 2-4 rule Relatively short: nearest neighbor calculation of free energy and enthalpy based on experimental parameters. Longer (not less than 5 bases): Wetmur s equation for the stability of hybridized DNA Remember that these values are only approximations! C. E. Heitsch, GA Tech 2

4 DNA microarrays Short segments of DNA (codewords) are immbobilized on a surface. Other (possibly complementary) segements are introduced in solution. If hybridization occurs, it can be experimentally detected (by fluorescence). F 5 tacggcat 3 3 atgc cgta 5 C. E. Heitsch, GA Tech 3

5 A fundamental problem Hybridization occurs between nonexact complements! F F 5 tacggcat 3 3 atgc cgta 5 5 atcggcta 3 3 atgc cgta 5 How to design sets of DNA codewords W i which hybridize only with their correct complements C i? C. E. Heitsch, GA Tech 4

6 Biomedical motivations Gene expression analysis on DNA surface arrays SNP detection by rolling circle amplification (RCA) C. E. Heitsch, GA Tech 5

7 Biotechnological applications Rational synthesis of periodic matter Self-assembly of a biochip computer? DNA double crossover (DX) array and truncated octahedron from the laboratory of Prof. Ned Seeman, NYU. C. E. Heitsch, GA Tech 6

8 Designing DNA codewords Problem: Minimize all possible mishybridizations for {W i }, {C i }. Also satisfy biochemical constraints on melting temperature and free energy. F F Complements W i and C j for i j Reverse-complements W i and W j (or C i and C j ) for i j Inverted repeats W i with itself Previously approaches were either top-down or bottom-up. C. E. Heitsch, GA Tech 7

9 Top-down: Hamming distance and coding theory Suppose A = {, } and x, y A k. Let x = x x 2... x k and y = y y 2... y k for x i, y i A. Definition. Define the Hamming distance of x and y as d(x, y) = {i : i n, x i y i } Example. Let x =, y =. Then d(x, y) = 4. Hamming distance has been used as the basis for coding theoretic approaches (such as [4, 5]) to the DNA word design problem but with only limited success. C. E. Heitsch, GA Tech 8

10 Bottom-up: massive computation Courtesy of Michael Shortreed, Laboratory of Prof. Lloyd Smith, UW Madison. C. E. Heitsch, GA Tech 9

11 A mixed solution strategy Top-down: Consider the set of (4!) distinct De Bruijn sequences with n = 4 and k = 3 having length 4 3. F F (, ) (, ) (,) (, ) Bottom-up: Select B(4, 3) (uniformly at random) which minimize other mishybrizations and satisfy required biochemical constraints. C. E. Heitsch, GA Tech

12 Problematic repetitions Complement mishybridization W i and C j for i j F F 5 tacggcat 3 3 atgc cgta 5 5 atcggcta 3 3 atgc cgta 5 Control complements by preventing repeated substrings. C. E. Heitsch, GA Tech

13 De Bruijn sequences Definition. A circular n-ary De Bruijn sequence of order k, B(n, k), contains every n-ary string of length k exactly once. Binary strings of length 3:,,,,,,,. The two distinct B(2, 3): and There are (n!) nk n k different B(n, k) with length n k. C. E. Heitsch, GA Tech 2

14 De Bruijn graph B(n, k) is an Euler circuit in G(n, k) = (V, E). (, ) V = {,,..., n } k v i = v i v i2... v ik E = {(v i, v j ) v i v jk = v i v j } (, B (2, 3) = and B 2 (2, 3) = ) (,) (, ) C. E. Heitsch, GA Tech 3

15 BEST theorem Theorem. Let G be a directed graph on n vertices having an Euler circuit. Let A i be the number of spanning arborescences rooted at vertex v i and denote by r j the number of out-going edges for vertex v j. Then the number of distinct Eulerian circuits in G is A i n j= (r j )!. Definition. An arborescence is a rooted directed tree with all the edges pointing in the direction of the root. Definition. A spanning tree of a connected graph G is a subgraph which contains all the vertices and is a tree. C. E. Heitsch, GA Tech 4

16 Illustrative example, part I Vertices v, v, v 2, v 3 where vertex v i is labeled with integer i in binary. An Euler circuit: v 3 v 2 v v v v 2 v v 3 v 3 (, A spanning arborescence rooted at v 3 : E = {(v, v ), (v 2, v ), (v, v 3 )} ) (,) (, ) (, ) C. E. Heitsch, GA Tech 5

17 Tutte matrix tree theorem Theorem. Let G be a directed graph with vertices x,..., x n. Define the matrix M, or M(G), as follows: M = (m ij ) where m ii is the number of edges pointing away from x i, not counting loops, and for i j, m ij is the negative of the number of edges directed from x i to x j. Then number of A l, or A l (G), of spanning arborescences of G with x l as root is the minor of position (l, l) in M, i.e. the determinant of the n n principal submatrix of the matrix M obtained by dropping row l and column l. C. E. Heitsch, GA Tech 6

18 Illustrative example, part II M = A 3 (G) = = 2 (, ) (,) (, ) (, ) m A i (r j )! = 2 j= (2 )! = 2 = 2! 23 /2 3 = n! nk n k 2 2 j= C. E. Heitsch, GA Tech 7

19 Combinatorial explosion The number of B(n, k): , , 38, , , 8, C. E. Heitsch, GA Tech 8

20 Random walks on the De Bruijn graph (, ) (, ) (,) (, ) C. E. Heitsch, GA Tech 9

21 Random walks on the De Bruijn graph (, ) (, ) (, ) (,) C. E. Heitsch, GA Tech 9

22 Uniformly random De Bruijn sequences Total of (4!) distinct B(4, 3) with length 4 3. Randomized Algorithm. For vertex v i, i =,..., 5, chose a random permutation p i of {,, 2, 3}. Beginning at v, build a sequence by walking around G(4, 3) according to p i. Stop when a permutation is exhausted. Accept if sequence has length 64. The sequence is De Bruijn with probability /64; about 64 trials on average will generate a B(4, 3). C. E. Heitsch, GA Tech 2

23 Surface plasmon resonance (SPR) imaging Apparatus Technique C. E. Heitsch, GA Tech 2

24 Verification of complementary hybridization W = ctaacaatacgcgatg W 3 = gtgtatccgacatgtg W 2 = agtgtcacgttggaag C 2 = cttccaacgtgacact W W 2 W 3 Proof of principle experimental results support using random De Bruijn sequences to design DNA codewords. C. E. Heitsch, GA Tech 22

25 Acknowledgments Ming Li for his SPR Imaging results and DNA9 PowerPoint slides. Prof. Robert M. Corn, UC Irvine Chemistry Department. Full Genome on a Chip, Laboratory of Dr. Patrick O. Brown, Stanford University. HYBRIDIZATION NOTES - Melting and Annealing Temperature frank/hybnotes.html C. E. Heitsch, GA Tech 23

26 References [] K. J. Breslauer, R. Frank, H. Blöcker, and L. A. Marky. Predicting DNA duplex stability from the base sequence. Proc Natl Acad Sci U S A, 83(): , June 986. [2] N. G. de Bruijn. A combinatorial problem. Nederl. Akad. Wetensch., Proc., 49: = Indagationes Math. 8, (946), 946. [3] S. M. Freier, R. Kierzek, J. A. Jaeger, N. Sugimoto, M. H. Caruthers, T. Neilson, and D. H. Turner. Improved free-energy parameters for predictions of RNA duplex stability. Proc Natl Acad Sci U S A, 83(24): , December 986. [4] A. G. Frutos, Q. Liu, A. J. Thiel, A. M. W. Sanner, A. E. Condon, L. M. Smith, and R. M. Corn. Demonstartion of a word design strategy for DNA computing on sur faces. Nucleic Acids Res., 25(23): , 997. [5] M. Li, H. J. Lee, A. E. Condon, and R. M. Corn. DNA word design strategy for creating sets of non-interacting sets of oligonucleotides for DNA microarrays. Langmuir, 8(3):85 82, 22. [6] J. G. Propp and D. B. Wilson. How to get a perfectly random sample from a generic Markov chain and generate a random spanning tree of a directed graph. J. Algorithms, 27(2):7 27, th Annual ACM-SIAM Symposium on Discrete Algorithms (Atlanta, GA, 996). [7] W. Tutte and C. A. B. Smith. On unicursal paths in a network of degree 4. Amer. Math. Monthly, 48(i4): , April 94. C. E. Heitsch, GA Tech 24

27 [8] W. T. Tutte. Graph theory, volume 2 of Encyclopedia of Mathematics and its Applications. Cambridge University Press, Cambridge, 2. With a foreword by Crispin St. J. A. Nash-Williams, Reprint of the 984 original. [9] T. van Aardenne-Ehrenfest and N. G. de Bruijn. Circuits and trees in oriented linear graphs. Simon Stevin, 28:23 27, 95. [] J. H. van Lint. Combinatorial Theory Seminar, Eindhoven University of Technology. Springer-Verlag, Berlin, 974. Lint, K. A. Post, C. P. J. Schnabel, J. J. Seidel, H. C. H. Timmermans, J. A. P. M. van de Wiel and Mathematics, Vol [] J. H. van Lint and R. M. Wilson. A course in combinatorics. Cambridge University Press, Cambridge, second edition, 2. [2] R. B. Wallace, J. Shaffer, R. F. Murphy, J. Bonner, T. Hirose, and K. Itakura. Hybridization of synthetic oligodeoxyribonucleotides to phi chi 7 4 DNA: the effect of single base pair mismatch. Nucl. Acids Res, 6(): , Aug 979. [3] J. G. Wetmur. DNA probes: applications of the principles of nucleic acid hybri dization. Crit Rev Biochem Mol Biol, 26(3-4):227 59, 99. C. E. Heitsch, GA Tech 25

Math 8803/4803, Spring 2008: Discrete Mathematical Biology

Math 8803/4803, Spring 2008: Discrete Mathematical Biology Math 883/483, Spring 28: Discrete Mathematical Biology Prof. Christine Heitsch School of Mathematics Georgia Institute of Technology Lecture 6 January 8, 28 Designing DNA codewords Problem:Minimize all

More information

ALTERNATING KNOT DIAGRAMS, EULER CIRCUITS AND THE INTERLACE POLYNOMIAL

ALTERNATING KNOT DIAGRAMS, EULER CIRCUITS AND THE INTERLACE POLYNOMIAL ALTERNATING KNOT DIAGRAMS, EULER CIRCUITS AND THE INTERLACE POLYNOMIAL P. N. BALISTER, B. BOLLOBÁS, O. M. RIORDAN AND A. D. SCOTT Abstract. We show that two classical theorems in graph theory and a simple

More information

Randomized Fast Design of Short DNA Words

Randomized Fast Design of Short DNA Words Randomized Fast Design of Short DNA Words Ming-Yang Kao, Manan Sanghi, and Robert Schweller Department of Computer Science Northwestern University Evanston, IL 60201, USA {kao,manan,schwellerr}@cs.northwestern.edu

More information

Introduction to Polymer Physics

Introduction to Polymer Physics Introduction to Polymer Physics Enrico Carlon, KU Leuven, Belgium February-May, 2016 Enrico Carlon, KU Leuven, Belgium Introduction to Polymer Physics February-May, 2016 1 / 28 Polymers in Chemistry and

More information

Counting domino trains

Counting domino trains Boletín de la Asociación Matemática Venezolana, Vol. XVIII, No. 2 (2011) 137 Counting domino trains Antonio M. Oller-Marcén. Abstract. In this paper we present a way to count the number of trains that

More information

University of Chicago Autumn 2003 CS Markov Chain Monte Carlo Methods

University of Chicago Autumn 2003 CS Markov Chain Monte Carlo Methods University of Chicago Autumn 2003 CS37101-1 Markov Chain Monte Carlo Methods Lecture 4: October 21, 2003 Bounding the mixing time via coupling Eric Vigoda 4.1 Introduction In this lecture we ll use the

More information

Improved thermodynamic parameters and helix initiation factor to predict stability of DNA duplexes

Improved thermodynamic parameters and helix initiation factor to predict stability of DNA duplexes 1996 Oxford University Press Nucleic Acids Research, 1996, Vol. 24, No. 22 4501 4505 Improved thermodynamic parameters and helix initiation factor to predict stability of DNA duplexes Naoki Sugimoto*,

More information

Videos. Bozeman, transcription and translation: https://youtu.be/h3b9arupxzg Crashcourse: Transcription and Translation - https://youtu.

Videos. Bozeman, transcription and translation: https://youtu.be/h3b9arupxzg Crashcourse: Transcription and Translation - https://youtu. Translation Translation Videos Bozeman, transcription and translation: https://youtu.be/h3b9arupxzg Crashcourse: Transcription and Translation - https://youtu.be/itsb2sqr-r0 Translation Translation The

More information

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME MATHEMATICAL MODELING AND THE HUMAN GENOME Hilary S. Booth Australian National University, Australia Keywords: Human genome, DNA, bioinformatics, sequence analysis, evolution. Contents 1. Introduction:

More information

De Bruijn Sequences Revisited

De Bruijn Sequences Revisited De Bruijn Sequences Revisited Lila Kari Zhi Xu The University of Western Ontario, London, Ontario, Canada N6A 5B7 lila@csd.uwo.ca zxu@google.com Abstract A (non-circular) de Bruijn sequence w of order

More information

September 6, Abstract

September 6, Abstract A simple shift rule for -ary de Bruijn sequences Joe Sawada Aaron Williams Dennis Wong September 6, 2016 Abstract A -ary de Bruijn sequence of order n is a cyclic sequence of length n in which each -ary

More information

New successor rules for constructing de Bruijn sequences

New successor rules for constructing de Bruijn sequences New successor rules for constructing de Bruijn sequences Dennis Wong Northwest Missouri State University Daniel Gabric and Joe Sawada University of Guelph, CAN Aaron Williams Simon s Rock, USA Southeastern

More information

Computational Biology: Basics & Interesting Problems

Computational Biology: Basics & Interesting Problems Computational Biology: Basics & Interesting Problems Summary Sources of information Biological concepts: structure & terminology Sequencing Gene finding Protein structure prediction Sources of information

More information

Cluster Analysis of Gene Expression Microarray Data. BIOL 495S/ CS 490B/ MATH 490B/ STAT 490B Introduction to Bioinformatics April 8, 2002

Cluster Analysis of Gene Expression Microarray Data. BIOL 495S/ CS 490B/ MATH 490B/ STAT 490B Introduction to Bioinformatics April 8, 2002 Cluster Analysis of Gene Expression Microarray Data BIOL 495S/ CS 490B/ MATH 490B/ STAT 490B Introduction to Bioinformatics April 8, 2002 1 Data representations Data are relative measurements log 2 ( red

More information

Neighborly families of boxes and bipartite coverings

Neighborly families of boxes and bipartite coverings Neighborly families of boxes and bipartite coverings Noga Alon Dedicated to Professor Paul Erdős on the occasion of his 80 th birthday Abstract A bipartite covering of order k of the complete graph K n

More information

Math 8803/4803, Spring 2008: Discrete Mathematical Biology

Math 8803/4803, Spring 2008: Discrete Mathematical Biology Math 8803/4803, Spring 2008: Discrete Mathematical Biology Prof. hristine Heitsch School of Mathematics eorgia Institute of Technology Lecture 12 February 4, 2008 Levels of RN structure Selective base

More information

Computational Approaches for determination of Most Probable RNA Secondary Structure Using Different Thermodynamics Parameters

Computational Approaches for determination of Most Probable RNA Secondary Structure Using Different Thermodynamics Parameters Computational Approaches for determination of Most Probable RNA Secondary Structure Using Different Thermodynamics Parameters 1 Binod Kumar, Assistant Professor, Computer Sc. Dept, ISTAR, Vallabh Vidyanagar,

More information

ACTA PHYSICA DEBRECINA XLVI, 47 (2012) MODELLING GENE REGULATION WITH BOOLEAN NETWORKS. Abstract

ACTA PHYSICA DEBRECINA XLVI, 47 (2012) MODELLING GENE REGULATION WITH BOOLEAN NETWORKS. Abstract ACTA PHYSICA DEBRECINA XLVI, 47 (2012) MODELLING GENE REGULATION WITH BOOLEAN NETWORKS E. Fenyvesi 1, G. Palla 2 1 University of Debrecen, Department of Experimental Physics, 4032 Debrecen, Egyetem 1,

More information

Lifted Polynomials Over F 16 and Their Applications to DNA Codes

Lifted Polynomials Over F 16 and Their Applications to DNA Codes Filomat 27:3 (2013), 459 466 DOI 10.2298/FIL1303459O Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Lifted Polynomials Over F

More information

On minors of the compound matrix of a Laplacian

On minors of the compound matrix of a Laplacian On minors of the compound matrix of a Laplacian R. B. Bapat 1 Indian Statistical Institute New Delhi, 110016, India e-mail: rbb@isid.ac.in August 28, 2013 Abstract: Let L be an n n matrix with zero row

More information

Effects of Gap Open and Gap Extension Penalties

Effects of Gap Open and Gap Extension Penalties Brigham Young University BYU ScholarsArchive All Faculty Publications 200-10-01 Effects of Gap Open and Gap Extension Penalties Hyrum Carroll hyrumcarroll@gmail.com Mark J. Clement clement@cs.byu.edu See

More information

SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS

SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS Arash Asadi Luke Postle 1 Robin Thomas 2 School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332-0160, USA ABSTRACT

More information

Lesson 11. Functional Genomics I: Microarray Analysis

Lesson 11. Functional Genomics I: Microarray Analysis Lesson 11 Functional Genomics I: Microarray Analysis Transcription of DNA and translation of RNA vary with biological conditions 3 kinds of microarray platforms Spotted Array - 2 color - Pat Brown (Stanford)

More information

Improved degree conditions for 2-factors with k cycles in hamiltonian graphs

Improved degree conditions for 2-factors with k cycles in hamiltonian graphs Improved degree conditions for -factors with k cycles in hamiltonian graphs Louis DeBiasio 1,4, Michael Ferrara,, Timothy Morris, December 4, 01 Abstract In this paper, we consider conditions that ensure

More information

Combinatorial approaches to RNA folding Part I: Basics

Combinatorial approaches to RNA folding Part I: Basics Combinatorial approaches to RNA folding Part I: Basics Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4500, Spring 2015 M. Macauley (Clemson)

More information

Cycle Double Covers and Semi-Kotzig Frame

Cycle Double Covers and Semi-Kotzig Frame Cycle Double Covers and Semi-Kotzig Frame Dong Ye and Cun-Quan Zhang arxiv:1105.5190v1 [math.co] 26 May 2011 Department of Mathematics, West Virginia University, Morgantown, WV 26506-6310 Emails: dye@math.wvu.edu;

More information

Resistance distance in wheels and fans

Resistance distance in wheels and fans Resistance distance in wheels and fans R B Bapat Somit Gupta February 4, 009 Abstract: The wheel graph is the join of a single vertex and a cycle, while the fan graph is the join of a single vertex and

More information

The Interlace Polynomial of Graphs at 1

The Interlace Polynomial of Graphs at 1 The Interlace Polynomial of Graphs at 1 PN Balister B Bollobás J Cutler L Pebody July 3, 2002 Department of Mathematical Sciences, University of Memphis, Memphis, TN 38152 USA Abstract In this paper we

More information

Counting bases of representable matroids

Counting bases of representable matroids Counting bases of representable matroids Michael Snook School of Mathematics, Statistics and Operations Research Victoria University of Wellington Wellington, New Zealand michael.snook@msor.vuw.ac.nz Submitted:

More information

Enumeration and symmetry of edit metric spaces. Jessie Katherine Campbell. A dissertation submitted to the graduate faculty

Enumeration and symmetry of edit metric spaces. Jessie Katherine Campbell. A dissertation submitted to the graduate faculty Enumeration and symmetry of edit metric spaces by Jessie Katherine Campbell A dissertation submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY

More information

Consecutive ones Block for Symmetric Matrices

Consecutive ones Block for Symmetric Matrices Consecutive ones Block for Symmetric Matrices Rui Wang, FrancisCM Lau Department of Computer Science and Information Systems The University of Hong Kong, Hong Kong, PR China Abstract We show that a cubic

More information

Combinatorial Algorithms and Computational Complexity for DNA Self-Assembly

Combinatorial Algorithms and Computational Complexity for DNA Self-Assembly Combinatorial Algorithms and Computational Complexity for DNA Self-Assembly Ming-Yang Kao Northwestern University Evanston, Illinois USA Presented at Kyoto University on December 12, 2013 Outline of the

More information

Combinatorial Batch Codes and Transversal Matroids

Combinatorial Batch Codes and Transversal Matroids Combinatorial Batch Codes and Transversal Matroids Richard A. Brualdi, Kathleen P. Kiernan, Seth A. Meyer, Michael W. Schroeder Department of Mathematics University of Wisconsin Madison, WI 53706 {brualdi,kiernan,smeyer,schroede}@math.wisc.edu

More information

The number of Euler tours of random directed graphs

The number of Euler tours of random directed graphs The number of Euler tours of random directed graphs Páidí Creed School of Mathematical Sciences Queen Mary, University of London United Kingdom P.Creed@qmul.ac.uk Mary Cryan School of Informatics University

More information

Research Prospectus. Murong Xu Department of Mathematics, West Virginia University, Morgantown, WV 26506

Research Prospectus. Murong Xu Department of Mathematics, West Virginia University, Morgantown, WV 26506 Research Prospectus Murong Xu Department of Mathematics, West Virginia University, Morgantown, WV 26506 1 The Problems Motivating The Research This research project is motivated by coloring problems in

More information

Strongly 2-connected orientations of graphs

Strongly 2-connected orientations of graphs Downloaded from orbit.dtu.dk on: Jul 04, 2018 Strongly 2-connected orientations of graphs Thomassen, Carsten Published in: Journal of Combinatorial Theory. Series B Link to article, DOI: 10.1016/j.jctb.2014.07.004

More information

Hanoi Graphs and Some Classical Numbers

Hanoi Graphs and Some Classical Numbers Hanoi Graphs and Some Classical Numbers Sandi Klavžar Uroš Milutinović Ciril Petr Abstract The Hanoi graphs Hp n model the p-pegs n-discs Tower of Hanoi problem(s). It was previously known that Stirling

More information

Chapters 12&13 Notes: DNA, RNA & Protein Synthesis

Chapters 12&13 Notes: DNA, RNA & Protein Synthesis Chapters 12&13 Notes: DNA, RNA & Protein Synthesis Name Period Words to Know: nucleotides, DNA, complementary base pairing, replication, genes, proteins, mrna, rrna, trna, transcription, translation, codon,

More information

The Matrix-Tree Theorem

The Matrix-Tree Theorem The Matrix-Tree Theorem Christopher Eur March 22, 2015 Abstract: We give a brief introduction to graph theory in light of linear algebra. Our results culminates in the proof of Matrix-Tree Theorem. 1 Preliminaries

More information

The Hamming Codes and Delsarte s Linear Programming Bound

The Hamming Codes and Delsarte s Linear Programming Bound The Hamming Codes and Delsarte s Linear Programming Bound by Sky McKinley Under the Astute Tutelage of Professor John S. Caughman, IV A thesis submitted in partial fulfillment of the requirements for the

More information

Algorithms in Computational Biology (236522) spring 2008 Lecture #1

Algorithms in Computational Biology (236522) spring 2008 Lecture #1 Algorithms in Computational Biology (236522) spring 2008 Lecture #1 Lecturer: Shlomo Moran, Taub 639, tel 4363 Office hours: 15:30-16:30/by appointment TA: Ilan Gronau, Taub 700, tel 4894 Office hours:??

More information

This article was published in an Elsevier journal. The attached copy is furnished to the author for non-commercial research and education use, including for instruction at the author s institution, sharing

More information

arxiv: v1 [math.co] 27 Aug 2015

arxiv: v1 [math.co] 27 Aug 2015 arxiv:1508.06934v1 [math.co] 27 Aug 2015 TRIANGLE-FREE UNIQUELY 3-EDGE COLORABLE CUBIC GRAPHS SARAH-MARIE BELCASTRO AND RUTH HAAS Abstract. This paper presents infinitely many new examples of triangle-free

More information

Lecture 5: January 30

Lecture 5: January 30 CS71 Randomness & Computation Spring 018 Instructor: Alistair Sinclair Lecture 5: January 30 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

HAMMING DISTANCE FROM IRREDUCIBLE POLYNOMIALS OVER F Introduction and Motivation

HAMMING DISTANCE FROM IRREDUCIBLE POLYNOMIALS OVER F Introduction and Motivation HAMMING DISTANCE FROM IRREDUCIBLE POLYNOMIALS OVER F 2 GILBERT LEE, FRANK RUSKEY, AND AARON WILLIAMS Abstract. We study the Hamming distance from polynomials to classes of polynomials that share certain

More information

A rule of seven in Watson-Crick base-pairing of mismatched sequences

A rule of seven in Watson-Crick base-pairing of mismatched sequences A rule of seven in Watson-Crick base-pairing of mismatched sequences Ibrahim I. Cisse 1,3, Hajin Kim 1,2, Taekjip Ha 1,2 1 Department of Physics and Center for the Physics of Living Cells, University of

More information

Combinatorial Optimization

Combinatorial Optimization Combinatorial Optimization Problem set 8: solutions 1. Fix constants a R and b > 1. For n N, let f(n) = n a and g(n) = b n. Prove that f(n) = o ( g(n) ). Solution. First we observe that g(n) 0 for all

More information

Rapid Dynamic Programming Algorithms for RNA Secondary Structure

Rapid Dynamic Programming Algorithms for RNA Secondary Structure ADVANCES IN APPLIED MATHEMATICS 7,455-464 I f Rapid Dynamic Programming Algorithms for RNA Secondary Structure MICHAEL S. WATERMAN* Depurtments of Muthemutics und of Biologicul Sciences, Universitk of

More information

Consensus Optimizing Both Distance Sum and Radius

Consensus Optimizing Both Distance Sum and Radius Consensus Optimizing Both Distance Sum and Radius Amihood Amir 1, Gad M. Landau 2, Joong Chae Na 3, Heejin Park 4, Kunsoo Park 5, and Jeong Seop Sim 6 1 Bar-Ilan University, 52900 Ramat-Gan, Israel 2 University

More information

arxiv: v1 [math.co] 11 Jul 2016

arxiv: v1 [math.co] 11 Jul 2016 Characterization and recognition of proper tagged probe interval graphs Sourav Chakraborty, Shamik Ghosh, Sanchita Paul and Malay Sen arxiv:1607.02922v1 [math.co] 11 Jul 2016 October 29, 2018 Abstract

More information

An Introduction to Algebraic Graph Theory

An Introduction to Algebraic Graph Theory An Introduction to Algebraic Graph Theory Rob Beezer beezer@ups.edu Department of Mathematics and Computer Science University of Puget Sound Mathematics Department Seminar Pacific University October 9,

More information

On non-antipodal binary completely regular codes

On non-antipodal binary completely regular codes On non-antipodal binary completely regular codes J. Borges, J. Rifà Department of Information and Communications Engineering, Universitat Autònoma de Barcelona, 08193-Bellaterra, Spain. V.A. Zinoviev Institute

More information

FRACTIONAL PACKING OF T-JOINS. 1. Introduction

FRACTIONAL PACKING OF T-JOINS. 1. Introduction FRACTIONAL PACKING OF T-JOINS FRANCISCO BARAHONA Abstract Given a graph with nonnegative capacities on its edges, it is well known that the capacity of a minimum T -cut is equal to the value of a maximum

More information

The Golay code. Robert A. Wilson. 01/12/08, QMUL, Pure Mathematics Seminar

The Golay code. Robert A. Wilson. 01/12/08, QMUL, Pure Mathematics Seminar The Golay code Robert A. Wilson 01/12/08, QMUL, Pure Mathematics Seminar 1 Introduction This is the third talk in a projected series of five. It is more-or-less independent of the first two talks in the

More information

COMPUTATIONAL PROCESSES IN LIVING CELLS

COMPUTATIONAL PROCESSES IN LIVING CELLS COMPUTATIONAL PROCESSES IN LIVING CELLS Lecture 9: Equivalence between the three Pointer Reduction Systems: MDS descriptor, String, and Graph April 15, 2010 Gene assembly in ciliates: the LD operation

More information

Alternative Combinatorial Gray Codes

Alternative Combinatorial Gray Codes Alternative Combinatorial Gray Codes Cormier-Iijima, Samuel sciyoshi@gmail.com December 17, 2010 Abstract Gray codes have numerous applications in a variety of fields, including error correction, encryption,

More information

Human Biology. The Chemistry of Living Things. Concepts and Current Issues. All Matter Consists of Elements Made of Atoms

Human Biology. The Chemistry of Living Things. Concepts and Current Issues. All Matter Consists of Elements Made of Atoms 2 The Chemistry of Living Things PowerPoint Lecture Slide Presentation Robert J. Sullivan, Marist College Michael D. Johnson Human Biology Concepts and Current Issues THIRD EDITION Copyright 2006 Pearson

More information

Polya theory (With a radar application motivation)

Polya theory (With a radar application motivation) Polya theory (With a radar application motivation) Daniel Zwillinger, PhD 5 April 200 Sudbury --623 telephone 4 660 Daniel I Zwillinger@raytheon.com http://www.az-tec.com/zwillinger/talks/2000405/ http://nesystemsengineering.rsc.ray.com/training/memo.polya.pdf

More information

Palindromes in SARS and other Coronaviruses

Palindromes in SARS and other Coronaviruses Palindromes in SARS and other Coronaviruses Ming-Ying Leung Department of Mathematical Sciences University of Texas at El Paso El Paso, TX 79968-0514 Outline: Coronavirus genomes Palindromes Mean and Variance

More information

(a) How many pairs (A, B) are there with A, B [n] and A B? (The inclusion is required to be strict.)

(a) How many pairs (A, B) are there with A, B [n] and A B? (The inclusion is required to be strict.) 1 Enumeration 11 Basic counting principles 1 June 2008, Question 1: (a) How many pairs (A, B) are there with A, B [n] and A B? (The inclusion is required to be strict) n/2 ( ) n (b) Find a closed form

More information

On Minimal Words With Given Subword Complexity

On Minimal Words With Given Subword Complexity On Minimal Words With Given Subword Complexity Ming-wei Wang Department of Computer Science University of Waterloo Waterloo, Ontario N2L 3G CANADA m2wang@neumann.uwaterloo.ca Jeffrey Shallit Department

More information

The Kolakoski Sequence and Some Fast Algorithms, Part 2

The Kolakoski Sequence and Some Fast Algorithms, Part 2 The Kolakoski Sequence and Some Fast Algorithms, Part 2 Richard P. Brent Australian National University and University of Newcastle 1 October 2017 Joint work with Judy-anne Osborn Copyright c 2017, R.

More information

Computational processes

Computational processes Spring 2010 Computational processes in living cells Lecture 6: Gene assembly as a pointer reduction in MDS descriptors Vladimir Rogojin Department of IT, Abo Akademi http://www.abo.fi/~ipetre/compproc/

More information

conditions. PAGE, either soaked or electro-eluted from the gel using an

conditions. PAGE, either soaked or electro-eluted from the gel using an Proc. Natl. Acad. Sci. USA Vol. 93, pp. 4320-4325, April 1996 Biochemistry Prediction of the stability of DNA triplexes (van't Hoff enthalpy/free energy/cytosine repulsion/nearest neighbor) RICHARD W.

More information

Implementing Approximate Regularities

Implementing Approximate Regularities Implementing Approximate Regularities Manolis Christodoulakis Costas S. Iliopoulos Department of Computer Science King s College London Kunsoo Park School of Computer Science and Engineering, Seoul National

More information

Repeat resolution. This exposition is based on the following sources, which are all recommended reading:

Repeat resolution. This exposition is based on the following sources, which are all recommended reading: Repeat resolution This exposition is based on the following sources, which are all recommended reading: 1. Separation of nearly identical repeats in shotgun assemblies using defined nucleotide positions,

More information

The Moran Process as a Markov Chain on Leaf-labeled Trees

The Moran Process as a Markov Chain on Leaf-labeled Trees The Moran Process as a Markov Chain on Leaf-labeled Trees David J. Aldous University of California Department of Statistics 367 Evans Hall # 3860 Berkeley CA 94720-3860 aldous@stat.berkeley.edu http://www.stat.berkeley.edu/users/aldous

More information

k-protected VERTICES IN BINARY SEARCH TREES

k-protected VERTICES IN BINARY SEARCH TREES k-protected VERTICES IN BINARY SEARCH TREES MIKLÓS BÓNA Abstract. We show that for every k, the probability that a randomly selected vertex of a random binary search tree on n nodes is at distance k from

More information

An Application of Catalan Numbers on Cayley Tree of Order 2: Single Polygon Counting

An Application of Catalan Numbers on Cayley Tree of Order 2: Single Polygon Counting BULLETIN of the Malaysian Mathematical Sciences Society http://math.usm.my/bulletin Bull. Malays. Math. Sci. Soc. (2) 31(2) (2008), 175 183 An Application of Catalan Numbers on Cayley Tree of Order 2:

More information

ON COUNTING SEQUENCES AND SOME RESEARCH QUESTIONS. I Nengah Suparta

ON COUNTING SEQUENCES AND SOME RESEARCH QUESTIONS. I Nengah Suparta Proceeding of International Conference On Research, Implementation And Education Of Mathematics And Sciences 2014, Yogyakarta State University, 18-20 May 2014 1. Introduction ON COUNTING SEQUENCES AND

More information

Lecture 17: D-Stable Polynomials and Lee-Yang Theorems

Lecture 17: D-Stable Polynomials and Lee-Yang Theorems Counting and Sampling Fall 2017 Lecture 17: D-Stable Polynomials and Lee-Yang Theorems Lecturer: Shayan Oveis Gharan November 29th Disclaimer: These notes have not been subjected to the usual scrutiny

More information

Antipodal Labelings for Cycles

Antipodal Labelings for Cycles Antipodal Labelings for Cycles Justie Su-Tzu Juan and Daphne Der-Fen Liu Submitted: December 2006; revised: August 2007 Abstract Let G be a graph with diameter d. An antipodal labeling of G is a function

More information

CUTOFF FOR THE STAR TRANSPOSITION RANDOM WALK

CUTOFF FOR THE STAR TRANSPOSITION RANDOM WALK CUTOFF FOR THE STAR TRANSPOSITION RANDOM WALK JONATHAN NOVAK AND ARIEL SCHVARTZMAN Abstract. In this note, we give a complete proof of the cutoff phenomenon for the star transposition random walk on the

More information

Binary Puzzles as an Erasure Decoding Problem

Binary Puzzles as an Erasure Decoding Problem Binary Puzzles as an Erasure Decoding Problem Putranto Hadi Utomo Ruud Pellikaan Eindhoven University of Technology Dept. of Math. and Computer Science PO Box 513. 5600 MB Eindhoven p.h.utomo@tue.nl g.r.pellikaan@tue.nl

More information

Lesson Overview. Ribosomes and Protein Synthesis 13.2

Lesson Overview. Ribosomes and Protein Synthesis 13.2 13.2 The Genetic Code The first step in decoding genetic messages is to transcribe a nucleotide base sequence from DNA to mrna. This transcribed information contains a code for making proteins. The Genetic

More information

Supereulerian planar graphs

Supereulerian planar graphs Supereulerian planar graphs Hong-Jian Lai and Mingquan Zhan Department of Mathematics West Virginia University, Morgantown, WV 26506, USA Deying Li and Jingzhong Mao Department of Mathematics Central China

More information

Lecture Notes: Markov chains

Lecture Notes: Markov chains Computational Genomics and Molecular Biology, Fall 5 Lecture Notes: Markov chains Dannie Durand At the beginning of the semester, we introduced two simple scoring functions for pairwise alignments: a similarity

More information

Integer and Vector Multiplication by Using DNA

Integer and Vector Multiplication by Using DNA Int. J. Open Problems Compt. Math., Vol. 1, No. 2, September 2008 Integer and Vector Multiplication by Using DNA Essam Al-Daoud 1, Belal Zaqaibeh 2, and Feras Al-Hanandeh 3 1 Computer Science Department,

More information

On the complexity of unsigned translocation distance

On the complexity of unsigned translocation distance Theoretical Computer Science 352 (2006) 322 328 Note On the complexity of unsigned translocation distance Daming Zhu a, Lusheng Wang b, a School of Computer Science and Technology, Shandong University,

More information

DNA/RNA Structure Prediction

DNA/RNA Structure Prediction C E N T R E F O R I N T E G R A T I V E B I O I N F O R M A T I C S V U Master Course DNA/Protein Structurefunction Analysis and Prediction Lecture 12 DNA/RNA Structure Prediction Epigenectics Epigenomics:

More information

Course : Algebraic Combinatorics

Course : Algebraic Combinatorics Course 18.312: Algebraic Combinatorics Lecture Notes #29-31 Addendum by Gregg Musiker April 24th - 29th, 2009 The following material can be found in several sources including Sections 14.9 14.13 of Algebraic

More information

The Complexity of Computing the Sign of the Tutte Polynomial

The Complexity of Computing the Sign of the Tutte Polynomial The Complexity of Computing the Sign of the Tutte Polynomial Leslie Ann Goldberg (based on joint work with Mark Jerrum) Oxford Algorithms Workshop, October 2012 The Tutte polynomial of a graph G = (V,

More information

RESISTANCE DISTANCE IN WHEELS AND FANS

RESISTANCE DISTANCE IN WHEELS AND FANS Indian J Pure Appl Math, 41(1): 1-13, February 010 c Indian National Science Academy RESISTANCE DISTANCE IN WHEELS AND FANS R B Bapat 1 and Somit Gupta Indian Statistical Institute, New Delhi 110 016,

More information

Lesson Overview The Structure of DNA

Lesson Overview The Structure of DNA 12.2 THINK ABOUT IT The DNA molecule must somehow specify how to assemble proteins, which are needed to regulate the various functions of each cell. What kind of structure could serve this purpose without

More information

Codes from lattice and related graphs, and permutation decoding

Codes from lattice and related graphs, and permutation decoding Codes from lattice and related graphs, and permutation decoding J. D. Key School of Mathematical Sciences University of KwaZulu-Natal Pietermaritzburg 3209, South Africa B. G. Rodrigues School of Mathematical

More information

The sweet surface of a cell The outer 100 nm

The sweet surface of a cell The outer 100 nm The Sweet Science of Glyco-Nanotechnology Freshman Seminar Gen ST 197 D Nanotechnology & Molecular Engineering Daniel M. Ratner Dept. of Bioengineering University of Washington The sweet surface of a cell

More information

arxiv: v1 [math.co] 20 Sep 2012

arxiv: v1 [math.co] 20 Sep 2012 arxiv:1209.4628v1 [math.co] 20 Sep 2012 A graph minors characterization of signed graphs whose signed Colin de Verdière parameter ν is two Marina Arav, Frank J. Hall, Zhongshan Li, Hein van der Holst Department

More information

Chordal Graphs, Interval Graphs, and wqo

Chordal Graphs, Interval Graphs, and wqo Chordal Graphs, Interval Graphs, and wqo Guoli Ding DEPARTMENT OF MATHEMATICS LOUISIANA STATE UNIVERSITY BATON ROUGE, LA 70803-4918 E-mail: ding@math.lsu.edu Received July 29, 1997 Abstract: Let be the

More information

Spanning Paths in Infinite Planar Graphs

Spanning Paths in Infinite Planar Graphs Spanning Paths in Infinite Planar Graphs Nathaniel Dean AT&T, ROOM 2C-415 600 MOUNTAIN AVENUE MURRAY HILL, NEW JERSEY 07974-0636, USA Robin Thomas* Xingxing Yu SCHOOL OF MATHEMATICS GEORGIA INSTITUTE OF

More information

Conductance and Rapidly Mixing Markov Chains

Conductance and Rapidly Mixing Markov Chains Conductance and Rapidly Mixing Markov Chains Jamie King james.king@uwaterloo.ca March 26, 2003 Abstract Conductance is a measure of a Markov chain that quantifies its tendency to circulate around its states.

More information

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Frank Curtis, John Drew, Chi-Kwong Li, and Daniel Pragel September 25, 2003 Abstract We study central groupoids, central

More information

CONTRAfold: RNA Secondary Structure Prediction without Physics-Based Models

CONTRAfold: RNA Secondary Structure Prediction without Physics-Based Models Supplementary Material for CONTRAfold: RNA Secondary Structure Prediction without Physics-Based Models Chuong B Do, Daniel A Woods, and Serafim Batzoglou Stanford University, Stanford, CA 94305, USA, {chuongdo,danwoods,serafim}@csstanfordedu,

More information

Active Tile Self Assembly:

Active Tile Self Assembly: Active Tile Self Assembly: Simulating Cellular Automata at Temperature 1 Daria Karpenko Department of Mathematics and Statistics, University of South Florida Outline Introduction Overview of DNA self-assembly

More information

MULTI DE BRUIJN SEQUENCES

MULTI DE BRUIJN SEQUENCES MULTI DE BRUIJN SEQUENCES GLENN TESLER * arxiv:1708.03654v1 [math.co] 11 Aug 2017 Abstract. We generalize the notion of a de Bruijn sequence to a multi de Bruijn sequence : a cyclic or linear sequence

More information

Newton, Fermat, and Exactly Realizable Sequences

Newton, Fermat, and Exactly Realizable Sequences 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 8 (2005), Article 05.1.2 Newton, Fermat, and Exactly Realizable Sequences Bau-Sen Du Institute of Mathematics Academia Sinica Taipei 115 TAIWAN mabsdu@sinica.edu.tw

More information

Spherical Venn Diagrams with Involutory Isometries

Spherical Venn Diagrams with Involutory Isometries Spherical Venn Diagrams with Involutory Isometries Frank Ruskey Mark Weston Department of Computer Science University of Victoria PO BOX 3055, Victoria, BC Canada V8W 3P6 {ruskey,mweston}@cs.uvic.ca Submitted:

More information

Journal of Mathematical Analysis and Applications

Journal of Mathematical Analysis and Applications J. Math. Anal. Appl. 383 (011) 00 07 Contents lists available at ScienceDirect Journal of Mathematical Analysis and Applications www.elsevier.com/locate/jmaa Asymptotic enumeration of some RNA secondary

More information

An algorithm for generating all CR sequences in the de Bruijn sequences of length 2 n where n is any odd number

An algorithm for generating all CR sequences in the de Bruijn sequences of length 2 n where n is any odd number NOLTA, IEICE Paper An algorithm for generating all CR sequences in the de Bruijn sequences of length 2 n where n is any odd number Hiroshi Fujisaki 1a) 1 Graduate School of Natural Science and Technology,Kanazawa

More information

The Consecutive Ones Submatrix Problem for Sparse Matrices. Jinsong Tan 1 and Louxin Zhang 2

The Consecutive Ones Submatrix Problem for Sparse Matrices. Jinsong Tan 1 and Louxin Zhang 2 Algorithmica (2007) 48: 287 299 DOI: 10.1007/s00453-007-0118-z Algorithmica 2007 Springer Science+Business Media, Inc. The Consecutive Ones Submatrix Problem for Sparse Matrices Jinsong Tan 1 and Louxin

More information

Certifying the Global Optimality of Graph Cuts via Semidefinite Programming: A Theoretic Guarantee for Spectral Clustering

Certifying the Global Optimality of Graph Cuts via Semidefinite Programming: A Theoretic Guarantee for Spectral Clustering Certifying the Global Optimality of Graph Cuts via Semidefinite Programming: A Theoretic Guarantee for Spectral Clustering Shuyang Ling Courant Institute of Mathematical Sciences, NYU Aug 13, 2018 Joint

More information