siResult-class(SLGI)
siResult-class()所属R语言包:SLGI
A class for representing the result of the SLGI graph permutation
A类为代表的SLGI图排列结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A class for representing the result of the modelSLGI function.
A类代表modelSLGI函数的结果,。
插槽----------Slots----------
Observed: Return a "numeric" vector: the observed number of synthetic genetic
Observed:返回一个"numeric"向量:合成基因的观测数
Expected: Return a matrix: the expected number of synthetic genetic interactions between
Expected:返回一个矩阵:预计数之间的合成遗传相互作用
方法----------Methods----------
plot Graphical representation of the permutation model
plot置换模型的图形表示
compare Summarizes the result of the modelSLGI function
compare总结modelSLGI功能的结果
作者(S)----------Author(s)----------
N. LeMeur
参见----------See Also----------
modelSLGI,plot
modelSLGI,plot
举例----------Examples----------
## apply a permutation model [#申请置换模式]
data(ScISIC)
data(Atong)
data(SGA)
model <- modelSLGI(Atong, universe= SGA, interactome=ScISIC,
type="intM", perm=2)
model
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|