get_variants_by_pubmed_id: Get GWAS Catalog variants by PubMed identifiers
Description
Gets variants whose associated publications match
PubMed identifiers.
Usage
get_variants_by_pubmed_id(
pubmed_id = NULL,
verbose = FALSE,
warnings = TRUE,
page_size = 20L
)
Arguments
- pubmed_id
An integer vector of
PubMed identifiers.
- verbose
Whether the function should be verbose about the different
queries or not.
- warnings
Whether to print warnings.
- page_size
An integer scalar indicating the
page
value to be used in the JSON requests, can be between 1
and
1000
.