variants_chrpos {ieugwasr} | R Documentation |
Obtain information about chr pos and surrounding region
Description
For a list of chromosome and positions, finds all variants within a given radius
Usage
variants_chrpos(chrpos, radius = 0, opengwas_jwt = get_opengwas_jwt())
Arguments
chrpos |
list of |
radius |
Radius around each chrpos, default = |
opengwas_jwt |
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. |
Value
Data frame
[Package ieugwasr version 1.0.1 Index]