Description Usage Arguments Value
View source: R/get.admixture.R
Function to generate admixture plots
1 2 3 4 5 6 7 8 9 10 11 12 |
population |
Population list |
geno |
Manually provided genotype dataset to use instead of gen/database/cohorts |
gen |
Quick-insert for database (vector of all generations to consider) |
database |
Groups of individuals to consider |
cohorts |
Quick-insert for database (vector of names of cohorts to consider) |
d |
dimensions to consider in admixture plot (default: automatically estimate a reasonable number) |
verbose |
Set to FALSE to not display any prints |
plot |
Set to FALSE to not generate an admixture plot |
sort |
Set to TRUE to sort individuals according to contributes from the first dimension |
sort.cutoff |
Skip individuals with contributions under this threshold (and use next dimension instead) data(ex_pop) get.admixture(ex_pop, gen=4:6, d=2, sort=TRUE) |
Matrix with admixture proportion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.