powered by
Map a study accession identifier to a variant accession identifier.
study_to_variant(study_id, verbose = FALSE, warnings = TRUE)
A dataframe of two identifiers. First column is the study identifier and the second column is the variant identifier.
A character vector of study accession identifiers.
Whether the function should be verbose about the different queries or not.
Whether to print warnings.
if (FALSE) { # Map GWAS study identifiers to variant identifiers study_to_variant(c('GCST001084', 'GCST001085')) }
Run the code above in your browser using DataLab