ProfilingSummary | R Documentation |
Summary of Fst profiles
ProfilingSummary(FstProfiles, SnpInfo)
FstProfiles |
a list of Fst profiles as obtained from function |
SnpInfo |
a data.frame providing information about markers |
a list of data.frame. Each data.frame summarizes a Fst profile, in terms of number of segments, Start and End positions, length (i.e. number of markers) and Fst level of each segment.
data(Freq);data(NbGamete);data(Info) FreqNbG <- BuildFreqNbG(Freq,NbGamete) HFst.m <- HudsonFst.m(FreqNbG) TwoPops <- list(First="Colombian",Second="Tuscan") HFst.prof <- HudsonFst.prof(HFst.m,Contrast=TwoPops) PS <- ProfilingSummary(HFst.prof,Info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.