All Projects → BioJulia → SubstitutionModels.jl

BioJulia / SubstitutionModels.jl

Licence: other
Biological Sequence Substitution Models for Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to SubstitutionModels.jl

phylogenetics-class
A course in the theory and practice of phylogenetic inference from DNA sequence data
Stars: ✭ 16 (+23.08%)
Mutual labels:  phylogenetics
Biopython
Official git repository for Biopython (originally converted from CVS)
Stars: ✭ 2,936 (+22484.62%)
Mutual labels:  phylogenetics
sts
Sequential Tree Sampler for online phylogenetics
Stars: ✭ 15 (+15.38%)
Mutual labels:  phylogenetics
genesis
A library for working with phylogenetic and population genetic data.
Stars: ✭ 43 (+230.77%)
Mutual labels:  phylogenetics
archaeopteryx-js
Archaeopteryx.js is a software tool for the visualization and analysis of highly annotated phylogenetic trees.
Stars: ✭ 27 (+107.69%)
Mutual labels:  phylogenetics
taxonium
A tool for exploring very large trees in the browser
Stars: ✭ 65 (+400%)
Mutual labels:  phylogenetics
seqotron
Alignment editor for Mac OS X
Stars: ✭ 26 (+100%)
Mutual labels:  phylogenetics
r2g
A homology-based, computationally lightweight pipeline for discovering genes in the absence of an assembly
Stars: ✭ 49 (+276.92%)
Mutual labels:  phylogenetics
libpll
Phylogenetic Likelihood Library
Stars: ✭ 21 (+61.54%)
Mutual labels:  phylogenetics
phylonium
♥ Fast and Accurate Estimation of Evolutionary Distances
Stars: ✭ 18 (+38.46%)
Mutual labels:  phylogenetics
CAFE5
Version 5 of the CAFE phylogenetics software
Stars: ✭ 53 (+307.69%)
Mutual labels:  phylogenetics
PhyloTrees.jl
Phylogenetic trees in Julia
Stars: ✭ 15 (+15.38%)
Mutual labels:  phylogenetics
CAFE
Analyze changes in gene family size and provide a statistical foundation for evolutionary inferences.
Stars: ✭ 88 (+576.92%)
Mutual labels:  phylogenetics
PyPHLAWD
Python version of PHLAWD
Stars: ✭ 16 (+23.08%)
Mutual labels:  phylogenetics
usher
Ultrafast Sample Placement on Existing Trees
Stars: ✭ 89 (+584.62%)
Mutual labels:  phylogenetics
phyml
PhyML -- Phylogenetic estimation using (Maximum) Likelihood
Stars: ✭ 125 (+861.54%)
Mutual labels:  phylogenetics
FAVITES
FAVITES (FrAmework for VIral Transmission and Evolution Simulation)
Stars: ✭ 33 (+153.85%)
Mutual labels:  phylogenetics
booster
booster.c3bi.pasteur.fr
Stars: ✭ 22 (+69.23%)
Mutual labels:  phylogenetics
q2-qemistree
Hierarchical orderings for mass spectrometry data. Canonically pronounced "chemis-tree".
Stars: ✭ 23 (+76.92%)
Mutual labels:  phylogenetics
TreeSAPP
A Python package for gene-centric taxonomic and functional classification using phylogenetic placement
Stars: ✭ 20 (+53.85%)
Mutual labels:  phylogenetics

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].