- Bioinformatics with Python Cookbook
- Tiago Antao
- 129字
- 2021-06-10 19:01:50
Introduction
Many tasks in computational biology are dependent on the existence of reference genomes. If you are performing sequence alignment, finding genes, or studying the genetics of populations, you will be directly or indirectly using a reference genome. In this chapter, we will develop some recipes for working with reference genomes and dealing with references of a varying quality—which can vary from high quality, as with the human genome, to problematic with non-model species. We will also look at how to deal with genome annotations (working with text databases that will point us to interesting features in the genome) and extract sequence data using the annotation information. We will also try to find some gene orthologues across species. Finally, we will access a Gene Ontology (GO) database.
- FuelPHP Application Development Blueprints
- Fundamentals of Linux
- AngularJS深度剖析與最佳實踐
- C語言程序設計立體化案例教程
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Scala程序員面試算法寶典
- App Inventor創意趣味編程進階
- 計算機應用基礎教程(Windows 7+Office 2010)
- Beginning C++ Game Programming
- Qt5 C++ GUI Programming Cookbook
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- C#面向對象程序設計(第2版)
- 軟件設計模式(Java版)
- Getting Started with the Lazarus IDE
- 計算思維與Python編程