report-attributes | R Documentation |
Set of functions to retrieve metadata details of a MGI report.
report_file(report_key)
report_name(report_key)
report_type(report_key)
report_url(report_key)
report_key |
A character vector. A key used to uniquely refer to an MGI report. |
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.
report_file("marker_list1")
report_name("marker_list1")
report_type("marker_list1")
report_url("marker_list1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.