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