- 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.
- TypeScript Blueprints
- Kubernetes實(shí)戰(zhàn)
- Beginning C++ Game Programming
- Python從入門到精通(精粹版)
- Windows內(nèi)核編程
- Android開(kāi)發(fā)三劍客:UML、模式與測(cè)試
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- 從零開(kāi)始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- QGIS 2 Cookbook
- Mastering Docker
- Mastering Apache Camel
- Mapping with ArcGIS Pro
- Java EE基礎(chǔ)實(shí)用教程
- Distributed Computing with Python
- Java EE互聯(lián)網(wǎng)輕量級(jí)框架整合開(kāi)發(fā):SSM+Redis+Spring微服務(wù)(上下冊(cè))