Beginning Perl for Bioinformatics and over 1.5 million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Good See details
Price: £16.69

or
 
   
Trade in Yours
For a £4.00 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Start reading Beginning Perl for Bioinformatics on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning Perl for Bioinformatics [Paperback]

James Tisdall
4.4 out of 5 stars  See all reviews (7 customer reviews)
RRP: £30.99
Price: £19.83 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.16 (36%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 4 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want it Thursday, 20 June? Choose Express delivery at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition £17.85  
School & Library Binding --  
Paperback £19.83  
Trade In this Item for up to £4.00
Trade in Beginning Perl for Bioinformatics for an Amazon.co.uk gift card of up to £4.00, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Special Offer until June 30, 2013: Receive an additional £5 promotional Gift Card, when you trade-in at least £10 worth of books. Learn more

Book Description

29 Oct 2001 0596000804 978-0596000806 1

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

Frequently Bought Together

Beginning Perl for Bioinformatics + Mastering Perl for Bioinformatics + Building Bioinformatics Solutions: with Perl, R and MySQL
Price For All Three: £75.22

Buy the selected items together


Product details

  • Paperback: 386 pages
  • Publisher: O'Reilly Media; 1 edition (29 Oct 2001)
  • Language: French
  • ISBN-10: 0596000804
  • ISBN-13: 978-0596000806
  • Product Dimensions: 17.8 x 2 x 23.3 cm
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Bestsellers Rank: 348,538 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

Review

".....it is highly recommended for biologists and computer scientists who are new to the field of bioinformatics." -- Darryl Nishamura, Bioinformatics and Internet Report, Vol 3 Number 2, 2002

"Exactly what the average, over-worked geneticist needs." -- Gregory V. Wilson, Dr Dobbs Journal, June 2002

"James Tisdall's Beginning Perl for Bioinformatics, on the other hand, is exactly what the average over-worked geneticist needs....." -- Greg V. Wilson, Dr Dobbs, June 2002

Good for biotech professionals who are familiar with bio concepts and need to brush up on the practical computer science aspects of their field. -- Netsurfer Digest, Jan 2002

It's a solid book, and one that should be able to get people learning Perl, genetics, or both up to speed and working on real world problems quickly. -- Babbage, slashdot.org, Jan 2002

Book Description

An Introduction to Perl for Biologists

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4.4 out of 5 stars
4.4 out of 5 stars
Most Helpful Customer Reviews
17 of 17 people found the following review helpful
By A Customer
Format:Paperback
I found this book excellent, it contains the solution to most programmes required for bioinformatics and creating a web-site. I mean as a biologist with no experience in computer programming i was scared when it came to programme using perl but this book is literally a god-send and provided most of the solutions to build biological web-sites from finding pattern matching restriction sites in a nucleotide sequence to extracting specific information from sequences and transforming nucleotide sequences into amino acid sequences and building web pages from it.
You have to buy this book if you are new to the world of perl or bioinformatics.
Comment | 
Was this review helpful to you?
9 of 10 people found the following review helpful
Format:Paperback
I think this is a really good introduction to both Perl and Bioinformatics programming. I already know several other languages, and have been meaning to pick up Perl for a while. So I thought this book might be too basic for me, but because I was new to the field of Bioinformatics, I did not find it terribly basic. I also do believe that it would be very good for someone with a biology background wanting to learn perl for bioinformatics (this is the audience the book claims to be targeting). Perl is a very powerful language, and I do think that it could be hard for programming beginner to learn. However, I think this book does a very good job of introducing several important topics in Perl gently. The best thing about it is the extremely numerous examples, which can all be downloaded from the book's website, so you don't have to waste time typing them in. This provides a great source of learning and experimenting with the code, but it also provides a platform for developing more advanced programs. You can just build new programs on top of much of the code from the book, which is very convenient, and is also what programming efficiently is all about.

There are 13 chapters in the book, and I'll give a quick summary and insight into each below:
Chapter 1 Biology and computer science: This gives a quick and gentle introduction to the goals of the field of bioinformatics, and how the two fields of biology and computer science contribute to it. It sets the context of the book.
Chapter 2 Getting started with Perl: This is a good chapter which details how to set up Perl on your computer, and get started using it.
Chapter 3 The art of programming: This chapter discusses the common approaches that people take to programming, and open source programming....

Chapter 11 Protein data bank: This chapter is similar to the last, except that it deals with the Protein Data Bank instead of GenBank.
Chapter 12 BLAST: This is another specific chapter, dealing with the Basic Local Alignment Search Tool (BLAST), a pervasive tool in bioinformatics.
Chapter 13 Further Topics: Gives a cursory discussion of several "advanced" topics, like DNA computing, graphics pogramming and relational databases.

You can see from the above chapters how the book proceeds, covering both aspects of Perl and tasks in bioinformatics one step at a time, which means that it's good for beginners with any background, really. All of the chapters (except the very early ones) have lots of sample code. Obviously this book isn't intended to be the only book you own on bioinformatics or Perl. It doesn't provide a thorough discussion of either, and you will especially need another book on bioinformatics if you are new to the biological sciences. You will need a more solid reference for the Perl language, which you can get from Programming Perl, or you can use the online documentation. If you are new to programming, you would also possibly benefit from using another beginning book, like Learning Perl, but I still believe that having a targeted book like this is invaluable to the starting bioinformatician. Read more ›

Comment | 
Was this review helpful to you?
7 of 8 people found the following review helpful
2.0 out of 5 stars Not far from Awful... 21 Oct 2003
Format:Paperback
I was advised to buy this book by my supervisor when I started my PhD in Bioinformatics. I had no previous programing experience and I was told that perl was the best way forward. It turned out perl was the best way forward, but not using this book. Perl is a very simple and intuitive language which a joy to work with.

This book tackles biological problems but with a poor approach. It forces you to copy down pages of code to form your first programs, and barely explains why you are doing it. What happens is that you miss out a word or spell something wrong and your program doesn't work, you get annoyed, you smash something! In contrast, the world renouned "learning perl" book teaches you why you do things and you build up your perl from a solid base. Yes this book focuses on the problem of using perl for biological problems, but that really isn't necessary. What you need is to learn the programming language, then when you are sure you know enough, you can apply it to your own problems. A solve them easily.

Buy "learning perl, O'reilly press" and then proceed to "programming perl, O'reilly press", there are far better books and will give you a solid grounding to tackle bioinformatics problems.

Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
5.0 out of 5 stars Good to go. 4 Dec 2004
Format:Paperback
I'm one of those people who should be doing something better! But since this book is good, because my copy is bent to pieces, I thought I would offer up my vote for a good read.

clear follow through, gives you coded programs - not just snipits! that don't work on there own. Lets you cut the bits out you don't need etc... up to speed fast with the little bit of code you needed. No point learning everthing perl can do! only to chop some sequences etc... otherwise you wouldn't be buying this book, you'd buy a specific perl book

fun read too, with websites you might not yet know about.

Comment | 
Was this review helpful to you?
5.0 out of 5 stars Code you can use from the start 8 Mar 2011
By Andrew Dalby TOP 1000 REVIEWER VINE™ VOICE
Format:Paperback
Beginning Perl for Bioinformatics is one of the core texts I recommend to students studying a perl programming course as part of a bioinformatics MSc.

Learning perl is a classic for teaching perl but it does tail off towards the end as the authors cannot find ways of applying fundamental concepts. This is where Beginning Perl for Bioinformatics comes into its own by giving you code that will help you to solve everyday problems you have in the lab.

I cannot understand the negative review. Until the last two chapters the code is explained in very great detail and the author expects that by the time you get to the pdb and Blast chapters you should be able to read complex code. His advice on clear programming is excellent. The examples towards the end are very long, but that is why there is a download site where all the code has been typed in for you already. It is also why he stresses modularisation as this avoids you having to type the same things over and over again. If you are going to use Perl for sequence analysis buy this book.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges