reportSamplePanelQC-methods(beadarraySNP)
reportSamplePanelQC-methods()所属R语言包:beadarraySNP
reportSamplePanelQC
reportSamplePanelQC
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Show raw intensity values for green and red channel for all samples in an experiment
实验显示,所有样品的红色和绿色通道的原始强度值
用法----------Usage----------
reportSamplePanelQC(object, by=10, legend=TRUE, ...)
参数----------Arguments----------
参数:object
QCIllumina object
QCIllumina对象
参数:by
numeric, number of samples in each plot
数字,在每个小区的样本数量
参数:legend
logical, create a final plot with a common legend for the barplots
逻辑,创建一个共同的传说barplots最终积
参数:...
arguments are forwarded to barplot
参数转发barplot
举例----------Examples----------
data(QC.260)
par(mfrow=c(2,2))
reportSamplePanelQC(QC.260,by=8)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|