getFlowJoSummary(flowFlowJo)
getFlowJoSummary()所属R语言包:flowFlowJo
Summarize FlowJo Workspaces
总结FlowJo工作区
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Makes a table of the number and count of various gates, possibly broken out by FCS file in one or more FlowJo workspaces.
使得各种门,可能在一个或多个FlowJo工作区按FCS的文件的数目和计数表。
用法----------Usage----------
getFlowJoSummary(x, gatesByFile=TRUE, fileNamePatterns=".", ...)
参数----------Arguments----------
参数:x
a flowJoList or flowJoObj
1 flowJoList或flowJoObj
参数:gatesByFile
a boolean. If TRUE (default) then the count of each gate type will be broken out for each referenced FCS file. Otherwise this method will just return a table with the total counts of each named gate listed in the FlowJo workspace(s).
一个布尔值。如果为TRUE(默认),然后每个门类型的计数将被分解为每个引用FCS文件。否则,此方法只返回一个表,在,FlowJo工作区(S)中列出的每个命名门的总数。
参数:fileNamePatterns
A list of patterns for picking out specific FCS files. Default = "." (ie. examines all of the FCS files)
挑选出特定的FCS文件的模式列表。默认=“。”(即检查所有的FCS文件)
参数:...
Additional arguments: to simplifyGateNames such as stripFileName and removeParentalNames
额外的参数:,如stripFileName和removeParentalNames simplifyGateNames
值----------Value----------
The method getFlowJoSummary returns a table summarizing the number of gates listed in the referenced FlowJo workspaces. This function is useful for ensuring that the cytometrist has used a consistent set of names in their process.
的的方法getFlowJoSummary返回表总结中引用的FlowJo工作区列出的盖茨。此功能有助于确保cytometrist已使用了一套其过程中的名称一致。
作者(S)----------Author(s)----------
John Gosink
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|