jgx65 / hierfstat

the hierfstat package
24 stars 14 forks source link
devtools fstatistics gwas hierfstat kinship population-genetics population-genomics quantitative-genetics r r-package rstats simulations

hierfstat

CRAN Status Badge CRAN Downloads Downloads from Rstudio mirror

This is the development page of the hierfstat package for the R software.

The hierfstat package is intended for the analysis of population structure using genetic markers. It is suitable for both haploid and diploid data. In particular, it contains functions to estimate and test hierarchical F-statistics for any number of hierarchical levels.

To install the development version of hierfstat

You will need the package devtools to be able to install the devel version of hierfstat. To install devtools:

install.packages("devtools")

To install hierfstat devel:

library(devtools)
install_github("jgx65/hierfstat")
library("hierfstat")