- 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.
- Getting Started with Gulp(Second Edition)
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Visual C++程序設(shè)計學(xué)習(xí)筆記
- MySQL數(shù)據(jù)庫應(yīng)用與管理 第2版
- Vue.js 2 and Bootstrap 4 Web Development
- Python Deep Learning
- OpenNI Cookbook
- Securing WebLogic Server 12c
- ADI DSP應(yīng)用技術(shù)集錦
- 圖數(shù)據(jù)庫實戰(zhàn)
- 區(qū)塊鏈技術(shù)進階與實戰(zhàn)(第2版)
- Android移動開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- Spring Boot實戰(zhàn)
- Implementing Microsoft Dynamics NAV(Third Edition)
- Sitecore Cookbook for Developers