Uses ~20k SNPs selected for common frequency across 5 major super populations
infer_ancestry(d, snpinfo = NULL, opengwas_jwt = get_opengwas_jwt())
data frame ordered by most likely ancestry, each row represents a super population and cor column represents the correlation between the GWAS dataset and the 1000 genomes super population allele frequencies
Data frame containing at least rsid
and eaf
columns.
e.g. output from associations
Output from afl2_list
, afl2_rsid
or afl2_chrpos
.
If NULL
then afl2_list()
is used by default
Used to authenticate protected endpoints. Login to https://api.opengwas.io to obtain a jwt. Provide the jwt string here, or store in .Renviron under the keyname OPENGWAS_JWT.