- Bioinformatics with Python Cookbook
- Tiago Antao
- 236字
- 2021-06-10 19:01:47
There's more...
Although we will discuss data filtering in the Studying genome accessibility and filtering SNP data recipe in this chapter, it's not our objective to explain the SAM format in detail or give a detailed course in data filtering. This task will require a book of its own, but with the basics of pysam, you can navigate through SAM/BAM files. However, in the last recipe of this chapter, we will take a look at extracting genome-wide metrics from BAM files (via annotations on VCF files that represent metrics of BAM files) for the purpose of understanding the overall quality of our dataset.
You will probably have very large data files to work with. It's possible that some BAM processing will take too much time. One of the first approaches to reduce the computation time is subsampling. For example, if you subsample at 10 percent, you ignore 9 records out of 10. For many tasks, such as some of the analysis done for the quality assessment of BAM files, subsampling at 10 percent (or even 1 percent) will be enough to get the gist of the quality of the file.
If you use human data, you may have your data sequenced at Complete Genomics. In this case, the alignment files will be different. Although Complete Genomics provides tools to convert to standard formats, you might be served better if you use their own data.
- Learn ECMAScript(Second Edition)
- iOS面試一戰到底
- Learning Spring 5.0
- Python for Secret Agents:Volume II
- Vue.js前端開發基礎與項目實戰
- INSTANT FreeMarker Starter
- R語言數據可視化之美:專業圖表繪制指南
- JavaScript+jQuery開發實戰
- INSTANT Sencha Touch
- YARN Essentials
- 小程序開發原理與實戰
- 碼上行動:用ChatGPT學會Python編程
- 微信小程序入門指南
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Python預測之美:數據分析與算法實戰(雙色)