- Bioinformatics with Python Cookbook
- Tiago Antao
- 166字
- 2021-06-10 19:01:45
There's more...
Much more can be said about the management of sequences in Biopython, but this is mostly introductory material that you can find in the Biopython tutorial. I think it's important to give you a taste of sequence management, mostly for completion purposes. To support readers who might have some experience in other fields of bioinformatics, but are just starting with sequence analysis, there are, nonetheless, a few points that you should be aware of:
- When you perform a RNA translation to get your protein, be sure to use the correct genetic code. Even if you are working with "common" organisms (such as humans), remember that the mitochondrial genetic code is different.
- Biopython's Seq object is much more flexible than what's shown here. For some good examples, refer to the Biopython tutorial. However, this recipe will be enough for the work we need to do with FASTQ files (see the next recipe).
- To deal with strand-related issues, there are, as expected, sequence functions like reverse_complement.
推薦閱讀
- Python進階編程:編寫更高效、優雅的Python代碼
- 單片機應用技術
- PhpStorm Cookbook
- 精通Linux(第2版)
- Mastering JavaScript High Performance
- Python極簡講義:一本書入門數據分析與機器學習
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Java 9 Programming By Example
- Java EE項目應用開發
- C#網絡編程高級篇之網頁游戲輔助程序設計
- Oracle API Management 12c Implementation
- Test-Driven Java Development(Second Edition)
- Git Version Control Cookbook
- AngularJS Directives Cookbook