Gets variants by genomic range.
get_variants_by_genomic_range(
chromosome = NULL,
start = NULL,
end = NULL,
verbose = FALSE,
warnings = TRUE,
page_size = 20L
)
A variants object.
A character vector of human chromosome names: autosomal and sexual chromosomes only, i.e., 1--22, X and Y.
Start position of range (starts at 1).
End position of range (inclusive).
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
.