Difference between revisions of "VCFTools"
From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide ...") |
|||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide easily accessible methods for working with complex genetic variation data in the form of VCF files. | VCFtools is a program package designed for working with VCF files, such as those generated by the [http://www.1000genomes.org/ 1000 Genomes Project]. The aim of VCFtools is to provide easily accessible methods for working with complex genetic variation data in the form of VCF files. | ||
This toolset can be used to perform the following operations on VCF files: | This toolset can be used to perform the following operations on VCF files: | ||
Line 12: | Line 12: | ||
VCFtools consists of two parts, a perl module and a binary executable. The perl module is a general Perl API for manipulating VCF files, whereas the binary executable provides general analysis routines. | VCFtools consists of two parts, a perl module and a binary executable. The perl module is a general Perl API for manipulating VCF files, whereas the binary executable provides general analysis routines. | ||
== Installed version == | == Installed version == | ||
Revision as of 13:24, 9 March 2017
Introduction
VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide easily accessible methods for working with complex genetic variation data in the form of VCF files.
This toolset can be used to perform the following operations on VCF files:
- Filter out specific variants
- Compare files
- Summarize variants
- Convert to different file types
- Validate and merge files
- Create intersections and subsets of variants
VCFtools consists of two parts, a perl module and a binary executable. The perl module is a general Perl API for manipulating VCF files, whereas the binary executable provides general analysis routines.
Installed version
The currently installed version of VCFTools is 0.1.14.