Ancestral Recombination Graph Modelling & Inference in Julia
https://patrickfournier.ca/software/documentation/moonshine
- Julia 97.6%
- Just 2.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| ext | ||
| src | ||
| test | ||
| .gitignore | ||
| .JuliaFormatter.toml | ||
| CHANGELOG.md | ||
| CITATION.cff | ||
| cliff.toml | ||
| CondaPkg.toml | ||
| justfile | ||
| LICENSE | ||
| Project.toml | ||
| Readme.md | ||
Moonshine.jl 
Overview
Moonshine.jl is a Julia framework for coalescent modelling oriented towards ancestral recombination graph (ARG) inference. It provides the AbstractGenealogy type which leverages Graphs.jl for convenient implementation of graph-theoretical models of molecular evolution.
Installation
As usual, from julia's REPL, enter Pkg mode by pressing ]. Then,
pkg> add Moonshine
Documentation
This readme is austere by design. Full Documentation as well as a quickstart tutorial are available on a dedicated website. The tutorial is targeted towards experienced as well as first-time julia users.