README.md

deFinetti Build Status

A package for plotting a de Finetti diagram and distributions of F-statistics of genotypes.

Installation

library(devtools)
install_github("mkanai/deFinetti")

Usage

> library(deFinetti)
> data(GenotypeFreq)
> GenotypeFreq
    AA   AB   BB
1 0.33 0.50 0.17
2 0.49 0.44 0.07
3 0.04 0.19 0.77
> deFinetti.plot(GenotypeFreq, with_F_color = TRUE)

example.png

Notes



mkanai/deFinetti documentation built on May 23, 2019, 1:05 a.m.