Dataplot Panel API
|
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 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 parameters for showing data. |
|
Show type and some values for all columns of the data file. |
|
Allow calculating the fraction of specific groups in the data. |
|
Add a transformation for the data that will be plotted on the y-column. |
|
Draw lines on data plots. |
|
Get basic statistics of different datagroups. |
|
Get list of units (cells etc) that are closest to average of data. |