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.
To install:
Pkg.add("Rifraf")
To run the tests:
Pkg.test("Rifraf")
To build the documentation:
cd docs
julia make.jl
mkdocs build