Fst_dat | R Documentation |
A symmetric matrix with estimated genetic differentiation (Fst) between 3 populations.
data(Fst_dat)
A list with two elements:
Data frame with three rows and three columns
Data frame containing the locality information for each population
...
Farleigh, K., Vladimirova, S. A., Blair, C., Bracken, J. T., Koochekian, N., Schield, D. R., ... & Jezkova, T. (2021). The effects of climate and demographic history in shaping genomic variation across populations of the Desert Horned Lizard (Phrynosoma platyrhinos). Molecular Ecology, 30(18), 4481-4496.
data(Fst_dat)
Fst <- Fst_dat[[1]]
Loc <- Fst_dat[[2]]
Test <- Network_map(dat = Fst, pops = Loc,
neighbors = 2,col = c('#4575b4', '#91bfdb', '#e0f3f8','#fd8d3c','#fc4e2a'),
statistic = "Fst", Lat_buffer = 1, Long_buffer = 1)
Fstat_plot <- Pairwise_heatmap(dat = Fst, statistic = 'FST')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.