Dataplot Panel API

show_data([x, y, x_labels, hue, hue_labels, ...])

Plot data of file for panel.

The function show_data can receive many keyword arguments to customize dataplots, which are passed to the “plot_and_add_stat_annotation” function:

plot_and_add_stat_annotation([data, x, y, ...])

Plot data row and add statistical annotations on top.

In addition, several helper functions allow you to set parameters before show_data, look at the data columns, transform the data and get corresponding statistics:

set_data_params([x, y, hue, col, row])

Set data parameters for showing data.

show_data_columns([nb_vals, show_min_max])

Show type and some values for all columns of the data file.

calculate_fractions(group_criteria[, ...])

Allow calculating the fraction of specific groups in the data.

add_data_transformation(function)

Add a transformation for the data that will be plotted on the y-column.

draw_line_on_plots(positions, axis[, ...])

Draw lines on data plots.

get_basic_statistics([N_columns, n_columns, ...])

Get basic statistics of different datagroups.

get_representative_data([unit_columns, ...])

Get list of units (cells etc) that are closest to average of data.