- 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.
- JavaScript前端開發模塊化教程
- 自己動手寫搜索引擎
- Testing with JUnit
- CentOS 7 Linux Server Cookbook(Second Edition)
- Android Application Development Cookbook(Second Edition)
- Flask Web開發入門、進階與實戰
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- 從零開始學C語言
- Extreme C
- C編程技巧:117個問題解決方案示例
- Flink技術內幕:架構設計與實現原理
- 計算語言學導論
- HTML5游戲開發實戰
- SFML Game Development
- Continuous Integration,Delivery,and Deployment