boxplotNegCtrl(Agi4x44PreProcess)
boxplotNegCtrl()所属R语言包:Agi4x44PreProcess
Boxplot of Signals and Negative Controls
盒形图的信号和阴性对照
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For each array, it shows the boxplot for the genes (red) and negative controls (green)
每个阵列,它表明基因(红色)和阴性对照的盒形图(绿色)
用法----------Usage----------
boxplotNegCtrl(RGlist, Log2, channel)
参数----------Arguments----------
参数:RGlist
An RGlist object
一个RGlist对象
参数:Log2
logical, if TRUE it assumes that the data are in log2 scale
逻辑,如果TRUE它假定数据以log2规模
参数:channel
if 'channel=R', then uses the data stored in dd$R, if channel is missing or 'channel =G' then the data stored in dd$G is used
如果“通道= R”,然后使用月$ R存储的数据,如果通道被丢失或“通道= G”,然后在DD~$ G中存储的数据被用来
Details
详情----------Details----------
It allows the comparison of the gene signals with the signals of the negative controls.
它允许基因信号,信号与阴性对照比较。
作者(S)----------Author(s)----------
Pedro Lopez-Romero
举例----------Examples----------
## Not run: [#无法运行:]
data(dd)
boxplotNegCtrl(dd,Log2=FALSE,channel="G")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|