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