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