reports {mgi.report.reader}R Documentation

Supported MGI reports

Description

reports is a data set of supported MGI reports, meaning reports that {mgi.report.reader} can currently read into R. To browse all reports made available by MGI visit https://www.informatics.jax.org/downloads/reports/.

Usage

reports

Format

A tibble of 4 variables:

report_key

A string key used to uniquely refer to an MGI report, which is only meaningful within the context of the {mgi.report.reader}.

report_file

MGI report file name as hosted at https://www.informatics.jax.org/downloads/reports/.

report_type

MGI report type. The type is used internally to find the appropriate reader for parsing, and is only meaningful within the context of {mgi.report.reader}.

report_name

MGI report name. Report names are taken from https://www.informatics.jax.org/downloads/reports/index.html.

Examples

reports


[Package mgi.report.reader version 0.1.3 Index]