panel.densityplot.flowPlate(plateCore)
panel.densityplot.flowPlate()所属R语言包:plateCore
Lattice-flowViz style panel function for flowPlate densityplot.
格子-flowViz风格为flowPlate densityplot面板功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function should not be called directly, use densityplot.
此功能不应该被称为直接使用densityplot。
用法----------Usage----------
panel.densityplot.flowPlate(x,
frames, channel, wellAnnotation,
groups=NULL,
subscripts,
col = superpose.symbol$col,
col.points = col,
col.line = col,
filterResult=NULL,
...)
参数----------Arguments----------
参数:x
character
字符
参数:frames
flowFrames
flowFrames
参数:channel
channel of interest
通道利益
参数:wellAnnotation
wellAnnotation data.frame
wellAnnotation数据框
参数:groups
density plot groups parameter
密度积组参数
参数:subscripts
densityplot subscripts parameter
densityplot标参数
参数:col
densityplot col parameter
densityplot山坳参数
参数:col.points
densityplot col.points parameter
densityplot col.points参数
参数:col.line
densityplot col.line parameter
densityplot col.line参数
参数:filterResult
densityplot filterResult parameter
densityplot filterResult参数
参数:...
optional arguments
可选参数
作者(S)----------Author(s)----------
Errol Strain
参见----------See Also----------
See Also densityplot
另见densityplot
举例----------Examples----------
# Load the plateCore package and data[加载plateCore包和数据]
library(plateCore)
data(plateCore)
# Create a flowPlate from the sample data in plateCore[从在plateCore的样本数据,创建1 flowPlate]
fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1")
# Overlay the first 3 flowFrames. If the groups argument was[叠加3 flowFrames。如果该组参数]
# omitted, then the flowFrames would be combined into a single[省略,则flowFrames将合并成一个单一]
# density curve.[密度曲线。]
densityplot(~ `FSC-H`, fp[1:3], groups=name, auto.key=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|