项目作者: BioJulia

项目描述 :
Biological Sequence Substitution Models for Julia
高级语言: Julia
项目地址: git://github.com/BioJulia/SubstitutionModels.jl.git
创建时间: 2017-07-22T17:15:14Z
项目社区:https://github.com/BioJulia/SubstitutionModels.jl

开源协议:Other

下载


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:

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