Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
Classes that extend the "classicCount" class by adding a slot representing the members that need to be removed.
Objects can be created by calls of the form new("elimCount", testStatistic, name, allMembers, groupMembers, sigMembers, elim, cutOff, ...)
.
elim
:Object of class "integer"
~~
cutOff
:Object of class "numeric"
~~
significant
:Object of class "integer"
~~
name
:Object of class "character"
~~
allMembers
:Object of class "character"
~~
members
:Object of class "character"
~~
testStatistic
:Object of class "function"
~~
testStatPar
:Object of class "list"
~~
Class "classicCount"
, directly.
Class "groupStats"
, by class "classicCount", distance 2.
No methods defined with class "elimCount" in the signature.
Adrian Alexa
classicScore-class
,
groupStats-class
,
getSigGroups-methods
1 2 3 4 5 6 7 8 | data(ONTdata)
gene.universe <- genes(GOdata)
go.genes <- genesInTerm(GOdata, 'DOID:0050709')[[1]]
elim.genes <- sample(go.genes, length(go.genes) / 4)
sig.genes <- sigGenes(GOdata)
elim.group <- new("elimCount", testStatistic = GOFisherTest, name = "fisher",allMembers = gene.universe, groupMembers = go.genes,sigMembers = sig.genes, elim = elim.genes)
contTable(elim.group)
runTest(elim.group)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.