BuildFreqNbG | R Documentation |
The function builds a list where each element corresponds to a population present in both Freq and NbGametes (all other populations being discarded). Each element consists of a data.frame with 2 columns, Freq and NbGamete.
BuildFreqNbG(Freq, NbGamete)
Freq |
A data.frame or matrix of frequencies where each row corresponds to a marker, each column corresponds to a population, |
NbGamete |
A data.frame or matrix of number of gametes where each row corresponds to a marker, and each column corresponds to a population |
a list of data.frames, each corresponding to a population.
## Load the HGDP data data(Freq);data(NbGamete) FreqNbG <- BuildFreqNbG(Freq,NbGamete)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.