Home

GeneticVariation.jl

Latest Release GeneticVariation License BioJulia maintainer: bicycle1885 BioJulia maintainer: Ward9250

Development builds: Build Status Build status codecov

Description

GeneticVariation.jl provides types and methods for working with genetic variation. It provides a VCF and BCF parser, as well as methods for working with variation in sequences such as evolutionary distance computation, and counting different mutation types.

Installation

Install GeneticVariation from the Julia REPL:

julia> Pkg.add("GeneticVariation")

If you are interested in the cutting edge of the development, please check out the master branch to try new features before release.