reduce_GSEA_results: Reducing GSEA results with Weighted Set Cover

Description Usage Arguments Value

View source: R/xnnet_functions_v0.1.R

Description

Size constrained weighted set cover problem to find top N sets while maximizing the coverage of all elements.

Usage

1
reduce_GSEA_results(GSEA_results, topN = 10)

Arguments

GSEA_results

GSEA results (output of get_GSEA_results)

topN

The number of sets (or less when it completes early) to return.

Value

A list of topSets and coverage.

topSets

A list of set IDs.

coverage

The percentage of IDs covered in the top sets.


bioinfo00/xnnet0 documentation built on Sept. 16, 2020, 8:22 a.m.