HudsonFst.m | R Documentation |
Compute Hudson Fst moment estimator at marker level
HudsonFst.m(FreqNbG)
FreqNbG |
a list of data.frames (one per population) with 2 columns: Freq and NbGamete |
a list of data.frames with 2 columns: Fst and Weight.
## Load the FreqNbG object build from the HGDP data data(Freq);data(NbGamete) FreqNbG <- BuildFreqNbG(Freq,NbGamete) HFst.m <- HudsonFst.m(FreqNbG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.