An open API service indexing awesome lists of open source software.

https://github.com/jgx65/hierfstat

the hierfstat package
https://github.com/jgx65/hierfstat

devtools fstatistics gwas hierfstat kinship population-genetics population-genomics quantitative-genetics r r-package rstats simulations

Last synced: 10 months ago
JSON representation

the hierfstat package

Awesome Lists containing this project

README

          

# *hierfstat*

[![CRAN Status Badge](https://www.r-pkg.org/badges/version/hierfstat)](https://cran.r-project.org/package=hierfstat)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/hierfstat)](https://cran.r-project.org/package=hierfstat)
[![Downloads from Rstudio mirror](https://cranlogs.r-pkg.org/badges/grand-total/hierfstat)](https://cran.r-project.org/package=hierfstat)

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")
```