- Bioinformatics with Python Cookbook
- Tiago Antao
- 115字
- 2021-06-10 19:01:51
There's more...
P. falciparum is a reasonable example of a eukaryote with a small genome that allows you to perform a small data exercise with enough features, while still being useful for most eukaryotes. Of course, there are no sex chromosomes (such as X/Y in humans), but these should be easy to process because reference genomes do not deal with ploidy issues.
P. falciparum does have a mitochondrion, but we will not deal with it here due to space constraints. Biopython does have the functionality to print circular genomes, which you can also use with bacteria. With regards to bacteria and viruses, these genomes are much easier to process because their size is very small.
推薦閱讀
- Pandas Cookbook
- C語言程序設計(第2版)
- Visual Basic程序設計(第3版):學習指導與練習
- 編寫高質量代碼:改善Python程序的91個建議
- 我的第一本算法書
- Git高手之路
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Python機器學習之金融風險管理
- ActionScript 3.0從入門到精通(視頻實戰版)
- Java程序設計教程
- 微前端設計與實現
- 深度學習入門:基于Python的理論與實現
- WordPress Search Engine Optimization(Second Edition)
- C Primer Plus(第6版)中文版【最新修訂版】
- Clojure Data Structures and Algorithms Cookbook