Set of functions to retrieve metadata details of a MGI report.
Usage
report_file(report_key)
report_name(report_key)
report_type(report_key)
report_url(report_key)
Value
A character vector:
report_file()
: report file name as hosted in https://www.informatics.jax.org/downloads/reports/.report_name()
: report title.report_type()
: report type.report_url()
: report remote location.
Examples
report_file("marker_list1")
#> [1] "MRK_List1.rpt"
report_name("marker_list1")
#> [1] "Mouse Genetic Markers (including withdrawn marker symbols)"
report_type("marker_list1")
#> [1] "MRK_List1"
report_url("marker_list1")
#> [1] "https://www.informatics.jax.org/downloads/reports/MRK_List1.rpt"