Description Arguments See Also Examples
This method returns name of the interval containing all differentially expressed genes. It can be applied to objects of GeneGroups and FoldSpecTest classes
object |
Object of GeneGroups or FoldSpecTest class |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.