plotSpkBox(spkTools)
plotSpkBox()所属R语言包:spkTools
Boxplots of Fold Changes Calculated by spkBox
盒状图的倍数变化spkBox计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots boxplots of the data resulting from a call to spkBox.
从以spkBox调用产生的数据的盒形图。
用法----------Usage----------
plotSpkBox(boxs, fc=2, box.names=NULL, ...)
参数----------Arguments----------
参数:boxs
the output of a call to spkBox
呼叫输出spkBox,
参数:fc
expected fold change
预计倍
参数:box.names
names to be printed below each boxplot
每一个盒形图下方印的名称
参数:...
parameters passed to boxplot
参数传递到盒形图
值----------Value----------
Boxplots for spike-in and non-spike-in comparisons stratified by ALE strata are produced.
尖峰和非穗比较由ALE地层分层的盒状图生产。
作者(S)----------Author(s)----------
Matthew N. McCall
举例----------Examples----------
data(affy)
affySlope <- spkSlope(affy)
affyBox <- spkBox(affy, affySlope)
plotSpkBox(affyBox)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|