HudsonFst.m: HudsonFst.m

View source: R/FstBattia.R

HudsonFst.mR 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)

fst4pg documentation built on July 4, 2022, 1:06 a.m.