get_metadata | R Documentation |
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.
get_metadata(verbose = FALSE, warnings = TRUE)
verbose |
Whether to be chatty. |
warnings |
Whether to trigger a warning if the request is not successful. |
A named list
whose names
are:
ensembl_release_number
: Ensembl release number;
genome_build_version
: Genome build version;
dbsnp_version
: dbSNP version.
usage_start_date
: Date since this combination of resource versions has been in use.
## Not run:
get_metadata(warnings = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.