
Build a Hallmarks x factors NES matrix from GSEA results
build_nes_matrix.RdCombines the per-factor GSEA outputs from compute_factor_gsea() into
a single matrix. Hallmarks not significant in a given factor are filled with 0.
Arguments
- gsea_results
Output list from
compute_factor_gsea(), containing aGSEA_resultselement (named list ofenrichResultobjects, one per factor).