Customer Reviews


8 Reviews
5 star:
 (6)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


19 of 19 people found the following review helpful:
5.0 out of 5 stars How does sequence alignment actually work?
If you want to understand the nuts and bolts of how sequence alignment works, then this is the book for you. It will be especially useful for BLAST users who want to understand how it actually works and also for developers who don't know much biology, struggle with the math, but have no problem reading a perl script.

The book is basically divided into:
0. A...

Published on November 23, 2003 by Julian Cook

versus
3 of 21 people found the following review helpful:
3.0 out of 5 stars useful for comparative sequence alignment tasks
BLAST is a well-known tool for bioinformatics (biological sciences+computer sciences). In this book contains a concepts of central dogma of molecular biology, sequence aligment, sequece similarity, practical BLAST programs (divide into 5 programs), and how to install and use BLAST tool. Moreover, it also offers enough tips to improve my BLAST searches usage. I think this...
Published on January 19, 2004 by Norraseth Chantasut


Most Helpful First | Newest First

19 of 19 people found the following review helpful:
5.0 out of 5 stars How does sequence alignment actually work?, November 23, 2003
By 
Julian Cook (Philadelphia, PA United States) - See all my reviews
(REAL NAME)   
This review is from: Blast (Paperback)
If you want to understand the nuts and bolts of how sequence alignment works, then this is the book for you. It will be especially useful for BLAST users who want to understand how it actually works and also for developers who don't know much biology, struggle with the math, but have no problem reading a perl script.

The book is basically divided into:
0. A Foreword by Stephen Altschul (the co-creator of BLAST)
1. A quick web intro to a BLAST search
2. Sequence alignment and how the algorithms work
3. Blast and how the Blast statistics are calculated
4. The different types of Blast e.g. WU-Blast
5. Approaches to Performance speedup
6. Reference sections on BLAST parameters

The real key is that this book neatly splits the difference between academic texts and papers which are quite often too difficult to read without sufficient background (and they are not precise about the implementation anyway) and the user-manual type texts which don't discuss the theory at all.

One of the best chapters (in my view) is chapter three, where they explain and illustrate the workings of the Needleman-Wunsch and Smith-Waterman algorithms for global and local alignment. If you read the text, then study and run the included perl code, you WILL understand how they work, but be prepared to spend several hours trying different examples. The real advantage of this approach is that you get a deep, practical understanding of how alignment actually works, that you just can't get from reading a mathematical treatment of the subject. Once you understand this chapter, you are actually sufficiently expert to get inside alignment code and modify it for your own purposes.

Ian Korf does continually emphasize that the algorithms may look clever, but they are, in the end, robotic in that they will quite happily align complete rubbish if you are not careful about controlling the algorithm and thinking carefully about the results you get.

There are a couple of mistakes in the diagrams (chap 3), that are addressed in the errata, but the perl code is correct.

Finally, because this book is about BLAST, it doesn't mention other methods of sequence alignment such as Hidden-Markov Models or methods of multiple sequence alignment. Perhaps they'll do a book on those as well one day..

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 16 people found the following review helpful:
5.0 out of 5 stars Author comments, August 6, 2003
This review is from: Blast (Paperback)
As the first reviewer mentioned, the book is not a fast read. In order
to run BLAST properly one must understand how and why it works. BLAST
exists at the intersection of molecular biology, computer science, and
statistics. This might sound intimidating, but once you read about these
topics in chapters 2-4, you'll see that it isn't so complicated and it
all fits together nicely. We know that BLAST users come from a variety
of backgrounds and we have therefore written the book for a general
audience. As a result, the book is more than just a BLAST manual, it's
also a friendly introduction to computational molecular biology.

Writing this book took a lot of time and effort. It went through some
painful transformations. The authors waged many battles against
themselves and each other to bring to you the kind of book we wished we
could have bought several years ago. We'll feel our work was justified
if you approach your next BLAST search as a scientific experiment and
not a Google search. And if we've helped some of you to embark on a new
career/hobby in bioinformatics, drop us a line, it's sure to make our
day.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Blast User's Bible, January 28, 2006
This review is from: Blast (Paperback)
This is the place to start for anyone using NCBI BLAST. It's a thorough description of the various BLAST programs for nucleotides, amino acids, and codons.

The book offers a biology refresher early on, but this is aimed mainly at people with serious interest in BLAST - people who normally won't need that. Next, it discusses traditional dynamic programming alsorithms for local and global alignment. Then, in just a few pages, it summarizes the mathematical meanings and derivations of the various BLAST scores (raw scores, P-values, ane E-values). The discussion just skims the theory, but will help the reader make sense of the programs' output.

