combine_geneset_outputs: Combining geneset outputs

View source: R/geneset_activity.R

combine_geneset_outputsR Documentation

Combining geneset outputs

Description

Combines the signature geneset association output and the geneset limma output.

Usage

combine_geneset_outputs(signature_geneset_association, geneset_limma_result)

Arguments

signature_geneset_association

a data.frame storing signatures and their significantly enriched gene sets, returned by the function annotate_signatures_with_genesets().

geneset_limma_result

a data.frame that stores the result table returned by limma. It includes logFC, adj.P.Val, and other statistics for each feature. The features are in the format "signature|geneset".

Value

a data.frame that stores both signature geneset association and genesets' limma result.


greenelab/ADAGEpath documentation built on May 25, 2022, 7:11 a.m.