Gets variants whose genomic context includes a specific gene or genes.
get_variants_by_gene_name(
gene_name = NULL,
verbose = FALSE,
warnings = TRUE,
page_size = 20L
)
A variants object.
A character
vector of gene names.
Whether the function should be verbose about the different queries or not.
Whether to print warnings.
An integer scalar indicating the
page
value to be used in the JSON requests, can be between 1
and
1000
.