association_to_variant {gwasrapidd} | R Documentation |
Map an association id to a variant id
Description
Map an association accession identifier to a variant identifier.
Usage
association_to_variant(association_id, verbose = FALSE, warnings = TRUE)
Arguments
association_id |
A character vector of association accession identifiers. |
verbose |
Whether the function should be verbose about the different queries or not. |
warnings |
Whether to print warnings. |
Value
A dataframe of two identifiers. First column is the association identifier and the second column is the variant identifier.
Examples
## Not run:
# Map GWAS association identifiers to variant identifiers
association_to_variant(c('24300097', '24299759'))
## End(Not run)
[Package gwasrapidd version 0.99.17 Index]