Those 75 pages set the background; the next 250 contain the real meat of the book. They cover the various BLAST programs, options, and outputs. More than that, these sections discuss setting up experiments based on BLAST, and how to deal with the problems you're likely to encounter. This could be a bit more explicit about how PSI_BLAST works (and why it sometimes doesn't), but coverage is generally strong.

A few things are weak, like emphasis on the fact that experiments aren't strictly repeatable. For example, if you exactly replicate today's test next week, even if all of the other input is identical, you might still get different (and worse) E values, since they depend on the size of the database. PSSMs get little if any discussion. Also, details about internals are weak - but this is a user's book, not an implementor's, so that's a matter of scope rather than sufficiency.

Most of the book's points are illustrated with actual output or with Perl code - the lingua franca of bioinformatics, for some reason. If you're serious about using BLAST and about understanding what it's really telling you, this is the book to own.

//wiredweird
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
5.0 out of 5 stars This IS a book about BLAST!, August 2, 2003
This review is from: Blast (Paperback)
Useful book for biologists to understand computer algorithm. This book is very helpful if you are going through endless BLAST search. It is not a fast read but it is packed with useful information. I have started using the suggested examples and tricks in this book and feel more comfortable at doing the search. Important book for Bioinformatics researchers!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Very Practical & Useful Users Guide, July 11, 2006
By 
Amazon Verified Purchase(What's this?)
This review is from: Blast (Paperback)
From a users-perspective this book serves its purpose well - it explains what it is that BLAST is doing "under-the-hood" so that one may better customize Blast's search behavior. All I know is that I really learned a lot of basic fundamental core concepts here that I previously just took for granted.

The book discusses the biology, statistics, algorithms, and computer science issues involved in explaining blast. I liked this approach because it does not head super far into any one core area but rather sticks to a strong fundamental overview of each topic. The other strong aspect of this book is that the author thoroughly compares NCBI and WU Blast throughout, characterizing instances where one may choose one over the other and/or how to tweak the parameters for both in those situations.

I orginally bought the book b/c I wanted an overview on PAM and BLOSUM matrices and to understand how Blast Statistics work. It really served as an informative contextual tutorial that has definitely raised my overall understanding on not only Blast, but to better grasp the very interdisciplinary nature concerning sequence alignment for in-silico biological research.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars The most useful bioinformatics book, August 25, 2008
This review is from: Blast (Paperback)
The O'Reilly BLAST book by Korf, Yandell and Bedell is written by people that know their subject. For anyone who wants to know what they are doing when running a BLAST search rather than simply treating it like a black box, this book is essential.

It is not perfect, however. Several phrases in the parameter section near the back of the book are not explained. MegaBLAST is correctly described as being quite different from blastn, but that difference is not made clear other than the use of query packing. The -E and -G options are not made clear in the megaBLAST section, and one must turn to the blastall pages to better understand what they do.

A second edition would be most welcome, as many improvements, changes and additions have taken place in the last few years. Discontiguous MegaBLAST, for example, was not released when this book was written.

When the book first appeared, one of my students complained that so much of the book was taken up by the parameters section. Ironically, this is the part that I have turned to the most in the time that I have had the book.

I have a shelf full of bioinformatics books in front of me right now, and I have used this book more than any of them.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Great practical part, bad theritical part, May 15, 2011
Amazon Verified Purchase(What's this?)
This review is from: Blast (Paperback)
This book is a great protocol book for blast.

But the theory part is not well organized. You may want to seek other book if you are interested in this part.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 21 people found the following review helpful:
3.0 out of 5 stars useful for comparative sequence alignment tasks, January 19, 2004
By 
Norraseth Chantasut (NECTEC, 112 Thailand Science Park, Thailand) - See all my reviews
This review is from: Blast (Paperback)
BLAST is a well-known tool for bioinformatics (biological sciences+computer sciences). In this book contains a concepts of central dogma of molecular biology, sequence aligment, sequece similarity, practical BLAST programs (divide into 5 programs), and how to install and use BLAST tool. Moreover, it also offers enough tips to improve my BLAST searches usage. I think this book's content is well-writing and well-organizing for comparative sequeces alignment tasks. I use this book to begin in bioinformatics and it can help me to learn about this. But this book does not contain all of things that I want to known on bioinformatics or computational biology.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Blast
Blast by Ian Korf (Paperback - June 1, 2003)
$49.99 $36.23
In Stock
Add to cart Add to wishlist