HudsonFst.gw | R Documentation |
Compute genome-wide Hudson Fst moment estimator
HudsonFst.gw(HFst.m, Mat = TRUE)
HFst.m |
a list of data.frames as obtained with function |
Mat |
boolean, should the result be output as a matrix. |
By default a matrix of Hudson Fst coefficients, a vector otherwise.
data(Freq);data(NbGamete) FreqNbG <- BuildFreqNbG(Freq,NbGamete) HFst.m <- HudsonFst.m(FreqNbG) HFst.chr <- HudsonFst.gw(HFst.m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.