- Bioinformatics with Python Cookbook
- Tiago Antao
- 160字
- 2021-06-10 19:01:48
There's more...
The purpose of this recipe is to get you up to speed with the PyVCF module. At this stage, you should be comfortable with the API. We will not spend too much time on usage details because this will be the main purpose of the next recipe: using the VCF module to study the quality of your variant calls.
It will probably not be a shocking revelation that PyVCF is not the fastest module on earth. The file format (highly text-based) makes processing a time-consuming task. There are two main strategies for dealing with this problem. One strategy is parallel processing, which we will discuss in the last chapter, Chapter 9, Python for Big Genomics Datasets. The second strategy is to convert to a more efficient format; we will provide an example of this in Chapter 4, Population Genetics. Note that VCF developers are working on a binary (BCF) version to deal with parts of these problems (http://www.1000genomes.org/wiki/analysis/variant-call-format/bcf-binary-vcf-version-2).
- Computer Vision for the Web
- 工程軟件開(kāi)發(fā)技術(shù)基礎(chǔ)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- 數(shù)據(jù)結(jié)構(gòu)和算法基礎(chǔ)(Java語(yǔ)言實(shí)現(xiàn))
- 簡(jiǎn)單高效LATEX
- Python自動(dòng)化運(yùn)維快速入門(mén)(第2版)
- Oracle 12c中文版數(shù)據(jù)庫(kù)管理、應(yīng)用與開(kāi)發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- 零基礎(chǔ)學(xué)Java(第4版)
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐教程
- C#程序設(shè)計(jì)
- Asynchronous Android Programming(Second Edition)
- Visual C++開(kāi)發(fā)入行真功夫
- Learning PHP 7
- Mastering React
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)