Description Details Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class that extends the virtual class "groupStats" by adding a slot representing the significant members.
This class is used for test statistic based on counts, like Fisher's exact test
Objects can be created by calls of the form
new("classicCount",
testStatistic = "function",
name = "character",
allMembers = "character",
groupMembers = "character",
sigMembers = "character")
.
Object of class "integer"
Object of class "character"
Object of class "character"
Object of class "character"
Object of class "function"
Class "groupStats"
, directly.
signature(object = "classicCount")
: ...
signature(.Object = "classicCount")
: ...
signature(object = "classicCount")
: ...
signature(object = "classicCount")
: ...
signature(object = "classicCount")
: ...
signature(object = "classicCount")
: ...
signature(object = "classicCount")
: ...
Adrian Alexa
classicScore-class
,
groupStats-class
,
getSigGroups-methods
1 2 3 4 5 6 7 | data(ONTdata)
gene.universe <- genes(GOdata)
go.genes <- genesInTerm(GOdata, 'DOID:0050709')[[1]]
sig.genes <- sigGenes(GOdata)
my.group <- new("classicCount", testStatistic = GOFisherTest, name = "fisher",allMembers = gene.universe, groupMembers = go.genes,sigMembers = sig.genes)
contTable(my.group)
runTest(my.group)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.