CytoscapeWindow(RCytoscape)
CytoscapeWindow()所属R语言包:RCytoscape
CytoscapeWindow
CytoscapeWindow
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The constructor for the CytoscapeWindowClass
为的CytoscapeWindowClass的构造
用法----------Usage----------
CytoscapeWindow(title, graph = new("graphNEL", edgemode='directed'), host = "localhost", rpcPort = 9000, create.window = TRUE)
参数----------Arguments----------
参数:title
A character string, this is the name you will see on the Cytoscape network window. Multiple windows with the same name are not permitted.
一个字符串,这是名字,你会看到Cytoscape的网络窗口。不允许具有相同名称的多个窗口。
参数:graph
A Bioconductor graph.
一个Bioconductor图。
参数:host
Defaults to 'localhost', this is the domain name of a machine which is running Cytoscape with the appropriate XMLRPC server plugin.
默认为localhost的,这是适当的XMLRPC服务器插件Cytoscape的机器运行的域名。
参数:rpcPort
Defaults to 9000, this may be any port to which the CytoscapeRPC server is listening.
默认为9000,这可能是任何到,其中CytoscapeRPC服务器正在侦听的端口。
参数:create.window
Defaults to TRUE, but if you wish to defer creating a window, set this argument to FALSE.
默认为true,但如果你想推迟创建一个窗口,将此参数设置为FALSE。
值----------Value----------
An object of the CytoscapeWindow Class.
的CytoscapeWindow类的对象。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
new.CytoscapeWindow existing.CytoscapeWindow
new.CytoscapeWindow existing.CytoscapeWindow
举例----------Examples----------
cw <- CytoscapeWindow ('cw demo', new ('graphNEL'))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|