plotFB(limma)
plotFB()所属R语言包:limma
FB-Plot
FB-PLOT
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates foreground-background plots.
创建前景背景图。
用法----------Usage----------
plotFB(RG, array=1, lim="separate", pch=16, cex=0.2, ...)
参数----------Arguments----------
参数:RG
an RGList object.
RGList对象。
参数:array
integer giving the array to be plotted. Corresponds to columns of R, G, Rb and Gb.
整数,要绘制的数组。对应R,G,Rb和Gb列。
参数:lim
character string indicating whether the red and green plots should have "separate" or "common" x- and y- co-ordinate limits.
字符串表示红色和绿色的图是否应该有"separate"或"common"x和y统筹限额。
参数:pch
vector or list of plotting characters. Defaults to integer code 16.
向量或列表绘制字符。默认为整数代码16。
参数:cex
numeric vector of plot symbol expansions.
数字向量积符号扩展。
参数:...
any other arguments are passed to plot
任何其他参数传递plot的
Details
详情----------Details----------
A foreground-background plot is a plot of log2-foreground vs log2-background for a particular channel on a particular two-color array. This function produces a pair of plots, one for green and one for red, for a specified array.
前景背景图是一个图的log2前景与背景在一个特定的颜色数组特定通道的log2。此功能产生的图对指定的阵列,绿色和红色。
See points for possible values for pch, col and cex.
看到pointspch,col和cex可能的值。
值----------Value----------
A plot is created on the current graphics device.
当前图形设备上创建一个图。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
An overview of diagnostic functions available in LIMMA is given in 09.Diagnostics.
诊断功能概述在LIMMA提供给在09.Diagnostics。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|