Parse Plot Data from MultiQC JSON
Value
Nested tibble with plot name and result as list column (use tidyr::unnest
to access).
Examples
if (FALSE) { # \dontrun{
j <- "dracarys_gds_sync/multiqc_data.json"
multiqc_parse_plots(j, plot_names = c("dragen_coverage_per_contig"))
multiqc_parse_plots(j, plot_names = "everything")
multiqc_parse_plots(j, plot_names = NULL)
} # }