CytoscapeConnection(RCytoscape)
CytoscapeConnection()所属R语言包:RCytoscape
CytoscapeConnection
CytoscapeConnection
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The constructor for the CytoscapeConnectionClass. This class is both the base class for CytoscapeWindow objects, and quite usefully, and instantiable object in its own right. It is very useful for calling the many RCytoscape methods which do not address a single window in particular: getWindowList, getWindowCount, deleteWindow, getNodeShapes, etc.
构造为CytoscapeConnectionClass。这个类是CytoscapeWindow对象的基类,并相当有益的,并实例化的对象在其自己的权利。这是非常有用的调用的许多RCytoscape方法不解决,特别是单一窗口:getWindowList,getWindowCount,deleteWindow,getNodeShapes等。
用法----------Usage----------
CytoscapeConnection (host = "localhost", rpcPort = 9000)
参数----------Arguments----------
参数: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服务器正在侦听的端口。
值----------Value----------
An object of the CytoscapeConnection Class.
的CytoscapeConnection类的对象。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
ping version msg clearMsg getWindowCount getWindowID getWindowCount getWindowList deleteWindow deleteAllWindows getNodeShapes getAttributeClassNames getLineStyles getArrowShapes getLayoutNames haveNodeAttribute haveEdgeAttribute getGraphFromCyWindow hidePanel dockPanel floatPanel
平版本味精clearMsg getWindowCount getWindowID getWindowCount getWindowList deleteWindow deleteAllWindows getNodeShapes getAttributeClassNames getLineStyles getArrowShapes getLayoutNames haveNodeAttribute haveEdgeAttribute getGraphFromCyWindow hidePanel的DockPanel floatPanel
举例----------Examples----------
cy <- CytoscapeConnection ()
deleteAllWindows (cy)
getNodeShapes (cy)
hidePanel (cy, 'Control')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|