- 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.
推薦閱讀
- FuelPHP Application Development Blueprints
- iOS面試一戰(zhàn)到底
- Getting Started with React
- Docker進(jìn)階與實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)教程(第2版)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實(shí)現(xiàn)+微課視頻)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Elasticsearch Server(Third Edition)
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)
- Creating Stunning Dashboards with QlikView
- Go語言底層原理剖析
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- 創(chuàng)意UI Photoshop玩轉(zhuǎn)移動UI設(shè)計(jì)
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- UX Design for Mobile