Learn R Programming

gwasrapidd (version 0.99.17)

get_metadata: Get GWAS Catalog metadata

Description

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)

Value

A named list whose names are:

Arguments

verbose

Whether to be chatty.

warnings

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

Examples

Run this code
if (FALSE) {
get_metadata(warnings = FALSE)
}

Run the code above in your browser using DataLab