makeBackground: Make a background list of genes (i.e., the statistical...

Description Usage Arguments Value Examples

View source: R/gmt.r

Description

Returns A character vector of all genes in a GMT object.

Usage

1

Arguments

gmt

A GMT object.

Value

A character vector containing all genes in GMT.

Examples

1
2
3
  fname_GMT <- system.file("extdata", "hsapiens_REAC_subset.gmt", package = "ActivePathways")
  gmt <- read.GMT(fname_GMT)
  makeBackground(gmt)[1:10]

HenryWotton/weighted_merge documentation built on Feb. 25, 2021, 10:29 p.m.