writeQATextReport(flowQ)
writeQATextReport()所属R语言包:flowQ
Create tab delimited text files for (lists of) qaProcess objects
(名单)qaProcess对象创建制表符分隔的文本文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function combines all the results of multiple QA processes for one or several flowSets in a single tab delimited text document.
此功能结合多个QA流程中的所有结果为一个或几个flowSets在一个制表符分隔的文本文件。
用法----------Usage----------
writeQATextReport(set, processes=NULL, globalProcess=NULL,
fileName="textReport.txt")
参数----------Arguments----------
参数:set
A flowSet or a list of several flowSets.
一个flowSet或几个flowSets名单。
参数:processes
A list of qaProcess objects or, in the case of multiple flowSets, a list of lists of qaProcess objects. See below for further details.
qaProcess对象,或在多个flowSet,qaProcess对象的名单列表。见下文作进一步的细节。
参数:globalProcess
A list of qaProcess objects generated by multipanel comparison qaProcess functions, when set is a list of flowSets .
一个qaProcess多面板的比较qaProcess功能,当集是一个flowSets生成的对象名单。
参数:fileName
A character vector for the name of the file.
一个文件名的字符向量。
Details
详情----------Details----------
Qunatitative or qualitative results are stored in objects of class qaProcess. writeQATextReport takes lists of such objects and combines their information in a tab delimited text document. In the case of multiple panels, a list of flowSets can be given to writeQAReport, and the function expects a list of lists of processes, where each process list is specific to one panel.
qunatitative或定性结果存储类qaProcess的对象。 writeQATextReport等对象的名单,在一个制表符分隔的文本文件,并结合自己的信息。在多个面板的情况下,一个列表flowSets可writeQAReport,功能预计进程的列表列表,其中每个进程列表是具体到一个面板。
值----------Value----------
The function is mostly called for it's side effects, that is, the generation of a tab delimited text file. .
该功能主要是称为它的副作用,那就是,一代制表符分隔的文本文件。 。
作者(S)----------Author(s)----------
Nishant Gopalakrishnan
参见----------See Also----------
qaProcess.marginevents, qaReport, qaProcess,
qaProcess.marginevents,qaReport,qaProcess
举例----------Examples----------
## Not run: [#无法运行:]
data(qData)
p1 <- qaProcess.marginevents(qData[[1]],
channels=c("FSC-A", "SSC-A"), outdir=tempdir(),
name=paste("Panel",1,sep="_"))
writeQATextReport(qData[[1]], processes=list(p1), fileName="test.txt")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|