Skip to content

BioJulia/SubstitutionModels.jl

Repository files navigation

SubstitutionModels.jl

Release status:

Latest Release SubstitutionModels License BioJulia maintainer: jangevaare BioJulia maintainer: Ward9250

Development status:

Build Status codecov.io

Description

SubstitutionModels.jl provides facilities to model the substitution process of biological sequences. Such models are essential for the analysis of sequence evolution, phylogenetics, and simulation.

We first aim to provide the most common substitution models used in the literature, but aim to build an extendable framework using julia's type system and traits, so as custom model types can be created and used.

Installation

The current release version can be installed from the Julia REPL:

julia> using Pkg
julia> add("SubstitutionModels")

Contributing and Questions

We appreciate contributions from users including reporting bugs, fixing issues, improving performance and adding new features. Please go to the contributing section of the documentation for more information.

If you have a question about contributing or using this package, you are encouraged to use the Bio category of the Julia discourse site.