- Bioinformatics with Python Cookbook
- Tiago Antao
- 151字
- 2021-06-10 19:01:48
Studying genome accessibility and filtering SNP data
While the previous recipes were focused on giving an overview of Python libraries to deal with alignment and variant call data, in this recipe, we will concentrate on actually using them with a clear purpose in mind.
If you are using NGS data, chances are that your most important file to analyze is a VCF file, which is produced by a genotype caller such as SAMtools, mpileup, or GATK. The quality of your VCF calls may need to be assessed and filtered. Here, we will put in place a framework to filter SNP data. Rather than giving you filtering rules (an impossible task to be performed in a general way), we will give you procedures to assess the quality of your data. With this, you can devise your own filters. Be sure to check Chapter 11, Advanced NGS Processing for more tips on filtering.
- Maven Build Customization
- Python貝葉斯分析(第2版)
- Mastering Python Networking
- Java編程技術與項目實戰(第2版)
- Learning Apache Mahout Classification
- Python算法從菜鳥到達人
- C語言程序設計實驗指導 (第2版)
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- 軟件測試綜合技術
- ExtJS Web應用程序開發指南第2版
- BeagleBone Robotic Projects(Second Edition)
- IBM Cognos TM1 Developer's Certification guide
- ASP.NET Web API Security Essentials
- 多媒體技術及應用
- Learning D