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