phewas {ieugwasr} | R Documentation |
Perform fast phewas of a specific variants against all available GWAS datasets
Description
This is faster than doing it manually through associations
Usage
phewas(variants, pval = 1e-05, batch = c(), opengwas_jwt = get_opengwas_jwt())
Arguments
variants |
Array of variants e.g. |
pval |
p-value threshold. Default = |
batch |
Vector of batch IDs to search across. If |
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
Dataframe
[Package ieugwasr version 1.0.1 Index]