- Bioinformatics with Python Cookbook
- Tiago Antao
- 122字
- 2021-06-10 19:01:49
There's more...
The whole issue of filtering SNPs and other genome features will need a book on its own. This approach will depend on the type of sequencing data that you have, the number of samples, and potential extra information (for example, a pedigree among samples).
This recipe is very complex as it is, but parts of it are profoundly naive (there is a limit regarding the complexity that I can force on you in a simple recipe). For example, the window code does not support overlapping windows. Also, data structures are simplistic. However, I hope that they give you an idea of the general strategy to process genomic, high-throughput sequencing data. You can read more in Chapter 11, Advanced NGS Processing.
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- 大學計算機基礎(第三版)
- 微信公眾平臺與小程序開發:從零搭建整套系統
- ThinkPHP 5實戰
- Building a Game with Unity and Blender
- Learning Neo4j 3.x(Second Edition)
- C語言實驗指導及習題解析
- JavaScript動態網頁開發詳解
- 軟件架構:Python語言實現
- Mastering Apache Spark 2.x(Second Edition)
- Java編程技術與項目實戰(第2版)
- 學習OpenCV 4:基于Python的算法實戰
- Scratch3.0趣味編程動手玩:比賽訓練營
- 零基礎學Python編程(少兒趣味版)
- C語言程序設計