getGOTable: Generate gene ontology table and data with topGO from...

Description Usage Arguments Value Examples

Description

Generate gene ontology table and data with topGO from interaction data.frame using Fisher's Exact Test

Usage

1
getGOTable(data, interaction.tbl, ontology, filter.mode = FALSE)

Arguments

data

EList or DGEList with massaged counts and all 0 rows removed (see dge2voom_q())

interaction.tbl

data.frame where rows are genes and (see interactionGeneTable())

ontology

character vector of length n = 1 indicating gene ontology

filter.mode

Boolean FALSE when all genes in the interaction table are used to construct the gene vector. TRUE when the gene vector should be constructed only from genes classified into a particular mode

Value

list where list[[1]] is a topGO table and list[[2]] is a topGO data object

Examples

1
# not really

taylo5jm/interactions documentation built on May 31, 2019, 3:57 a.m.