saveNetwork(RCytoscape)
saveNetwork()所属R语言包:RCytoscape
saveNetwork
saveNetwork
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write a network of the specified type to the specified file, at the specified scaling factor. Note: the file is written to the file system of the computer upon which Cytoscape is running, not R – in those cases where they are different.
写一个指定类型的网络到指定的文件,在指定的比例因子。注:该文件被写入到文件的计算机系统赖以Cytoscape的运行,没有R - 在这些情况下,它们是不同的。
用法----------Usage----------
saveNetwork(obj, file.name, format='gml')
参数----------Arguments----------
参数:obj
a CytoscapeWindowClass object.
CytoscapeWindowClass对象。
参数:file.name
a char object.
char对象。
参数:format
a char object. 'gml' is the only type currently supported
char对象。 “GML”是目前支持的唯一类型
值----------Value----------
None.
没有。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
saveImage
saveImage
举例----------Examples----------
cw <- new.CytoscapeWindow ('saveNetwork.test', graph=makeSimpleGraph())
displayGraph (cw)
layout (cw, 'jgraph-spring')
redraw (cw)
#filename <- sprintf ('%s/%s', tempdir (), 'saveNetworkTest.gml')[文件名< - 的sprintf(“%S /%s的,TEMPDIR(),”saveNetworkTest.gml)]
#not sure if this will work at bioc [不知道这是否会在bioc]
#saveNetwork (cw, filename)[saveNetwork(CW,文件名)]
#print (sprintf ('gml file exists? %s', file.exists (filename)))[打印(的sprintf(GML文件是否存在?%s的file.exists(文件名)))]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|