HudsonFst.m {fst4pg}R Documentation

HudsonFst.m

Description

Compute Hudson Fst moment estimator at marker level

Usage

HudsonFst.m(FreqNbG)

Arguments

FreqNbG

a list of data.frames (one per population) with 2 columns: Freq and NbGamete

Value

a list of data.frames with 2 columns: Fst and Weight.

Examples

## Load the FreqNbG object build from the HGDP data
data(Freq);data(NbGamete)
FreqNbG <- BuildFreqNbG(Freq,NbGamete)
HFst.m <- HudsonFst.m(FreqNbG)

[Package fst4pg version 1.0.0 Index]