VCFTools.jl
Julia utilities for handling VCF fiels
VCFTools.jl
implements some Julia utilities for handling VCF files. This package heavily uses the VCF parser developed in the BioJulia/GeneticVariation.jl
package.
Package Features
- Calculate genotype statistics (minor allele frequencies, minor allele, count of missing genotypes, etc) from a VCF file.
- Extract specific data fields from a VCF file.
- Match markers in two VCF files according to ID.
Installation
Use the Julia package manager to install VCFTools.jl
.
Pkg.clone("https://github.com/OpenMendel/VCFTools.jl.git")
This package supports Julia 0.6
.