variant_to_association | R Documentation |
Map a variant identifier to an association identifier.
variant_to_association(variant_id, verbose = FALSE, warnings = TRUE)
variant_id |
A character vector of variant identifiers. |
verbose |
Whether the function should be verbose about the different queries or not. |
warnings |
Whether to print warnings. |
A dataframe of two identifiers. First column is the variant identifier and the second column is the association identifier.
## Not run:
# Map GWAS variant identifiers to association identifiers
variant_to_association(c('rs7904579', 'rs138331350'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.