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