| get_variants_by_genomic_range | R Documentation | 
Gets variants by genomic range.
get_variants_by_genomic_range(
  chromosome = NULL,
  start = NULL,
  end = NULL,
  verbose = FALSE,
  warnings = TRUE,
  page_size = 20L
)
chromosome | 
 A character vector of human chromosome names: autosomal and sexual chromosomes only, i.e., 1–22, X and Y.  | 
start | 
 Start position of range (starts at 1).  | 
end | 
 End position of range (inclusive).  | 
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   | 
A variants object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.