parse_xyline_plot: Takes the JSON dictionary for an xyline plot, and returns a...

View source: R/plot_parsers.R

parse_xyline_plotR 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.


TidyMultiqc documentation built on Sept. 25, 2022, 9:05 a.m.