Beginning Perl for Bioinformatics (Paperback)
James Tisdall
- 出版商: O'Reilly
- 出版日期: 2001-11-27
- 定價: $1,400
- 售價: 8.8 折 $1,232
- 語言: 英文
- 頁數: 400
- 裝訂: Paperback
- ISBN: 0596000804
- ISBN-13: 9780596000806
-
相關分類:
Perl 程式語言、生物資訊 Bioinformatics
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,200$1,176 -
$1,029Fundamentals of Data Structures in C
-
$680$537 -
$2,640$2,508 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$1,150$1,127 -
$1,730$1,644 -
$920$727 -
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$860$568 -
$1,920$1,824 -
$620$527 -
$590$466 -
$720$569 -
$690$587 -
$1,540Mastering Perl for Bioinformatics (Paperback)
-
$750$638 -
$800$760 -
$560$476 -
$2,370$2,252 -
$450$383 -
$490$417 -
$675LPIC 1 Exam Cram 2: Linux Professional Institute Certification Exams 101 and 102 (Paperback)
-
$550$468
相關主題
商品描述
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 outp
Table of Contents
Preface
1. Biology and Computer Science
The Organization of DNA
The Organization of Proteins
In Silico
Limits to Computation2. Getting Started with Perl
A Low and Long Learning Curve
Perl's Benefits
Installing Perl on Your Computer
How to Run Perl Programs
Text Editors
Finding Help3. The Art of Programming
Individual Approaches to Programming
Edit-Run-Revise (and Save)
An Environment of Programs
Programming Strategies
The Programming Process4. Sequences and Strings
Representing Sequence Data
A Program to Store a DNA Sequence
Concatenating DNA Fragments
Transcription: DNA to RNA
Using the Perl Documentation
Calculating the Reverse Complement in Perl
Proteins, Files, and Arrays
Reading Proteins in Files
Arrays
Scalar and List Context
Exercises5. Motifs and Loops
Flow Control
Code Layout
Finding Motifs
Counting Nucleotides
Exploding Strings into Arrays
Operating on Strings
Writing to Files
Exercises6. Subroutines and Bugs
Subroutines
Scoping and Subroutines
Command-Line Arguments and Arrays
Passing Data to Subroutines
Modules and Libraries of Subroutines
Fixing Bugs in Your Code
Exercises7. Mutations and Randomization
Random Number Generators
A Program Using Randomization
A Program to Simulate DNA Mutation
Generating Random DNA
Analyzing DNA
Exercises8. The Genetic Code
Hashes
Data Structures and Algorithms for Biology
The Genetic Code
Translating DNA into Proteins
Reading DNA from Files in FASTA Format
Reading Frames
Exercises9. Restriction Maps and Regular Expressions
Regular Expressions
Restriction Maps and Restriction Enzymes
Perl Operations
Exercises10. GenBank
GenBank Files
GenBank Libraries
Separating Sequence and Annotation
Parsing Annotations
Indexing GenBank with DBM
Exercises11. Protein Data Bank
Files and Folders
PDB Files
Parsing PDB Files
Controlling Other Programs
Exercises12. BLAST
Obtaining BLAST
String Matching and Homology
BLAST Output Files
Parsing BLAST Output
Presenting Data
Bioperl
Exercises13. Further Topics
The Art of Program Design
Web Programming
Algorithms and Sequence Alignment
Object-Oriented Programming
Perl Modules
Complex Data Structures
Relational Databases
Microarrays and XML
Graphics Programming
Modeling Networks
DNA ComputersA. Resources
B. Perl Summary
Index