Skip to content

Commit

Permalink
Provide default metric value to plot_metric
Browse files Browse the repository at this point in the history
  • Loading branch information
rodvrees committed Dec 9, 2024
1 parent 8558886 commit a6914bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proteobench/plotting/plot_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def plot_fold_change_histogram(result_df: pd.DataFrame, species_ratio: Dict[str,
@staticmethod
def plot_metric(
benchmark_metrics_df: pd.DataFrame,
metric: str,
metric: str = "median",
software_colors: Dict[str, str] = {
"MaxQuant": "#377eb8",
"AlphaPept": "#4daf4a",
Expand Down

0 comments on commit a6914bf

Please sign in to comment.