| 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.
|