Customer Reviews


10 Reviews
5 star:
 (8)
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


67 of 70 people found the following review helpful:
5.0 out of 5 stars Make this your first bioinfo book
It's ironic that a new field like bioinformatics rarely offers any way for newcomers to feel welcome. Bioinformatics is maturing, and this book is that welcome.

It's written as a textbook for a Bioinformatics 101 course, the kind that has both computing and biology students in it. Historically, the two have lived in uneasy truce. The biologists thought that a...
Published on October 24, 2004 by wiredweird

versus
25 of 38 people found the following review helpful:
3.0 out of 5 stars Should really be called Intro Data Structures and Algorithms
I knew most of the stuff before I opened the first page. It's basically teaching data structures 101 using a few watered down bioinformatic problems for motivation. The lack of applied problems involving real data was most disappointing. It does have a lot of the type questions that some nerd (me one day :P) might ask you on a job interview. The questions are also a...
Published on July 7, 2005 by Alan Chen


Most Helpful First | Newest First

67 of 70 people found the following review helpful:
5.0 out of 5 stars Make this your first bioinfo book, October 24, 2004
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
It's ironic that a new field like bioinformatics rarely offers any way for newcomers to feel welcome. Bioinformatics is maturing, and this book is that welcome.

It's written as a textbook for a Bioinformatics 101 course, the kind that has both computing and biology students in it. Historically, the two have lived in uneasy truce. The biologists thought that a 'database' was an enzyme that acted on 'datab'. The programmers would, in the authors' words, "spontaneously abort" at the chemistry and informality of biology. Maybe that's less true now, but the authors offer just enough computing basics for the biologists and just enough biology for the computer crowd to be able to discuss the same thing.

After that intro, the authors cover many of the classic problems in bioinformatics, including assembly, motif-finding, clustering, HMMs, dynamic programming, and even mass spec analysis. The style is very readable, and discusses both the biology and the computation of every topic presented. Many algorithms are built up in steps, showing how successive insights from both computation and biology can make existing techniques work better. Along the way, they offer biographical notes about the founders and luminaries of modern biological computation.

This is a great first book for anyone wanting to enter the field, from either a biology or a computer science background. Advanced students will bottom out quickly, and may lose patience with the informal and gently-paced discussion. Sorry, this book was never meant for them. It's a beginner's book, one that respects the intelligence and capability of its reader. It's broad, basic, and detailed enough that modest programming skill will yield working code. This book has my highest recommendation.

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


19 of 21 people found the following review helpful:
4.0 out of 5 stars Excellent algorithms exercise & bioinformatics intro, September 24, 2005
By 
Yoshiro Aoki (Vancouver, BC / Osaka-Kobe, JP) - See all my reviews
(REAL NAME)   
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
This is the first book that I've read regarding bioinformatics, so Im updating this as my class moves along. You better have a grasp of basic data structures prior to beginning this book and background with a programming language as there is very little hand-holding in this text. A bio background makes it all more interesting but certainly is not critical. There are no sample code or sources printed with the book nor is there an included CD nor answers to exercises. There is an associated web site where some ideas may be had and errata found/reported, but its not very active that I have seen. The pseudo code in the book is very python-like so easy to make use of. I personally transfer the book's concepts to C/C++ (habit) without much problem, except sometimes my results differ from the book. Apparently these are book bugs, so be sure to check the web site out if unexpected things pop up.
Presently my class is in chapter 8 (of 12) and looking back I would like to caution that some data processing algorithms will drive a computer's CPU quite hard so be aware of battery-munching & heat. My only bones with this book so far are the alphabet soup of variables and lack of answers to exercises. It would be nice if variable definitions were refreshed at the beginning of pseudo code samples.
I like this book as an algorithms text over traditional texts because the applications are much more fascinating. Imagine searching for something and you don't know where that something is. On top of that add not even knowing exactly what it is you are looking for. And when you do find it, its not even in the data searched! This may sound unlikely or even impossible, but it is neither. Rather, its very cool.
4-stars
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 A very good introduction!, December 12, 2004
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
This book gives a broad overview of algorithmic methods used in bioinformatics. It is well writen and the mathematics needed to understand is undergraduate level. Reading this book makes appetite to apply these methods to problems or to dig deeper in the corresponding method.

