Skip to content

mkanai/deFinetti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • The original R script was written by Kenji Yamane. This package extends the functionality of his script, giving the capability to plot the diagram and legend at the same time, an example dataset, and documentations.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages