- Bioinformatics with Python Cookbook
- Tiago Antao
- 49字
- 2021-06-10 19:01:47
Analyzing data in VCF
After running a genotype caller (for example, GATK or SAMtools), you will have a VCF file reporting on genomic variations, such as SNPs, insertions/deletions (INDELs), copy number variations (CNVs), and so on. In this recipe, we will discuss VCF processing with the PyVCF module.
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- Practical DevOps
- 從0到1:HTML+CSS快速上手
- 64位匯編語言的編程藝術
- Building an RPG with Unity 2018
- jQuery開發基礎教程
- 計算機應用基礎實踐教程
- Python Data Structures and Algorithms
- Visual Basic程序設計上機實驗教程
- CoffeeScript Application Development Cookbook
- 時空數據建模及其應用
- Fast Data Processing with Spark(Second Edition)
- Orleans:構建高性能分布式Actor服務
- Struts 2.x權威指南
- Android Development Tools for Eclipse