HudsonFst.gw: HudsonFst.gw

View source: R/FstBattia.R

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

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