Skip to contents

Provides a list of the resources the GWAS Catalog data is currently mapped against: Ensembl release number, Genome build version and dbSNP version.In addition, the date since this combination of resource versions has been in use is also returned.

Usage

get_metadata(verbose = FALSE, warnings = TRUE)

Arguments

verbose

Whether to be chatty.

warnings

Whether to trigger a warning if the request is not successful.

Value

A named list whose names are:

Examples

if (FALSE) {
get_metadata(warnings = FALSE)
}