afl2_list | R Documentation |
Data frame includes 1000 genomes metadata including sample sizes, allele frequency and LD score, separated by 5 super populations (EUR = European, AFR = African, EAS = East Asian, AMR = Admixed American, SAS = South Asian)
afl2_list(
variantlist = c("reduced", "hapmap3")[1],
opengwas_jwt = get_opengwas_jwt()
)
variantlist |
Choose pre-defined list. reduced = ~20k SNPs that are common in all super populations (default). hapmap3 = ~1.3 million hm3 SNPs |
opengwas_jwt |
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. |
Data frame containing ancestry specific LD scores and allele frequencies for each variant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.