Core API

The public API to this package

load_multiqc()

Loads one or more MultiQC reports into a data frame

list_plots()

List the plot identifiers of all the plots in a given multiqc report

Plot Parsers

These are internal functions that you will never need to call yourself, and aren’t exported. However, these are used to document the format of the nested data frames for different types of plots.

parse_bar_graph()

Takes the JSON dictionary for a bar graph, and returns a named list of data frames, one for each sample.

parse_xyline_plot()

Takes the JSON dictionary for an xyline plot, and returns a named list of data frames, one for each sample.