Bioinformatics Programming in Python - A Practical Course for Beginners
Verlag | Wiley-VCH |
Auflage | 2008 |
Seiten | 418 |
Format | 17,2 x 24,2 x 2,1 cm |
Gewicht | 804 g |
Artikeltyp | Englisches Buch |
ISBN-10 | 3527320946 |
EAN | 9783527320943 |
Bestell-Nr | 52732094A |
Optimized for life scientists without previous experience in programming, this fun book teaches essential programming skills for those who want -- or need -- to write their own bioinformatics software tools, using the Python programming language freely available from the Web.
This first introductory book designed to train novice programmers is based on a student course taught by the author, and has been optimized for biology students without previous experience in programming.
By interspersing theory chapters with numerous small and large programming exercises, the author quickly shows readers how to do their own programming, and throughout uses anecdotes and real-life examples from the biosciences to 'spice up' the text.
This practical book thus teaches essential programming skills for life scientists who want -- or need -- to write their own bioinformatics software tools.
Inhaltsverzeichnis:
Classification of Programming Languages
Getting the Materials: Python program and documentation
Variables, Data Types, Assignments
Flow Control
Worked Example #1
Functions and Procedures
Worked Example #2
The Object-oriented World
Worked Example #3
Top-down Versus Bottom-up Strategies
Worked Example #4
Sorting and Searching
Welcome to the Library
Programming Exercise: Trimethizing a File
Dealing with Errors
Programming Exercise: Generating a Restriction Map
Advanced Techniques in Python
Programming Exercise: Python goes PCR