webinterface.pages.base_pages.metricplot module#
- webinterface.pages.base_pages.metricplot.render_metric_plot(data: DataFrame, metric: str, mode: str, label: str, key) str | None[source]#
Displays the metric plot and returns the ProteoBench ID of the selected point (if any).
- Parameters:
- Returns:
ProteoBench ID of the selected data point, if any.
- Return type:
str or None