cleanParallel(CAMERA)
cleanParallel()所属R语言包:CAMERA
Cleans up with spawned slave processes after use
清理使用后催生的从进程
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The spawned slaves processes, which are created within the parallel mode, are closed explicit.
封闭催生了奴隶的过程,这是在并行模式下创建的,是明确的。
用法----------Usage----------
cleanParallel(object)
参数----------Arguments----------
参数:object
xsAnnotate object
xsAnnotate对象
Details
详情----------Details----------
The function needs a xsAnnotate object after groupCorr or groupFWHM. The resulting object is a artificial xcmsSet, where the peaks with the specific neutral loss are stored in xcmsSet@peaks.
该函数需要一个,后groupCorr或groupFWHM xsAnnotate对象。所产生的对象是一个的人工xcmsSet,存储与特定的中性丢失峰在xcmsSet @峰。
作者(S)----------Author(s)----------
Carsten Kuhl <ckuhl@ipb-halle.de>
举例----------Examples----------
library(CAMERA)
file <- system.file('mzdata/MM14.mzdata', package = "CAMERA")
xs <- xcmsSet(file, method="centWave", ppm=30, peakwidth=c(5,10))
an <- xsAnnotate(xs, polarity="positive", nSlaves=2)
an <- groupFWHM(an)
an <- findAdducts(an)
cleanParallel(an)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|