Bioinformatics for Evolutionary Biologists: A Problems Approach

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This self-contained textbook covers fundamental aspects of sequence analysis with special emphasis on evolutionary biology, including sequence alignment, exact matching, phylogeny reconstruction, and coalescent simulation. It addresses these topics through a series of over 800 computer problems, ranging from elementary to research level, to enable learning by doing. Students solve the problems in the same computational environment used for decades in science – the Unix command line. This is available on all four major operating systems for PCs: Windows, macOS, chromeOS, and Linux. To learn using this powerful system, students analyze sample sequence data by applying generic tools, bioinformatics software, and over 50 programs specifically written for this course and available via GitHub. The solutions for all problems are included, making the book ideal for self-study. Problems are grouped into sections headed by an introduction and a list of new terms. By using practical computing to explore sequence data in an evolutionary context, the book enables readers to tackle their own computational problems.

Author(s): Bernhard Haubold, Angelika Börsch-Haubold
Edition: 2
Publisher: Springer
Year: 2023

Language: English
Pages: 409
City: Cham

Preface
Contents
Part I Problems
Chapter 1 The Unix Command Line
1.1 Getting Started
1.2 Files, Directories, and Programs
1.3 Scripts
Chapter 2 Optimal Alignment
2.1 Keeping Score
2.2 Construction
2.3 Application
Chapter 3 Exact Matching
3.1 Keyword Trees
3.2 Suffix Trees
3.3 Suffix Arrays
3.4 Text Compression
Chapter 4 Fast Alignment
4.1 Global
4.2 Local
4.3 Glocal
4.4 Assembly
4.5 Multiple Sequences
Chapter 5 Evolution Between Species: Phylogeny
5.1 Trees of Life
5.2 Rooted Trees
5.3 Unrooted Trees
Chapter 6 Evolution within Populations
6.1 Descent from One or Two Parents
6.2 The Coalescent
Chapter 7 Interrogating and Storing Data
7.1 Statistics
7.2 Relational Databases
Part II Answers
Chapter 1 The Unix Command Line
1.1 Getting Started
1.2 Files, Directories, and Programs
1.3 Scripts
Chapter 2 Optimal Alignment
2.1 Keeping Score
2.2 Construction
2.3 Application
Chapter 3 Exact Matching
3.1 Keyword Trees
3.2 Suffix Trees
3.3 Suffix Arrays
3.4 Text Compression
Chapter 4 Fast Alignment
4.1 Global
4.2 Local
4.3 Glocal
4.4 Assembly
4.5 Multiple Sequences
Chapter 5 Evolution Between Species: Phylogeny
5.1 Trees of Life
5.2 Rooted Trees
5.3 Unrooted Trees
Chapter 6 Evolution within Populations
6.1 Descent from One or Two Parents
6.2 The Coalescent
Chapter 7 Interrogating and Storing Data
7.1 Statistics
7.2 Relational Databases
Appendix A Unix Guide
Appendix B Programs
B.1 Own
B.2 Biobox
B.3 Third-Party
References
Index