R/gwasapi_url.R

Defines functions gwasapi_url gwasapi_oldurl

# The current URL for the GWAS Catalog API
gwasapi_url <- function()
{
    "https://www.ebi.ac.uk/gwas/summary-statistics/api"
}


# The old URL for the previous API
# (used in info_study() to get study metadata)
gwasapi_oldurl <- function()
{
    "https://www.ebi.ac.uk/gwas/rest/api"
}
rqtl/GWASapi documentation built on Nov. 5, 2019, 4:15 a.m.