controlStripPlot(minfi)
controlStripPlot()所属R语言包:minfi
Plot control probe signals.
图控制探针信号。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Strip plots are produced for each control probe type specified.
每个监控探针指定类型的生产地带图。
用法----------Usage----------
controlStripPlot(rgSet, controls = c("BISULFITE CONVERSION I",
"BISULFITE CONVERSION II"), sampNames = NULL, xlim = c(5, 17))
参数----------Arguments----------
参数:rgSet
An RGChannelSet.
RGChannelSet。
参数:controls
A vector of control probe types to plot.
控制探针类型的矢量绘制。
参数:sampNames
Sample names to be used for labels.
样品名称被用于标签。
参数:xlim
x-axis limits.
X-轴的限制。
Details
详情----------Details----------
This function produces the control probe signal plot component of the QC report.
此功能产生的QC报告控制探针信号图组件。
值----------Value----------
No return value. Plots are produced as a side-effect.
没有返回值。图是作为一个副作用。
作者(S)----------Author(s)----------
Martin Aryee <a href="mailto:aryee@jhu.edu">aryee@jhu.edu</a>.
参见----------See Also----------
qcReport, mdsPlot, densityPlot, densityBeanPlot
qcReport,mdsPlot,densityPlot,densityBeanPlot
举例----------Examples----------
if (require(minfiData)) {
names <- pData(RGsetEx)$Sample_Name
controlStripPlot(RGsetEx, controls=c("BISULFITE CONVERSION I"), sampNames=names)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|