coco_pipe.report.qc#

QC section builder for HTML reports.

Produces the standardised “Data Quality (QC)” Section from a QCResult. Consumed by the decoding and dimensionality-reduction report builders.

Functions#

build_qc_section(qc_result, *[, compact, page_size])

Build the standardised QC drop-log report section.

Module Contents#

coco_pipe.report.qc.build_qc_section(qc_result, *, compact=False, page_size=10)#

Build the standardised QC drop-log report section.

Parameters:
Returns:

A fully populated report section ready to be added to a Report.

Return type:

Section