Map a variant identifier to an association identifier.
Value
A dataframe of two identifiers. First column is the variant identifier and the second column is the association identifier.
Examples
if (FALSE) { # \dontrun{
# Map GWAS variant identifiers to association identifiers
variant_to_association(c('rs7904579', 'rs138331350'))
} # }