Skip to contents

Query a specific region of interest for a using a gwas catalog study_id

Usage

from_gwas_catalog_region(study_id, chr, start, end)

Arguments

study_id

a study accession ID, e.g. "GCST000001"

chr

chromosome number, e.g. "1" - not "chr1"

start

base pair start position, e.g. 1000000

end

base pair end position, e.g. 2000000

Value

a dplyr::tibble()

Examples

if (FALSE) { # \dontrun{
#' get_gwas_catalog_region("GCST000001", "1", 1000000, 2000000)
} # }