Protein Folding and Self-Avoiding Walks Polyhedral Studies and Solutions

Protein Folding and Self-Avoiding Walks Polyhedral Studies and Solutions PDF Author: Agnes Dittel
Publisher: Logos Verlag Berlin GmbH
ISBN: 3832520236
Category :
Languages : en
Pages : 362

Get Book Here

Book Description
The protein folding problem refers to the correlation of a protein's amino acid sequence and its native three-dimensional structure which is essential for functionality. It still constitutes one of the major challenges in computational biology. One commonly studied model for the protein folding problem is the HP lattice model in which proteins are considered in a fairly abstract representation. However, the HP model proteins exhibit significant parallels to proteins occurring in nature. The solution of the HP lattice mode as a combinatorial optimization problem has been proven to be NP-complete, and there have already been developed various different approaches for efficient algorithms. We study an integer programming formulation of the problem. Starting with an analysis of this model, where we concentrate on symmetry issues, we show how the model can be consolidated by exploiting symmetry properties of the underlying lattice. The main focus lies in the development of specific components of a branch-and-cut framework for the computation of solutions for the HP model by means of integer programming methods. In order to understand the structure of the model, we perform a series of polyhedral studies from which we derive two main classes of cutting planes. Furthermore, we exploit the knowledge of folding principles which are also valid for HP model proteins for the development of related branching strategies. For the solution of a special class of instances, we present an implementation of a genetic algorithm for the generation of primal feasible start solutions. Finally, we document the performance of the methods developed for each of the four topics (model consolidation, primal method, branching strategy and cutting planes) within the branch-and-cut procedure. We present computational results for different types of lattices, where we both consider known benchmark instances from literature and random instances.

Protein Folding and Self-Avoiding Walks Polyhedral Studies and Solutions

Protein Folding and Self-Avoiding Walks Polyhedral Studies and Solutions PDF Author: Agnes Dittel
Publisher: Logos Verlag Berlin GmbH
ISBN: 3832520236
Category :
Languages : en
Pages : 362

Get Book Here

Book Description
The protein folding problem refers to the correlation of a protein's amino acid sequence and its native three-dimensional structure which is essential for functionality. It still constitutes one of the major challenges in computational biology. One commonly studied model for the protein folding problem is the HP lattice model in which proteins are considered in a fairly abstract representation. However, the HP model proteins exhibit significant parallels to proteins occurring in nature. The solution of the HP lattice mode as a combinatorial optimization problem has been proven to be NP-complete, and there have already been developed various different approaches for efficient algorithms. We study an integer programming formulation of the problem. Starting with an analysis of this model, where we concentrate on symmetry issues, we show how the model can be consolidated by exploiting symmetry properties of the underlying lattice. The main focus lies in the development of specific components of a branch-and-cut framework for the computation of solutions for the HP model by means of integer programming methods. In order to understand the structure of the model, we perform a series of polyhedral studies from which we derive two main classes of cutting planes. Furthermore, we exploit the knowledge of folding principles which are also valid for HP model proteins for the development of related branching strategies. For the solution of a special class of instances, we present an implementation of a genetic algorithm for the generation of primal feasible start solutions. Finally, we document the performance of the methods developed for each of the four topics (model consolidation, primal method, branching strategy and cutting planes) within the branch-and-cut procedure. We present computational results for different types of lattices, where we both consider known benchmark instances from literature and random instances.

Facets of Combinatorial Optimization

Facets of Combinatorial Optimization PDF Author: Michael Jünger
Publisher: Springer Science & Business Media
ISBN: 3642381898
Category : Mathematics
Languages : en
Pages : 510

Get Book Here

Book Description
Martin Grötschel is one of the most influential mathematicians of our time. He has received numerous honors and holds a number of key positions in the international mathematical community. He celebrated his 65th birthday on September 10, 2013. Martin Grötschel’s doctoral descendant tree 1983–2012, i.e., the first 30 years, features 39 children, 74 grandchildren, 24 great-grandchildren and 2 great-great-grandchildren, a total of 139 doctoral descendants. This book starts with a personal tribute to Martin Grötschel by the editors (Part I), a contribution by his very special “predecessor” Manfred Padberg on “Facets and Rank of Integer Polyhedra” (Part II), and the doctoral descendant tree 1983–2012 (Part III). The core of this book (Part IV) contains 16 contributions, each of which is coauthored by at least one doctoral descendant. The sequence of the articles starts with contributions to the theory of mathematical optimization, including polyhedral combinatorics, extended formulations, mixed-integer convex optimization, super classes of perfect graphs, efficient algorithms for subtree-telecenters, junctions in acyclic graphs and preemptive restricted strip covering, as well as efficient approximation of non-preemptive restricted strip covering. Combinations of new theoretical insights with algorithms and experiments deal with network design problems, combinatorial optimization problems with submodular objective functions and more general mixed-integer nonlinear optimization problems. Applications include VLSI layout design, systems biology, wireless network design, mean-risk optimization and gas network optimization. Computational studies include a semidefinite branch and cut approach for the max k-cut problem, mixed-integer nonlinear optimal control, and mixed-integer linear optimization for scheduling and routing of fly-in safari planes. The two closing articles are devoted to computational advances in general mixed integer linear optimization, the first by scientists working in industry, the second by scientists working in academia. These articles reflect the “scientific facets” of Martin Grötschel who has set standards in theory, computation and applications.

