Learn R Programming

ActivePathways (version 1.0.1)

makeBackground: Make a background list of genes

Description

Returns a character vector of all genes in a GMT object

Usage

makeBackground(gmt)

Arguments

gmt

a GMT object

Value

a character vector containing all genes in GMT

Examples

Run this code
# NOT RUN {
gmt <- read.GMT(system.file('extdata', 'hsapiens_REAC_subset.gmt', package='ActivePathways'))
makeBackground(gmt)
# }

Run the code above in your browser using DataLab