Overall, a very good book, and due to its introductory level, one can recommend to all people interested in bioinformatics from all disciplines.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 15 people found the following review helpful:
5.0 out of 5 stars The First Undergraduate Text, December 6, 2004
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
Bioinformatics is probably the fastest growing field in both biology and computer science. The problems have come from the computer science department and the biology department having such fundamentally different goals. The computer scientists see the computer as an end in itself with no real thought on trying to do something useful with it. The biologists see the computer as just another tool in their laboratory. And the biological problems are huge, massive computers like the new Cray's and large Linux clusters are being devoted to biological applications.

This book is intended to fit into the chasm between biology and computer science. It discusses computer the algorithmic principles in terms of practical techniques that make sense to the undergraduate biologist. The book is well suited for a first class for the budding bioinformaticist.

Each main chapter in the book first introduces an algorithm, then it discusses the biologically relevant problems that this algorithm addresses, it includes a detailed problem and one or more solutions. Finally the chapter concludes with brief biographical sketches of leading figures in the field.

This is the first book of its type, and it's likely to remain a classic in the field through many editions and many years.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


25 of 38 people found the following review helpful:
3.0 out of 5 stars Should really be called Intro Data Structures and Algorithms, July 7, 2005
By 
Alan Chen (United States) - See all my reviews
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
I knew most of the stuff before I opened the first page. It's basically teaching data structures 101 using a few watered down bioinformatic problems for motivation. The lack of applied problems involving real data was most disappointing. It does have a lot of the type questions that some nerd (me one day :P) might ask you on a job interview. The questions are also a good way to kill time if you have nothing better to do. I give the book credit for stressing dynamic programming. I believe that this is one of the most important concepts in problem solving.

3 stars because I think it is a fairly good introduction for fledgling computer scientists BUT not a good reference for comptuer scientists trying to apply their skills to solve bioinformatic problems.

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


5.0 out of 5 stars Good book to start with, February 14, 2011
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
It's a good book to start with if you want to step into Bioinformatics.

It gives a brief introduction to biology background and gives algorithm examples.

Myself is a Computer Science student, found it easy to learn. Both biology knowledge and algorithms.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great text, September 26, 2010
By 
Daniel (Ames, Iowa) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
This text is a must-have for any student or scientist that is serious about learning the fundamentals of bioinformatics.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Good choice for an absolute beginner, May 18, 2010
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
I find this book well-written and friendly to people who have not been exposed to algorithmic ideas. Biologists who are keen to understand algorithms that underpin all bioinformatics softwares will get a good dose of confidence after reading this book. To get the best out of this book a reader should test the algorithms explained in the book using a familiar programming language. Experienced people looking to "level-up" their expertise are likely to be disappointed - this is definitely a book for beginner / intermediate level folks.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 6 people found the following review helpful:
5.0 out of 5 stars Uma excelente introdução à bioinformática, August 4, 2007
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
Este livro é excelente por várias razões. Entre elas posso citar o fato de estar totalmente voltado ao aprendizado por exemplos, sempre de forma a relacionar um problema computacional com um problema em bioinformática. É um livro muito abrangente, cobre muito bem os tópicos relacionados a alinhamentos e comparações de sequências. Seu capítulo sobre Algoritmos com Grafos é o meu preferido. O autor consegue passar as noções fundamentais com muita simplicidade, de forma que qualquer pessoa possa aprender num ritmo bem rápido.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 68 people found the following review helpful:
5.0 out of 5 stars Neil Jones and Pavel Pevzner's Book, August 30, 2004
A Kid's Review
This review is from: An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) (Hardcover)
Wow...this book is great! It is responsible for why I am on this computer...my father bought it as a guide and got a good job with a good salary. They said it was amazing. Thanks, Pavel and Neil!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

An Introduction to Bioinformatics Algorithms (Computational Molecular Biology)
$63.00 $42.60
In Stock
Add to cart Add to wishlist