Book Image

Bioinformatics with Python Cookbook

By : Tiago R Antao, Tiago Antao
Book Image

Bioinformatics with Python Cookbook

By: Tiago R Antao, Tiago Antao

Overview of this book

Table of Contents (16 chapters)
Bioinformatics with Python Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Python for Big Genomics Datasets

In this chapter, we will cover the following recipes:

  • Setting the stage for high-performance computing

  • Designing a poor human concurrent executor

  • Performing parallel computing with IPython

  • Computing the median in a large dataset

  • Optimizing code with Cython and Numba

  • Programming with laziness

  • Thinking with generators