View source: R/Visualizations_SDA.R
summarize_significant_components | R Documentation |
This function extracts significant components (p < 0.05) from multiple metadata feature tests and creates a summary table showing which components are shared across features.
summarize_significant_components(screenLS)
screenLS |
A named list where each element contains the output of 'screen_components_by_metadata()' for a metadata feature. |
A list containing:
summary_table |
A binary presence/absence matrix showing which components are significant for each feature. |
upset_plot |
An UpSet plot visualizing shared and unique significant components. |
## Not run:
significance_summary <- summarize_significant_components(screenLS)
print(significance_summary$summary_table)
significance_summary$upset_plot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.