Skip to content

MurrellGroup/Rifraf.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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