Details

Bioinformatics Challenges at the Interface of Biology and Computer Science


Bioinformatics Challenges at the Interface of Biology and Computer Science

Mind the Gap
1. Aufl.

von: Teresa K. Attwood, Stephen R. Pettifer, David Thorne

52,99 €

Verlag: Wiley-Blackwell
Format: EPUB
Veröffentl.: 26.08.2016
ISBN/EAN: 9781119243458
Sprache: englisch
Anzahl Seiten: 424

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p>This innovative book provides a completely fresh exploration of bioinformatics, investigating its complex interrelationship with biology and computer science. It approaches bioinformatics from a unique perspective, highlighting interdisciplinary gaps that often trap the unwary.</p> <p>The book considers how the need for biological databases drove the evolution of bioinformatics; it reviews bioinformatics basics (including database formats, data-types and current analysis methods), and examines key topics in computer science (including data-structures, identifiers and algorithms), reflecting on their use and abuse in bioinformatics.</p> <p>Bringing these disciplines together, this book is an essential read for those who wish to better understand the challenges for bioinformatics at the interface of biology and computer science, and how to bridge the gaps. It will be an invaluable resource for advanced undergraduate and postgraduate students, and for lecturers, researchers and professionals with an interest in this fascinating, fast-moving discipline and the knotty problems that surround it.</p>
<p>Preface x</p> <p>Acknowledgements xvii</p> <p>About the companion website xviii</p> <p><b>PART 1</b></p> <p><b>1 Introduction 3</b></p> <p>1.1 Overview 3</p> <p>1.2 Bioinformatics 3</p> <p>1.2.1 What is bioinformatics? 3</p> <p>1.2.2 The provenance of bioinformatics 4</p> <p>1.2.3 The seeds of bioinformatics 5</p> <p>1.3 Computer Science 7</p> <p>1.3.1 Origins of computer science 7</p> <p>1.3.2 Computer science meets bioinformatics 9</p> <p>1.4 What did we want to do with bioinformatics? 10</p> <p>1.5 Summary 12</p> <p>1.6 References 13</p> <p>1.7 Quiz 14</p> <p>1.8 Problems 16</p> <p><b>2 The biological context 17</b></p> <p>2.1 Overview 17</p> <p>2.2 Biological data?]types and concepts 17</p> <p>2.2.1 Diversity of biological data?]types 17</p> <p>2.2.2 The central dogma 18</p> <p>2.2.3 Fundamental building?]blocks and alphabets 19</p> <p>2.2.4 The protein structure hierarchy 29</p> <p>2.2.5 RNA processing in prokaryotes and eukaryotes 30</p> <p>2.2.6 The genetic code 33</p> <p>2.2.7 Conceptual translation and gene finding 35</p> <p>2.3 Access to whole genomes 42</p> <p>2.4 Summary 43</p> <p>2.5 References 43</p> <p>2.6 Quiz 46</p> <p>2.7 Problems 47</p> <p><b>3 Biological databases 49</b></p> <p>3.1 Overview 49</p> <p>3.2 What kinds of database are there? 49</p> <p>3.3 The Protein Data Bank (PDB) 50</p> <p>3.4 The EMBL nucleotide sequence data library 56</p> <p>3.5 GenBank 58</p> <p>3.6 The PIR?]PSD 61</p> <p>3.7 Swiss?]Prot 62</p> <p>3.8 PROSITE 64</p> <p>3.9 TrEMBL 69</p> <p>3.10 InterPro 71</p> <p>3.11 UniProt 73</p> <p>3.12 The European Nucleotide Archive (ENA) 77</p> <p>3.13 Summary 81</p> <p>3.14 References 82</p> <p>3.15 Quiz 85</p> <p>3.16 Problems 87</p> <p><b>4 Biological sequence analysis 89</b></p> <p>4.1 Overview 89</p> <p>4.2 Adding meaning to raw sequence data 89</p> <p>4.2.1 Annotating raw sequence data 94</p> <p>4.2.2 Database and sequence formats 96</p> <p>4.2.3 Making tools and databases interoperate 101</p> <p>4.3 Tools for deriving sequence annotations 103</p> <p>4.3.1 Methods for comparing two sequences 103</p> <p>4.3.2 The PAM and BLOSUM matrices 104</p> <p>4.3.3 Tools for global and local alignment 110</p> <p>4.3.4 Tools for comparing multiple sequences 114</p> <p>4.3.5 Alignment?]based analysis methods 115</p> <p>4.4 Summary 131</p> <p>4.5 References 132</p> <p>4.6 Quiz 134</p> <p>4.7 Problems 136</p> <p><b>5 The gap 138</b></p> <p>5.1 Overview 138</p> <p>5.2 Bioinformatics in the 21st century 138</p> <p>5.3 Problems with genes 139</p> <p>5.4 Problems with names 142</p> <p>5.5 Problems with sequences 143</p> <p>5.6 Problems with database entries 146</p> <p>5.6.1 Problems with database entry formats 147</p> <p>5.7 Problems with structures 148</p> <p>5.8 Problems with alignments 150</p> <p>5.8.1 Different methods, different results 150</p> <p>5.8.2 What properties do my sequences share? 154</p> <p>5.8.3 How similar are my sequences? 157</p> <p>5.8.4 How good is my alignment? 160</p> <p>5.9 Problems with families 163</p> <p>5.10 Problems with functions 168</p> <p>5.11 Functions of domains, modules and their parent proteins 173</p> <p>5.12 Defining and describing functions 176</p> <p>5.13 Summary 179</p> <p>5.14 References 180</p> <p>5.15 Quiz 182</p> <p>5.16 Problems 183</p> <p><b>PART 2</b></p> <p><b>6 Algorithms and complexity 187</b></p> <p>6.1 Overview 187</p> <p>6.2 Introduction to algorithms 187</p> <p>6.2.1 Mathematical computability 189</p> <p>6.3 Working with computers 191</p> <p>6.3.1 Discretisation of solutions 191</p> <p>6.3.2 When computers go bad 193</p> <p>6.4 Evaluating algorithms 197</p> <p>6.4.1 An example: a sorting algorithm 197</p> <p>6.4.2 Resource scarcity: complexity of algorithms 199</p> <p>6.4.3 Choices, choices 200</p> <p>6.5 Data structures 201</p> <p>6.5.1 Structural consequences 202</p> <p>6.5.2 Marrying form and function 210</p> <p>6.6 Implementing algorithms 211</p> <p>6.6.1 Programming paradigm 212</p> <p>6.6.2 Choice of language 214</p> <p>6.6.3 Mechanical optimisation 216</p> <p>6.6.4 Parallelisation 224</p> <p>6.7 Summary 227</p> <p>6.8 References 227</p> <p>6.9 Quiz 227</p> <p>6.10 Problems 229</p> <p><b>7 Representation and meaning 230</b></p> <p>7.1 Overview 230</p> <p>7.2 Introduction 230</p> <p>7.3 Identification 233</p> <p>7.3.1 Namespaces 233</p> <p>7.3.2 Meaningless identifiers are a good thing 233</p> <p>7.3.3 Identifying things on the Web 236</p> <p>7.3.4 Cool URIs don’t change 238</p> <p>7.3.5 Versioning and provenance 238</p> <p>7.3.6 Case studies 239</p> <p>7.4 Representing data 243</p> <p>7.4.1 Design for change 245</p> <p>7.4.2 Contemporary data?]representation paradigms 247</p> <p>7.5 Giving meaning to data 255</p> <p>7.5.1 Bio ontologies in practice 260</p> <p>7.5.2 First invent the universe 263</p> <p>7.6 Web services 264</p> <p>7.6.1 The architecture of the Web 266</p> <p>7.6.2 Statelessness 267</p> <p>7.7 Action at a distance 268</p> <p>7.7.1 SOAP and WSDL 270</p> <p>7.7.2 HTTP as an API 270</p> <p>7.7.3 Linked Data 272</p> <p>7.8 Summary 275</p> <p>7.9 References 275</p> <p>7.10 Quiz 276</p> <p>7.11 Problems 277</p> <p><b>8 Linking data and scientific literature 279</b></p> <p>8.1 Overview 279</p> <p>8.2 Introduction 279</p> <p>8.3 The lost steps of curators 281</p> <p>8.4 A historical perspective on scientific literature 286</p> <p>8.5 The gulf between human and machine comprehension 288</p> <p>8.6 Research objects 295</p> <p>8.7 Data publishing 297</p> <p>8.8 Separating scientific wheat from chaff – towards semantic searches 298</p> <p>8.9 Semantic publication 300</p> <p>8.9.1 Making articles ‘semantic’ 301</p> <p>8.10 Linking articles with their cognate data 305</p> <p>8.10.1 What Utopia Documents does 305</p> <p>8.10.2 A case study 306</p> <p>8.11 Summary 314</p> <p>8.12 References 315</p> <p>8.13 Quiz 318</p> <p>8.14 Problems 319</p> <p>Afterword 321</p> <p>Glossary 327</p> <p>Quiz Answers 371</p> <p>Problem Answers 378</p> <p>Index 394</p>
<p><strong>Teresa K. Attwood</strong>, Professor of Bioinformatics, University of Manchester, UK. <p><strong>Stephen R. Pettifer</strong>, Lecturer of Computer Science,?University of Manchester, UK.

Diese Produkte könnten Sie auch interessieren:

Verpacktes Leben - Verpackte Technik
Verpacktes Leben - Verpackte Technik
von: Udo Küppers, Helmut Tributsch
PDF ebook
97,99 €
Neuroendocrinology
Neuroendocrinology
von: David A. Lovejoy
PDF ebook
73,99 €
Bioinformatics
Bioinformatics
von: Frédéric Dardel, François Képès
PDF ebook
67,99 €