- 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.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Web前端開發(fā)技術:HTML、CSS、JavaScript(第3版)
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- 編程的修煉
- MongoDB for Java Developers
- 實戰(zhàn)Java程序設計
- Java程序設計與實踐教程(第2版)
- C++ 從入門到項目實踐(超值版)
- 小學生C++創(chuàng)意編程(視頻教學版)
- Python數(shù)據(jù)結構與算法(視頻教學版)
- Principles of Strategic Data Science
- Python機器學習算法與應用
- 企業(yè)級Java現(xiàn)代化:寫給開發(fā)者的云原生簡明指南
- Developing Java Applications with Spring and Spring Boot
- WCF全面解析