Mastering Perl for Bioinformatics
by James Tisdall
Developing Bioinformatics Computer Skills
by Cynthia Gibas; Per Jambeck
BLAST
by Ian Korf; Mark Yandell; Joseph Bedell
Regular Expressions Cookbook
by Jan Goyvaerts; Steven Levithan
Regular Expression Pocket Reference, 2nd Edition
by Tony Stubblebine
Perl Hacks
by chromatic ; Damian Conway; Curtis Poe
Automating System Administration with Perl, 2nd Edition
by David N. Blank-Edelman
Windows PowerShell in Action
by Bruce Payette
With its highly developed capacity to detect patterns in data, Perl has become one of the most popular languages for biological data analysis. But if you're a biologist with little or no programming experience, starting out in Perl can be a challenge. Many biologists have a difficult time learning how to apply the language to bioinformatics. The most popular Perl programming books are often too theoretical and too focused on computer science for a non-programming biologist who needs to solve very specific problems. 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'll 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
Average Amazon.com® Rating: ![]()
![]()
![]()
![]()
Based on 27 Ratings
A practical introduction to programming for biologists - 2006-12-31
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Although this book was written for biologists with no previous programming experience who have decided they need to learn to program in PERL, it is also useful for programmers entering the field of bioinformatics who need to learn the language. However, you should have some background in biology or else you'll be lost as to the purpose of the examples. That's because almost all of the examples and exercises are based on real biological problems, and this book will give you a good introduction to the most common bioinformatics programming problems and the most common computer-based biological data. This book is over five years old, but it still stands alone in that what it does it does better than any other book I've run across. The follow-on to this book is "Mastering Perl for Bioinformatics", and I recommend that book for both CS and biologist types that want to get into the more advanced parts of PERL and yet stay in the realm of learning the language via real biological problems. The following is a short run down of each chapter:
1. Biology and Computer Science - Covers some key concepts in molecular biology, as well as how biology and computer science fit together.
2. Getting Started with Perl - Shows you how to get Perl running on your computer and also talks about Perl's benefits.
3. The Art of Programming - Provides an overview as to how programmers accomplish their jobs. Some of the most important practical strategies good programmers use are explained, and where to find answers to questions that arise while you are programming is carefully laid out. These ideas are made concrete by brief narrative case studies that show how programmers, given a problem, find its solution.
4. Sequences and Strings - You start writing Perl programs with DNA and proteins. The programs transcribe DNA to RNA, concatenate sequences, make the reverse complement of DNA, and read sequence data from files. This is the first chapter to conclude with exercises.
5. Motifs and Loops - Continues demonstrating the basics of the Perl language with programs that search for motifs in DNA or protein, interact with users at the keyboard, write data to files, use loops and conditional tests, use regular expressions, and operate on strings and arrays.
6. Subroutines and Bugs -Extends the basic knowledge of Perl in two main directions: subroutines, which are an important way to structure programs, and the use of the Perl debugger, which can examine in detail a running Perl program.
7. Mutations and Randomizations - Genetic mutations, fundamental to biology, are modelled as random events using the random number generator in Perl. This chapter uses random numbers to generate DNA sequence data sets, and to repeatedly mutate DNA sequence. Loops, subroutines, and lexical scoping are also discussed.
8. The Genetic Code - How to translate DNA to proteins, using the genetic code. It also covers a good bit more of the Perl programming language, such as the hash data type, sorted and unsorted arrays, binary search, relational databases, and DBM, and how to handle FASTA formatted sequence data.
9. Restriction Maps and Regular Expressions - An introduction to Perl regular expressions. The main focus of the chapter is the development of a program to calculate a restriction map for a DNA sequence.
10. GenBank - The Genetic Sequence Data Bank (GenBank) is central to modern biology and bioinformatics. In this chapter, you learn how to write programs to extract information from GenBank files and libraries. You will also make a database to create your own rapid access lookups on a GenBank library.
11. Protein Data Bank - Develops a program that can parse Protein Data Bank (PDB) files. Some interesting Perl techniques are encountered while doing so, such as finding and iterating over lots of files and controlling other bioinformatics programs from a Perl program.
12. BLAST - Develops some code to parse a BLAST output file. Also mentioned are the Bioperl project and its BLAST parser, and some additional ways to format output in Perl.
13. Further Topics - Looks at topics beyond the scope of this book. These topics include sequence alignment methods like the Smith-Waterman algorithm and microarray techniques that enable the measurement of the relative levels of thousands of gene transcripts at a time. These topics are only briefly mentioned, and you are shown places outside of the book to get further information.
Appendix A - Resources for Perl and for bioinformatics programming, such as books and Internet sites.
Appendix B - Summary of those parts of the Perl language that will be most useful as you read this book.
Mostly for the Biologist - 2006-09-20
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
People come to Bioinformatics from either the bio side or the CS side, with a few from various other disciplines. This book is best for the bio person who is getting into programming, not the programmer who is getting into bio.
For you CS types, I attended a tutorial by Tisdall on this material some years ago. One of the attendees asked why you needed an editor to code in Perl. That is the level that we are dealing with here!
It is a crime that biology and biochem students are not taught any perl- this is a very useful tool that will be more important as time goes on.
Perhaps someone could write a book on bioinformatics Perl for programmers someday, but that is not the goal of this book.
Reasonable book for learning Perl - 2006-11-11
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
For the students of molecular biology and genetics, and also other bioinformatics-related departments, this book is an above-average supply to study Perl.
Beginning Perl is an excellent book. - 2009-09-08
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Beginning Perl for Bioinformatics is an excellent, well-written text for the non-specialist person who wishes to program in perl. Although perl is indeed very powerful some concepts are rather unique and difficult to grasp if one understands other scripting languages. For a beginner, the book provides the necessary detail as required so as to progress rapidly. I would recommend it highly.
Great for Biologist that Don't Know How to Program - 2009-03-03
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
If you know anything about how to program then this book is NOT for you. This book is more geared towards biologists that know nothing about programming. If you fall in this category I recommend this book for you. Seriously, buy it and learn how to program so you can stop bugging people with better things to do to parse your BLAST output and FASTA files for you. In this day and age there is no reason why a biologist shouldn't have basic scripting abilities.
Some information on this page was provided using data from Amazon.com®. View at Amazon >