parse_xyline_plot {TidyMultiqc}R Documentation

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

Description

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

Usage

parse_xyline_plot(plot_data, name)

Value

A list of data frames, one for each sample. Each data frame will have two columns: x, and y. These correspond to the x and y coordinates in the plot. For example, for histogram data, the x values are values of the random variable, and the y values are the number of counts for that value.


[Package TidyMultiqc version 1.0.3 Index]