HudsonFst.gw {fst4pg}R Documentation

HudsonFst.gw

Description

Compute genome-wide Hudson Fst moment estimator

Usage

HudsonFst.gw(HFst.m, Mat = TRUE)

Arguments

HFst.m

a list of data.frames as obtained with function HudsonFst.m

Mat

boolean, should the result be output as a matrix.

Value

By default a matrix of Hudson Fst coefficients, a vector otherwise.

Examples

data(Freq);data(NbGamete)
FreqNbG <- BuildFreqNbG(Freq,NbGamete)
HFst.m <- HudsonFst.m(FreqNbG)
HFst.chr <- HudsonFst.gw(HFst.m)

[Package fst4pg version 1.0.0 Index]