gsea.merge: Merge two GSEA objects.

Description Usage Arguments Author(s)

View source: R/gsea.merge.R

Description

You would want to do this if you compare two rnk files to 1 gmt file (eg c2_all), and want to compare the significant genesets between these runs. It's no good knowing that geneset X is in the top 5 in both runs if they contain markedly different genes in their leading edges.

Usage

1
gsea.merge(gsea1, gsea2, prefix = NULL, suffix = NULL, warn = TRUE)

Arguments

gsea1

GSEA object to be merged.

gsea2

GSEA object to be merged.

prefix

character(2) containing optional prefix; or NULL

suffix

character(2) containing optional suffix; or NULL

warn

logical: produce a warning if prefix=NULL && suffix=NULL

Author(s)

Mark Cowley, 2009-10-14


drmjc/metaGSEA documentation built on Aug. 8, 2020, 1:53 p.m.