Skip to main content

result

Result for the biomarker_tabulation step (v2).

Classes

BiomarkerTabulationResult

class BiomarkerTabulationResult(**data: Any):

Container for the tabulated biomarker csv_report_df.

The DataFrame keeps TECHNICAL column names plus the filename column, so the downstream csv_report step can merge it onto freshly-read source data and apply display renaming.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Variables

  • static model_config