Cover image for Managing your biological data with Python
Title:
Managing your biological data with Python
Personal Author:
Series:
Chapman & Hall/CRC mathematical and computational biology series
Publication Information:
Boca Raton : CRC Press, 2014
Physical Description:
xxv, 544 pages : illustrations ; 24 cm.
ISBN:
9781439880937

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
32050000000346 QH324.2 V53 2014 Open Access Book Book
Searching...
Searching...
30000010342005 QH324.2 V53 2014 Open Access Book Book
Searching...

On Order

Summary

Summary

Take Control of Your Data and Use Python with Confidence

Requiring no prior programming experience, Managing Your Biological Data with Python empowers biologists and other life scientists to work with biological data on their own using the Python language. The book teaches them not only how to program but also how to manage their data. It shows how to read data from files in different formats, analyze and manipulate the data, and write the results to a file or computer screen.

The first part of the text introduces the Python language and teaches readers how to write their first programs. The second part presents the basic elements of the language, enabling readers to write small programs independently. The third part explains how to create bigger programs using techniques to write well-organized, efficient, and error-free code. The fourth part on data visualization shows how to plot data and draw a figure for an article or slide presentation. The fifth part covers the Biopython programming library for reading and writing several biological file formats, querying the NCBI online databases, and retrieving biological records from the web. The last part provides a cookbook of 20 specific programming "recipes," ranging from secondary structure prediction and multiple sequence alignment analyses to superimposing protein three-dimensional structures.

Tailoring the programming topics to the everyday needs of biologists, the book helps them easily analyze data and ultimately make better discoveries. Every piece of code in the text is aimed at solving real biological problems.


Table of Contents

Diving into Biological Data (or Biology) Using a Computational Approach
Data Retrieval and Handling
Data Analysis and Presentation
Web Dissemination
A Good Starting Place to Become a Developer
Appendices