classicScore-class {topGO} | R Documentation |
TODO: A class that extends the virtual class groupStats by adding a slot representing the score of each gene. (used for KS test)
Objects can be created by calls of the form new("classicScore", testStatistic, name, allMembers, groupMembers, score, decreasing)
.
~~ describe objects here ~~
score
:"numeric"
~~ name
:"character"
~~ allMembers
:"character"
~~ members
:"character"
~~ testStatistic
:"function"
~~
Class "groupStats"
, directly.
signature(object = "classicScore")
: ... signature(object = "classicScore")
: ... signature(object = "classicScore")
: ... Adrian Alexa
classicCount-class
,
groupStats-class
,
getSigGroups-methods
## define the type of test you want to use test.stat <- new("classicScore", testStatistic = GOKSTest, name = "KS tests")