plot(SLGI)
plot()所属R语言包:SLGI
Graphical method to represent the result of the modelSLGI .
图形化的方法,以代表的结果的modelSLGI的。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
a plot method for siResult.
图法为siResult。
用法----------Usage----------
## S4 method for signature 'siResult'
plot(x,...)
参数----------Arguments----------
参数:x
the siResult object to plot.
siResult对象图。
参数:...
general commands to be sent to plot.
一般命令被发送到图。
Details
详情----------Details----------
The plot generated from a siResult object is a dotplot with the observed and expected data average of interaction represented in 2 different colors.
从siResult对象产生积是dotplot的观察和预期的数据平均在2个不同的颜色代表的互动。
作者(S)----------Author(s)----------
N. LeMeur
参见----------See Also----------
ScISI
ScISI
举例----------Examples----------
data(ScISIC)
data(Atong)
data(SGA)
model <- modelSLGI(Atong, universe= SGA, interactome=ScISIC,
type="intM", perm=2)
plot(model)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|