fgbg.visu(OLIN)
fgbg.visu()所属R语言包:OLIN
Visualisation of foreground and background fluorescence spot intensities in both channels
在这两个渠道的前景和背景的荧光斑点强度的可视化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates 2D-plots of the foreground, background and background corrected
这个函数生成二维图的前景,背景和背景校正
用法----------Usage----------
fgbg.visu(obj,label)
参数----------Arguments----------
参数:obj
object of class “marrayRaw”
对象类“marrayRaw”
参数:label
character string for labelling. It will be added to the title of the first sub-plot.
字符串标签。它将被添加到第一次要图的标题。
Details
详情----------Details----------
The function fgbg.visu produces 2D-representations of the foreground and background intensities for both fluorescence channels (as stored in obj). Additionally, a plot of the difference between fore- and background intensities is generated (background-corrected intensities). All intensities are log2-transformed. The colour range for plotting is defined by 0 and the maximum of
功能fgbg.visu产生荧光(在obj存储)通道的前景和背景强度的二维交涉。此外,图的脱颖而出和背景强度之间的差异是产生的背景校正强度。所有强度log2转化。绘图的颜色范围由0和最大
作者(S)----------Author(s)----------
Matthias E. Futschik (<a href="http://itb.biologie.hu-berlin.de/~futschik">http://itb.biologie.hu-berlin.de/~futschik</a>)
参见----------See Also----------
marrayRaw
marrayRaw
举例----------Examples----------
# LOADING RAW DATA [装载RAW数据]
data(sw)
# PLOTTING[图]
fgbg.visu(sw[,1])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|