removeDistributedFiles(affyPara)
removeDistributedFiles()所属R语言包:affyPara
Remove distributed files from slaves
删除奴隶分布式文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function removes distributed files from a special path at the disk at all slaves in a computer cluster.
此功能删除文件从一个磁盘在计算机聚类中的所有奴隶的特殊路径分布。
用法----------Usage----------
removeDistributedFiles(path=tempdir(), cluster, master=TRUE, verbose = getOption("verbose"))
参数----------Arguments----------
参数:path
A character that defines which path (inclusive files) should be removed at every slave. Default: tempdir()
一个character定义的路径(包括文件)应在每一个奴隶删除。默认:TEMPDIR()
参数:cluster
A cluster object obtained from the function makeCluster in the SNOW package. For default .affyParaInternalEnv$cl will be used.
在雪包的功能makeCluster获得聚类对象。 默认.affyParaInternalEnv$cl将使用。
参数:master
A logical value. If TRUE the files will be removed from the master. default: TRUE
一个逻辑值。如果TRUE的文件将被删除从主。默认:true
参数:verbose
A logical value. If TRUE it writes out some messages. default: getOption("verbose")
一个逻辑值。如果TRUE写了一些消息。默认:getOption(“冗长”)
Details
详情----------Details----------
This function removes distributed files from a special path at the disk at all slaves in a computer cluster.
此功能删除文件从一个磁盘在计算机聚类中的所有奴隶的特殊路径分布。
For using this function a computer cluster using the SNOW package has to be started. Starting the cluster with the command makeCluster generates an cluster object in the affyPara environment (.affyParaInternalEnv) and no cluster object in the global environment. The cluster object in the affyPara environment will be used as default cluster object, therefore no more cluster object handling is required. The makeXXXcluster functions from the package SNOW can be used to create an cluster object in the global environment and to use it for the preprocessing functions.
要开始使用此功能的计算机聚类使用雪包。启动命令makeCluster聚类产生的affyPara环境(。affyParaInternalEnv)的,并没有在全球环境中的聚类对象的聚类对象。默认聚类对象将被用作聚类对象在affyPara环境,因此没有更多的聚类对象的处理需要。 makeXXXcluster从包雪功能,可用于创建一个在全球环境中的聚类对象和使用它的预处理功能。
值----------Value----------
If verbose = TRUE, result of removing (successfully / not successfully) will be noticed with a message.
如果verbose = TRUE,删除(成功/未成功)结果将注意到一条消息。
作者(S)----------Author(s)----------
Markus Schmidberger <a href="mailto:schmidb@ibe.med.uni-muenchen.de">schmidb@ibe.med.uni-muenchen.de</a>, Ulrich Mansmann <a href="mailto:mansmann@ibe.med.uni-muenchen.de">mansmann@ibe.med.uni-muenchen.de</a>
举例----------Examples----------
## Not run: [#无法运行:]
library(affyPara)
makeCluster(10)
removeDistributedFiles(verbose=TRUE)
stopCluster()
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|