/Rifraf.jl

The RIFRAF consensus algorithm.

Primary LanguageJuliaOtherNOASSERTION

Rifraf.jl

A Julia package that implements the RIFRAF consensus algorithm.

Documentation: murrellgroup.github.io/Rifraf.jl

GitHub: github.com/MurrellGroup/Rifraf.jl

Jupyter notebook: RIFRAF_clonal_accuracy.ipynb

A full description of the method has been submitted for publication. A link to the journal article will be added here when it is available.

Setup

To install:

Pkg.add("Rifraf")

To run the tests:

Pkg.test("Rifraf")

To build the documentation:

cd docs
julia make.jl
mkdocs build