get_variants_by_gene_name {gwasrapidd} | R Documentation |
Get GWAS Catalog variants by gene name.
Description
Gets variants whose genomic context includes a specific gene or genes.
Usage
get_variants_by_gene_name(
gene_name = NULL,
verbose = FALSE,
warnings = TRUE,
page_size = 20L
)
Arguments
gene_name |
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]