Biohealthmatics.com The 24th annual conference TEPR 2008 will open its doors on May 19, 2008 at the Fort Lauderdale Convention Center to more than 500 speakers, close to 5,000 attendees, and approximately 200 exhibitors.
advertisement
Biohealthmatics Centers
Home
Jobs Search
Career Center
Networking Center
Company Profiles
Knowledge Center
Industry News
Web Directory
Industry Books
Featured Articles

Biohealthmatics.com....linking professionals
advertisement

Join Us

Link To Us





Perl for Bioinformatics

by Arun Jagota

Publisher: Bioinformatics By the Bay
Publication Date: Monday, January 15, 2001
Number of Pages: 43
ISBN: 0970029721


Book Summary:
Informatics in the genomic setting involves the storage, search, and manipulation of textual data such as DNA and protein sequences and related matter such as structural or functional annotations, authors, cross-links to other sequences or structures, and more. (See the Genbank, EMBL, and PDB databases to get a better idea.) While some of the search and manipulation needs of a user may be met by generic web interfaces, often they won't be. Some needs may not have been anticipated when the web interface was constructed, others perhaps were too complex to support for use over the web.

Perl is an ideal language for such needs. With Perl one will sometimes be able to solve a data search or manipulation problem in a matter of hours if not minutes. (Solving the same problem in C/C++/Java could take much, much longer.) Here are some particular problems in this setting for which Perl is a great fit.

 Searching sequence databases with regular expression patterns.

 Parsing entries in databases (e.g., reading a Genbank entry of a gene and extracting its exons).

 Converting database entries from one format to another (e.g., converting from Genbank to EMBL format).

 Using standard sequence analysis tools written in Perl. (See the various Perl packages supported by the BioPerl project.)

This short book introduces Perl to the bio or computer scientist interested in or working in bioinformatics. Chapter 1 covers data types. Chapter 2 covers control structures. Chapter 3 covers input and output. Chapter 4 covers regular expressions. Chapter 5 covers handy functions on strings. Chapter 6 covers subroutines. All these chapters contain illustrative examples from bioinformatics. These chapters cover only those features of Perl that are particularly important to know in the context of search and manipulation of biomolecular data. In particular, Unix-specific features such as those involving Unix file, directory and process management are omitted. Chapter 7 presents several Perl scripts for various common bioinformatics tasks. Chapter 8 covers the BioPerl project.

Chapter 9 presents some modules, with examples from bioinformatics.


advertisement

Book Reviews

Post a book review for this title

No reviews for this title. Be the first to post a review.

 

More Health Informatics BooksMore Health Informatics Books ...

 
 

 

 

 

   
Copyright © 2007 Biohealthmatics.com. All Rights Reserved. Contact Us - About Us - Privacy Policy - Terms & Conditions - Resources
Can't find what you are looking for? View our Site Map

Last Updated: 24 November 2007.