SubstitutionModels.jl

Biological Sequence Substitution Models for Julia
Author BioJulia
Popularity
16 Stars
Updated Last
11 Months Ago
Started In
July 2017

SubstitutionModels.jl

Release status:

DOI Latest Release License BioJulia maintainer: jangevaare

Development status:

test-lts test-stable test-nightly 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:

using Pkg
Pkg.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.

Used By Packages