study_to_association {gwasrapidd} | R Documentation |
Map a study id to an association id
Description
Map a study accession identifier to an association accession identifier.
Usage
study_to_association(study_id, verbose = FALSE, warnings = TRUE)
Arguments
study_id |
A character vector of study 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 study identifier and the second column is the association identifier.
Examples
## Not run:
# Map GWAS study identifiers to association identifiers
study_to_association(c('GCST001084', 'GCST001085'))
## End(Not run)
[Package gwasrapidd version 0.99.17 Index]