Provide a gene identified, either Ensembl or Entrez
variants_gene(gene, radius = 0, opengwas_jwt = get_opengwas_jwt())
data frame with the following columns
Vector of genes, either Ensembl or Entrez,
e.g. c("ENSG00000123374", "ENSG00000160791")
or 1017
Radius around the gene region to include. Default = 0
Used to authenticate protected endpoints. Login to https://api.opengwas.io to obtain a jwt. Provide the jwt string here, or store in .Renviron under the keyname OPENGWAS_JWT.