2022/05/10 by Pramod P Nair, Nair, Pramod P
Agricultural and Biological Sciences · Biochemistry, Genetics and Molecular Biology · Health Professions · #Chromosomal and Genetic Variations #Combinatorics (math.CO) #Discrete Mathematics (cs.DM) #FOS: Computer and information sciences #FOS: Mathematics #Genome Rearrangement Algorithms #Oral and gingival health research
paper · pdf · doi:10.48550/arxiv.2205.04785
openalex publication_date 2022/05/10 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
A Genome rearrangement problem studies large-scale mutations on a set of DNAs in living organisms. Various rearrangements like reversals, transpositions, translocations, fissions, fusions, and combinations and different variations have been studied extensively by computational biologists and computer scientists over the past four decades. From a mathematical point of view, a genome is represented by a permutation. The genome rearrangement problem is interpreted as a problem that transforms one permutation into another in a minimum number of moves under certain constraints depending on the chosen rearrangements. Finding the minimum number of moves is equivalent to sorting the permutation with the given rearrangement. A transposition is an operation on a permutation that moves a sublist of a permutation to a different position in the same permutation. A Prefix Transposition, as the name suggests, is a transposition that moves a sublist which is a prefix of the permutation. In this thesis, we study prefix transpositions on permutations and present a better upper bound for sorting permutations with prefix transpositions. A greedy algorithm called the generalised sequence length algorithm is defined as an extension of the sequence length algorithm where suitable alternate moves are also considered. This algorithm is used to sequentially improve the upper bound to n-log3.3 n and n-log3 n. In the latter part of the thesis, we defined the concept of a block. We used it along with the greedy moves of the generalised sequence length algorithm to get an upper bound of n-log2 n to sort permutations by prefix transpositions.