Protein Self-Assembly

Protein Self-Assembly PDF Author: Jennifer J. McManus
Publisher: Humana
ISBN: 9781493996803
Category : Science
Languages : en
Pages : 266

Get Book Here

Book Description
This volume explores experimental and computational approaches to measuring the most widely studied protein assemblies, including condensed liquid phases, aggregates, and crystals. The chapters in this book are organized into three parts: Part One looks at the techniques used to measure protein-protein interactions and equilibrium protein phases in dilute and concentrated protein solutions; Part Two describes methods to measure kinetics of aggregation and to characterize the assembled state; and Part Three details several different computational approaches that are currently used to help researchers understand protein self-assembly. Written in the highly successful Methods in Molecular Biology series format, chapters include introductions to their respective topics, lists of the necessary materials and reagents, step-by-step, readily reproducible laboratory protocols, and tips on troubleshooting and avoiding known pitfalls. Thorough and cutting-edge, Protein Self-Assembly: Methods and Protocols is a valuable resource for researchers who are interested in learning more about this developing field.

Ant Colony Optimization

Ant Colony Optimization PDF Author: Marco Dorigo
Publisher: MIT Press
ISBN: 9780262042192
Category : Computers
Languages : en
Pages : 324

Get Book Here

Book Description
An overview of the rapidly growing field of ant colony optimization that describes theoretical findings, the major algorithms, and current applications. The complex social behaviors of ants have been much studied by science, and computer scientists are now finding that these behavior patterns can provide models for solving difficult combinatorial optimization problems. The attempt to develop algorithms inspired by one aspect of ant behavior, the ability to find what computer scientists would call shortest paths, has become the field of ant colony optimization (ACO), the most successful and widely recognized algorithmic technique based on ant behavior. This book presents an overview of this rapidly growing field, from its theoretical inception to practical applications, including descriptions of many available ACO algorithms and their uses. The book first describes the translation of observed ant behavior into working optimization algorithms. The ant colony metaheuristic is then introduced and viewed in the general context of combinatorial optimization. This is followed by a detailed description and guide to all major ACO algorithms and a report on current theoretical findings. The book surveys ACO applications now in use, including routing, assignment, scheduling, subset, machine learning, and bioinformatics problems. AntNet, an ACO algorithm designed for the network routing problem, is described in detail. The authors conclude by summarizing the progress in the field and outlining future research directions. Each chapter ends with bibliographic material, bullet points setting out important ideas covered in the chapter, and exercises. Ant Colony Optimization will be of interest to academic and industry researchers, graduate students, and practitioners who wish to learn how to implement ACO algorithms.

Planning Algorithms

Planning Algorithms PDF Author: Steven M. LaValle
Publisher: Cambridge University Press
ISBN: 9780521862059
Category : Computers
Languages : en
Pages : 844

Get Book Here

Book Description
Planning algorithms are impacting technical disciplines and industries around the world, including robotics, computer-aided design, manufacturing, computer graphics, aerospace applications, drug design, and protein folding. Written for computer scientists and engineers with interests in artificial intelligence, robotics, or control theory, this is the only book on this topic that tightly integrates a vast body of literature from several fields into a coherent source for teaching and reference in a wide variety of applications. Difficult mathematical material is explained through hundreds of examples and illustrations.

Protein Structure

Protein Structure PDF Author: Harold A. Scheraga
Publisher: Academic Press
ISBN: 1483258971
Category : Technology & Engineering
Languages : en
Pages : 320

Get Book Here

