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
- Host: GitHub
- URL: https://github.com/jgx65/hierfstat
- Owner: jgx65
- Created: 2015-03-18T15:36:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T20:19:11.000Z (over 1 year ago)
- Last Synced: 2025-08-03T21:41:09.865Z (10 months ago)
- Topics: devtools, fstatistics, gwas, hierfstat, kinship, population-genetics, population-genomics, quantitative-genetics, r, r-package, rstats, simulations
- Language: HTML
- Homepage:
- Size: 1010 KB
- Stars: 25
- Watchers: 9
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# *hierfstat*
[](https://cran.r-project.org/package=hierfstat)
[](https://cran.r-project.org/package=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")
```