getGOTermsForModes: get topGO tables and significant genes for a particular...

Description Usage Arguments Value Examples

Description

get topGO tables and significant genes for a particular ontology with gene vectors for every interaction mode present in the interaction table

Usage

1
getGOTermsForModes(data, interaction.tbl, ontology)

Arguments

interaction.tbl

interaction data.frame generated from interaction mode classification

ontology

character vector of length 1 indicating ontology ("MF", "CC", "BP")

v

Elist constructed with dge2voom_q()

Value

list where first element is a topGO table and the second element is a character vector of significant genes

Examples

1
2
3
4
5
6
## Not run: 
v <- dge2voom_q(counts, genes)
interactionModeClassification()
mf_terms <- getGOTermsForModes(v, edgeR_interaction.tbl, ontology = "MF")

## End(Not run)

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