get_ancestry_symbol_mappings {quincunx} | R Documentation |
Get PGS Catalog Ancestry Symbol Mappings
Description
Retrieves the mappings between the ancestry class symbols and ancestry class
via the PGS Catalog REST API. Note: this function is not exported and should
only be used for debugging reasons. Use in alternative
get_ancestry_categories
.
Usage
get_ancestry_symbol_mappings(
verbose = FALSE,
warnings = TRUE,
progress_bar = TRUE
)
Arguments
verbose |
A |
warnings |
A |
progress_bar |
Whether to show a progress bar indicating download progress from the REST API server. |
Value
Return a tibble of mappings between the ancestry symbols and their name, e.g. EUR and European, respectively.
[Package quincunx version 0.1.10 Index]