| xadmixture | R Documentation |
A dataset containing simulated admixture data of 600 observations.
xadmixture
A data frame with 600 rows and 8 variables:
accAccession identifier
countryCountry where plant material was collected
speciesName of species
K1,K2,K3,K4,K5Admixture coefficients; expresses the proportions of the respective ancestries. Sum up to 1.
Data simulated for this package; for code see: https://github.com/SpaceCowboy-71/xadmix/blob/main/data-raw/xadmixture.R
# load simulated admixture data
data("xadmixture")
# create a subset of the data
xadmixture_sub <- admix_subset(xadmixture,
country = c("GBR", "FRA"),
anc = c("K1", "K2"),
pct = c(0.02, 0.2))
# generate a grouped & sorted stacked barplot
admix_barplot(xadmixture_sub,
K = 4:ncol(xadmixture),
sortkey = "K1",
grouping = "country",
palette = "turbo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.