association_to_study | R Documentation |
Map an association accession identifier to a study accession identifier.
association_to_study(association_id, verbose = FALSE, warnings = TRUE)
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. |
A dataframe of two identifiers. First column is the association identifier and the second column is the study identifier.
## Not run:
# Map GWAS association identifiers to study identifiers
association_to_study(c('24300097', '24299759'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.