- 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.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Flask Web開發入門、進階與實戰
- Django:Web Development with Python
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- ASP.NET Core 2 Fundamentals
- Learning Material Design
- Odoo 10 Implementation Cookbook
- Go語言入門經典
- Apache Solr PHP Integration
- OpenCV 3.0 Computer Vision with Java
- Java EE架構設計與開發實踐
- Visual Basic程序設計基礎
- Visual FoxPro程序設計習題及實驗指導
- Learning Alfresco Web Scripts