Home
Mastering Python for Bioinformatics: How to Write Flexible, Documented, Tested Code Research Computing
Barnes and Noble
Mastering Python for Bioinformatics: How to Write Flexible, Documented, Tested Code Research Computing
Current price: $99.99
Barnes and Noble
Mastering Python for Bioinformatics: How to Write Flexible, Documented, Tested Code Research Computing
Current price: $99.99
Size: Paperback
Loading Inventory...
*Product information may vary - to confirm product availability, pricing, shipping and return information please contact Barnes and Noble
Life scientists today urgently need training in bioinformatics skills. Too many bioinformatics programs are poorly written and barely maintained, usually by students and researchers who've never learned basic programming skills. This practical guide shows postdoc bioinformatics professionals and students how to exploit the best parts of Python to solve problems in biology while creating documented, tested, reproducible software.
- Create command-line Python programs to document and validate parameters
- Write tests to verify refactor programs and confirm they're correct
- Address bioinformatics ideas using Python data structures and modules such as Biopython
- Create reproducible shortcuts and workflows using makefiles
- Parse essential bioinformatics file formats such as FASTA and FASTQ
- Find patterns of text using regular expressions
- Use higher-order functions in Python like filter(), map(), and reduce()