get_variants_by_cytogenetic_band {gwasrapidd} | R Documentation |
Get GWAS Catalog variants by cytogenetic band.
Description
Gets variants that are mapped onto specific regions as specified by
cytogenetic bands. See the dataframe
cytogenetic_bands
for more information on possible
values.
Usage
get_variants_by_cytogenetic_band(
cytogenetic_band = NULL,
verbose = FALSE,
warnings = TRUE,
page_size = 20L
)
Arguments
cytogenetic_band |
A |
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 |
Value
A variants object.
[Package gwasrapidd version 0.99.18 Index]