Allele frequencies were retrieved from Ensembl using the REST API, with the
population 1000GENOMES:phase_3:ALL
as primary source. For 9 SNPs where this
was unavailable, gnomADg:ALL
was used instead.
One SNP - rs2323964 - was excluded due to lack of Ensembl/dbSNP support.
For details, the code used to download and process the data is available in
the data-raw
folder on GitHub:
https://github.com/magnusdv/forrel/tree/master/data-raw
Note: The autosomal dataset (FORCE
) was updated in version 1.8.1, adding 15
markers that were previously missing and revising some frequencies. The
previous version is available via:
pth = system.file("extdata/FORCE_old.txt", package = "forrel")
oldforce = read.table(pth, header = TRUE)