Book Description
Protein Structure deals with the chemistry and physics of biologically important molecules—the proteins—particularly the determination of the structure of various proteins, their thermodynamics, their kinetics, and the mechanisms of different reactions of individual proteins. The book approaches the study of protein structure in two ways: firstly, by determining the general features of protein structure, the overall size, and shape of the molecule; and secondly, by investigating the molecule internally along with the various aspects of the internal configuration of protein molecules. It describes in detail experimental methods for determining protein structure in solution, such as the hydrodynamic method, the thermodynamic optical method, and the electrochemical method. The book then explains the results of experiments carried out on insulin, lysozyme, and ribonuclease. The text notes that the experiments, carried out on native and denatured proteins as well as on derivatives prepared by chemical modification (e.g., by methylation, iodination, acetylation, etc.), can lead to greater understanding of secondary and tertiary structures of proteins of known sequence. The book is suitable for biochemists, micro-biologists, cellular researchers, or investigators involved in protein structure and other biological sciences related to muscle physiologists, geneticists, enzymologists, or immunologists.

Mathematical Snapshots

Mathematical Snapshots PDF Author: H. Steinhaus
Publisher: Courier Corporation
ISBN: 0486166481
Category : Mathematics
Languages : en
Pages : 340

Get Book Here

Book Description
Numerous photographs and diagrams explain mathematical phenomena in series of thought-provoking expositions. From simple puzzles to more advanced problems, topics include psychology of lottery players, new and larger prime numbers, and more. 391 illustrations.

Science Citation Index

Science Citation Index PDF Author:
Publisher:
ISBN:
Category : Science
Languages : en
Pages : 2560

Get Book Here

Book Description
Vols. for 1964- have guides and journal lists.

Materials Nanoarchitectonics

Materials Nanoarchitectonics PDF Author: Katsuhiko Ariga
Publisher: Elsevier
ISBN: 0323994733
Category : Technology & Engineering
Languages : en
Pages : 648

Get Book Here

Book Description
Materials Nanoarchitectonics: From Integrated Molecular Systems to Advanced Devices provides the latest information on the design and molecular manipulation of self-organized hierarchically structured systems using tailor-made nanoscale materials as structural and functional units. The book is organized into three main sections that focus on molecular design of building blocks and hybrid materials, formation of nanostructures, and applications and devices. Bringing together emerging materials, synthetic aspects, nanostructure strategies, and applications, the book aims to support further progress, by offering different perspectives and a strong interdisciplinary approach to this rapidly growing area of innovation. This is an extremely valuable resource for researchers, advanced students, and scientists in industry, with an interest in nanoarchitectonics, nanostructures, and nanomaterials, or across the areas of nanotechnology, chemistry, surface science, polymer science, electrical engineering, physics, chemical engineering, and materials science. - Offers a nanoarchitectonic perspective on emerging fields, such as metal-organic frameworks, porous polymer materials, or biomimetic nanostructures - Discusses different approaches to utilizing "soft chemistry" as a source for hierarchically organized materials - Offers an interdisciplinary approach to the design and construction of integrated chemical nano systems - Discusses novel approaches towards the creation of complex multiscale architectures

Mathematics and Computation

Mathematics and Computation PDF Author: Avi Wigderson
Publisher: Princeton University Press
ISBN: 0691189137
Category : Computers
Languages : en
Pages : 434

Get Book Here

Book Description
An introduction to computational complexity theory, its connections and interactions with mathematics, and its central role in the natural and social sciences, technology, and philosophy Mathematics and Computation provides a broad, conceptual overview of computational complexity theory—the mathematical study of efficient computation. With important practical applications to computer science and industry, computational complexity theory has evolved into a highly interdisciplinary field, with strong links to most mathematical areas and to a growing number of scientific endeavors. Avi Wigderson takes a sweeping survey of complexity theory, emphasizing the field’s insights and challenges. He explains the ideas and motivations leading to key models, notions, and results. In particular, he looks at algorithms and complexity, computations and proofs, randomness and interaction, quantum and arithmetic computation, and cryptography and learning, all as parts of a cohesive whole with numerous cross-influences. Wigderson illustrates the immense breadth of the field, its beauty and richness, and its diverse and growing interactions with other areas of mathematics. He ends with a comprehensive look at the theory of computation, its methodology and aspirations, and the unique and fundamental ways in which it has shaped and will further shape science, technology, and society. For further reading, an extensive bibliography is provided for all topics covered. Mathematics and Computation is useful for undergraduate and graduate students in mathematics, computer science, and related fields, as well as researchers and teachers in these fields. Many parts require little background, and serve as an invitation to newcomers seeking an introduction to the theory of computation. Comprehensive coverage of computational complexity theory, and beyond High-level, intuitive exposition, which brings conceptual clarity to this central and dynamic scientific discipline Historical accounts of the evolution and motivations of central concepts and models A broad view of the theory of computation's influence on science, technology, and society Extensive bibliography