mmc.Hierarchy.load_thresholds()

Hierarchy.load_thresholds(df, verbose=False)

Loads in thresholds from a .csv file.

Parameters:
  • df (Union[str, DataFrame]) – A reference to a DataFrame with columns for marker (str), name (str), batch (str), maximum (float), minimum (float), and interactive (bool) This should be the exact number of columns.

  • verbose (bool (default: False)) – Whether to print log messages during loading.