Learn R Programming

NAM (version 1.1.2)

Fst: Fixation Index

Description

Genetic variation associated with markers distributed among subpopulations. The function generates a plot for structure diagnosis.

Usage

Fst(gen,fam)

Arguments

gen
Numeric matrix containing the genotypic data. A matrix with $n$ rows of observations and ($m$) columns of molecular markers. SNPs must be coded as 0, 1, 2, for founder homozigous, heterozygous and reference homozygous. NA is all
fam
Numeric vector of length ($n$) indicating which subpopulations ($i.e.$ family) each observation comes from. NA is not allowed.

Value

  • Wright's FST.

Details

Fst (Wright 1943) represents the differentiation among populations for the given locus. It is also a measure of genetic divergence between admixed populations. Neutral markers have an expected Fst 0.05, but may change according to the population. Outlier Fst supports signatures of selection. Permutation threshold is commonly used to verify statistical significance.

References

Wright, S. (1943). Isolation by distance. Genetics, 28(2), 114.

Examples

Run this code
data(tpod)
  Fst(gen=gen,fam=fam)

Run the code above in your browser using DataLab