Skip to contents

Generates a metadata table for the LIMMA hyperparameter screen reports and saves it as an HTML file with custom styling.

Usage

generate_reports_meta(
  datas_descr,
  designs,
  modes,
  spline_test_configs,
  report_dir,
  timestamp
)

Arguments

datas_descr

A description object for the data.

designs

A list of design matrices.

modes

A character vector containing 'isolated' or 'integrated'.

spline_test_configs

A configuration object for spline tests.

report_dir

A non-empty string specifying the report directory.

timestamp

A timestamp to include in the report filename.

Value

No return value, called for side effects.