gutterPlot(plateCore)
gutterPlot()所属R语言包:plateCore
gutterPlot
gutterPlot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A Quality Control plot to check the number of events in each channel that are at either their minimum or maximum value. A large number of these events may indicate a problem with the sample.
质量控制图,检查的数量在每个通道的事件,是在他们的最小值或最大值。大量的这些事件可能表明样品中存在的问题。
用法----------Usage----------
gutterPlot(fp, chans = c("FSC-H", "SSC-H", "FL1-H", "FL2-H", "FL3-H", "FL4-H"), ...)
参数----------Arguments----------
参数:fp
A flowPlate.
AflowPlate。
参数:chans
Channels of interest to show on the gutterPlot.
利益的渠道,显示上gutterPlot。
参数:...
optional arguments
可选参数
值----------Value----------
Creates a plot where the x-axis is the different wells in a flowPlate, and the y-axis is the fraction of events at the boundary.
创建一个图,x轴是在一个flowPlate的不同井,y轴是在边界事件的一小部分。
作者(S)----------Author(s)----------
Jon Gosink and Errol Strain
举例----------Examples----------
library(plateCore)
data(plateCore)
## Create a flowPlate[#创建1 flowPlate,]
fp <- flowPlate(pbmcPlate,wellAnnotation,"p1001")
gutterPlot(fp,chans=c("FSC-H","SSC-H","FL1-H","FL2-H","FL3-H","FL4-H"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|