classicScore-class(topGO)
classicScore-class()所属R语言包:topGO
Class "classicScore"
类“classicScore”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A class that extends the virtual class "groupStats" by adding a slot representing the score of each gene. It is used for tests like Kolmogorov-Smirnov test.
一个类,扩展的虚拟类的“groupStats”,代表每一个基因的得分增加一个插槽。它用于像Kolmogorov-Smirnov检验测试。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("classicScore", testStatistic, name, allMembers, groupMembers, score, decreasing).
创建对象可以通过检测的形式new("classicScore", testStatistic, name, allMembers, groupMembers, score, decreasing)。
插槽----------Slots----------
score: Object of class "numeric" ~~
score:Object类的"numeric"~~
name: Object of class "character" ~~
name:Object类的"character"~~
allMembers: Object of class "character" ~~
allMembers:Object类的"character"~~
members: Object of class "character" ~~
members:Object类的"character"~~
testStatistic: Object of class "function" ~~
testStatistic:Object类的"function"~~
scoreOrder: Object of class "character" ~~
scoreOrder:Object类的"character"~~
testStatPar: Object of class "ANY" ~~
testStatPar:Object类的"ANY"~~
延伸----------Extends----------
Class "groupStats", directly.
类"groupStats",直接。
方法----------Methods----------
allScore Method to obtain the score of all members.
allScore方法获得所有成员的得分。
scoreOrder Returns TRUE if the score should be ordered
如果得分应责令scoreOrder返回TRUE
membersScore signature(object = "classicScore"): ...
membersScoresignature(object = "classicScore")...
rankMembers signature(object = "classicScore"): ...
rankMemberssignature(object = "classicScore")...
score<- signature(object = "classicScore"): ...
评分< - signature(object = "classicScore"):...
作者(S)----------Author(s)----------
Adrian Alexa
参见----------See Also----------
classicCount-class, groupStats-class, getSigGroups-methods
classicCount-class,groupStats-class,getSigGroups-methods
举例----------Examples----------
## define the type of test you want to use[#定义你要使用的测试类型]
test.stat <- new("classicScore", testStatistic = GOKSTest, name = "KS tests")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|