<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Models and Algorithms for Biomolecules and Molecular Networks</title>
  </titleInfo>
  <name type="personal">
    <namePart>DasGupta, Bhaskar.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="marc">bibliography</genre>
  <genre authority="">Electronic books.</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xx</placeTerm>
    </place>
    <place>
      <placeTerm type="text">UNITED STATES</placeTerm>
    </place>
    <publisher>Wiley-IEEE Press</publisher>
    <dateIssued>2016</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="gmd">electronic resource</form>
    <extent>1 online resource (263 pages) : illustrations.</extent>
  </physicalDescription>
  <abstract>By providing expositions to modeling principles, theories, computational solutions, and open problems, this reference presents a full scope on relevant biological phenomena, modeling frameworks, technical challenges, and algorithms. -Up-to-date developments of structures of biomolecules, systems biology, advanced models, and algorithms -Sampling techniques for estimating evolutionary rates and generating molecular structures -Accurate computation of probability landscape of stochastic networks, solving discrete chemical master equations -End-of-chapter exercises.</abstract>
  <tableOfContents>List of Figures xiii -- List of Tables xix -- Foreword xxi -- Acknowledgments xxiii -- 1 Geometric Models of Protein Structure and Function Prediction 1 -- 1.1 Introduction, 1 -- 1.2 Theory and Model, 2 -- 1.2.1 Idealized Ball Model, 2 -- 1.2.2 Surface Models of Proteins, 3 -- 1.2.3 Geometric Constructs, 4 -- 1.2.4 Topological Structures, 6 -- 1.2.5 Metric Measurements, 9 -- 1.3 Algorithm and Computation, 13 -- 1.4 Applications, 15 -- 1.4.1 Protein Packing, 15 -- 1.4.2 Predicting Protein Functions from Structures, 17 -- 1.5 Discussion and Summary, 20 -- References, 22 -- Exercises, 25 -- 2 Scoring Functions for Predicting Structure and Binding of Proteins 29 -- 2.1 Introduction, 29 -- 2.2 General Framework of Scoring Function and Potential Function, 31 -- 2.2.1 Protein Representation and Descriptors, 31 -- 2.2.2 Functional Form, 32 -- 2.2.3 Deriving Parameters of Potential Functions, 32 -- 2.3 Statistical Method, 32 -- 2.3.1 Background, 32 -- 2.3.2 Theoretical Model, 33 -- 2.3.3 Miyazawa -- Jernigan Contact Potential, 34 -- 2.3.4 Distance-Dependent Potential Function, 41 -- 2.3.5 Geometric Potential Functions, 45 -- 2.4 Optimization Method, 49 -- 2.4.1 Geometric Nature of Discrimination, 50 -- 2.4.2 Optimal Linear Potential Function, 52 -- 2.4.3 Optimal Nonlinear Potential Function, 53 -- 2.4.4 Deriving Optimal Nonlinear Scoring Function, 55 -- 2.4.5 Optimization Techniques, 55 -- 2.5 Applications, 55 -- 2.5.1 Protein Structure Prediction, 56 -- 2.5.2 Protein -- Protein Docking Prediction, 56 -- 2.5.3 Protein Design, 58 -- 2.5.4 Protein Stability and Binding Affinity, 59 -- 2.6 Discussion and Summary, 60 -- 2.6.1 Knowledge-Based Statistical Potential Functions, 60 -- 2.6.2 Relationship of Knowledge-Based Energy Functions and Further Development, 64 -- 2.6.3 Optimized Potential Function, 65 -- 2.6.4 Data Dependency of Knowledge-Based Potentials, 66 -- References, 67 -- Exercises, 75 -- 3 Sampling Techniques: Estimating Evolutionary Rates and Generating Molecular Structures 79.</tableOfContents>
  <tableOfContents>3.1 Introduction, 79 -- 3.2 Principles of Monte Carlo Sampling, 81 -- 3.2.1 Estimation Through Sampling from Target Distribution, 81 -- 3.2.2 Rejection Sampling, 82 -- 3.3 Markov Chains and Metropolis Monte Carlo Sampling, 83 -- 3.3.1 Properties of Markov Chains, 83 -- 3.3.2 Markov Chain Monte Carlo Sampling, 85 -- 3.4 Sequential Monte Carlo Sampling, 87 -- 3.4.1 Importance Sampling, 87 -- 3.4.2 Sequential Importance Sampling, 87 -- 3.4.3 Resampling, 91 -- 3.5 Applications, 92 -- 3.5.1 Markov Chain Monte Carlo for Evolutionary Rate Estimation, 92 -- 3.5.2 Sequentail Chain Growth Monte Carlo for Estimating Conformational Entropy of RNA Loops, 95 -- 3.6 Discussion and Summary, 96 -- References, 97 -- Exercises, 99 -- 4 Stochastic Molecular Networks 103 -- 4.1 Introduction, 103 -- 4.2 Reaction System and Discrete Chemical Master Equation, 104 -- 4.3 Direct Solution of Chemical Master Equation, 106 -- 4.3.1 State Enumeration with Finite Buffer, 106 -- 4.3.2 Generalization and Multi-Buffer dCME Method, 108 -- 4.3.3 Calculation of Steady-State Probability Landscape, 108 -- 4.3.4 Calculation of Dynamically Evolving Probability Landscape, 108 -- 4.3.5 Methods for State Space Truncation for Simplification, 109 -- 4.4 Quantifying and Controlling Errors from State Space Truncation, 111 -- 4.5 Approximating Discrete Chemical Master Equation, 114 -- 4.5.1 Continuous Chemical Master Equation, 114 -- 4.5.2 Stochastic Differential Equation: Fokker -- Planck Approach, 114 -- 4.5.3 Stochastic Differential Equation: Langevin Approach, 116 -- 4.5.4 Other Approximations, 117 -- 4.6 Stochastic Simulation, 118 -- 4.6.1 Reaction Probability, 118 -- 4.6.2 Reaction Trajectory, 118 -- 4.6.3 Probability of Reaction Trajectory, 119 -- 4.6.4 Stochastic Simulation Algorithm, 119 -- 4.7 Applications, 121 -- 4.7.1 Probability Landscape of a Stochastic Toggle Switch, 121 -- 4.7.2 Epigenetic Decision Network of Cellular Fate in Phage Lambda, 123 -- 4.8 Discussions and Summary, 127 -- References, 128.</tableOfContents>
  <subject authority="lcsh">
    <topic>Biomolecules</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Structure-activity relationships (Biochemistry)</topic>
  </subject>
  <subject authority="fast">
    <topic>Biomolecules</topic>
  </subject>
  <subject authority="fast">
    <topic>Structure-activity relationships (Biochemistry)</topic>
  </subject>
  <subject authority="bisacsh">
    <topic>SCIENCE / Life Sciences / Biophysics</topic>
  </subject>
  <classification authority="lcc">QP801.B69</classification>
  <classification authority="ddc" edition="23">572</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>IEEE Press Series on Biomedical Engineering ; 30</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">1119162262</identifier>
  <identifier type="isbn">9781119162261</identifier>
  <identifier type="isbn">9781119162254</identifier>
  <identifier type="isbn">1119162254</identifier>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="stock number">887435 MIL</identifier>
  <identifier type="uri">http://onlinelibrary.wiley.com/book/10.1002/9781119162254</identifier>
  <location>
    <url>http://onlinelibrary.wiley.com/book/10.1002/9781119162254</url>
  </location>
  <recordInfo>
    <recordContentSource authority="marcorg">IDEBK</recordContentSource>
    <recordCreationDate encoding="marc">160115</recordCreationDate>
    <recordChangeDate encoding="iso8601">20171024075558.0</recordChangeDate>
    <recordIdentifier source="OCoLC">ocn934770313</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
