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