Beginning Perl for Bioinformatics is designed to get you quickly over the Perl language barrier by approaching programming as an important new laboratory skill, revealing Perl programs and techniques that are immediately useful in the lab. Each chapter focuses on solving a particular bioinformatics problem or class of problems, starting with the simplest and increasing in complexity as the book progresses. Each chapter includes programming exercises and teaches bioinformatics by showing and modifying programs that deal with various kinds of practical biological problems. By the end of the book you will have a solid understanding of Perl basics, a collection of programs for such tasks as parsing BLAST and GenBank and the skills to take on more advanced bioinformatics programming. Some of the later chapters focus in greater detail on specific bioinformatics topics. This book is suitable for use as a classroom textbook, for self-study and as a reference.
The book covers:
- Programming basics and working with DNA sequences and strings.
- Debugging your code.
- Simulating gene mutations using random number generators.
- Regular expressions and finding motifs in data.
- Arrays, hashes and relational databases.
- Regular expressions and restriction maps.
- Using Perl to parse PDB records, annotations in GenBank and BLAST output