webinterface.pages.base_pages.quant_tabs.tab3_indepth_plots module#
Tab 3 (2.5): In-depth plots for current data in the Quant module.
- webinterface.pages.base_pages.quant_tabs.tab3_indepth_plots.create_pmultiqc_report_section(performance_data: DataFrame) str[source]#
Create a section in the Streamlit app to display the pMultiQC report.
- webinterface.pages.base_pages.quant_tabs.tab3_indepth_plots.display_pmultiqc_report(performance_data: DataFrame, sample_name: str) None[source]#
- webinterface.pages.base_pages.quant_tabs.tab3_indepth_plots.generate_indepth_plots(module, variables, parsesettingsbuilder, user_input, public_id: str | None, public_hash: str | None) Figure[source]#
Generate and return plots based on the current benchmark data in Tab 2.5.
- Parameters:
- Returns:
The generated plots for the selected dataset.
- Return type:
go.Figure