pseudo.coloring(affyPLM)
pseudo.coloring()所属R语言包:affyPLM
Coloring pseudo chip images
着色伪芯片图像
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are routines used for coloring pseudo chip images.
这些都是用于着色伪芯片图像的例程。
用法----------Usage----------
pseudoPalette(low = "white", high = c("green", "red"), mid = NULL,k =50)
pseudoColorBar(x, horizontal = TRUE, col = heat.colors(50), scale = 1:length(x),k = 11, log.ticks=FALSE,...)
参数----------Arguments----------
参数:low
color at low end of scale
低端规模的颜色
参数:high
color at high end of scale
在规模高端的颜色
参数:mid
color at exact middle of scale
确切的中等规模的颜色
参数:k
number of colors to have
颜色有
参数:x
A data series
一个数据系列
参数:horizontal
If TRUE then color bar is to be draw horizontally
如果TRUE然后彩条是要绘制水平
参数:col
colors for color bar
彩条的颜色
参数:scale
tickmarks for x if x is not numeric
tickmarks为x如果x是不是数字
参数:log.ticks
use a log type transformation to assign the colors
使用log型转变,到指定的颜色
参数:...
additional parameters to plotting routine
为图例行额外的参数
Details
详情----------Details----------
Adapted from similar tools in maPlots pacakge.
适应从在maPlots pacakge类似的工具。
作者(S)----------Author(s)----------
Ben Bolstad <a href="mailto:bmb@bmbolstad.com">bmb@bmbolstad.com</a>
参见----------See Also----------
AffyBatch, read.affybatch
AffyBatch,read.affybatch
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|