Map an association accession identifier to a study accession identifier.
Value
A dataframe of two identifiers. First column is the association identifier and the second column is the study identifier.
Examples
if (FALSE) { # \dontrun{
# Map GWAS association identifiers to study identifiers
association_to_study(c('24300097', '24299759'))
} # }