getWholeIntName: getWholeIntName S4 method

Description Arguments See Also Examples

Description

This method returns name of the interval containing all differentially expressed genes. It can be applied to objects of GeneGroups and FoldSpecTest classes

Arguments

object

Object of GeneGroups or FoldSpecTest class

See Also

FoldSpecTest GeneGroups

Examples

1
2
3
4
5
6
# GeneGroups class object example
gene_groups <- GeneGroups(degenes, 6)
getWholeIntName(gene_groups)
# FoldSpecTest class object example
fs_up <- FoldSpecTest(up_annotobj)
getWholeIntName(fs_up)

FoldGO documentation built on Nov. 8, 2020, 7:50 p.m.