maQualityPlots(arrayQuality)
maQualityPlots()所属R语言包:arrayQuality
Qualitative diagnostic plot for general hybridization
一般杂交定性诊断图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates diagnostic plots for a qualitative assessment of slide quality.
这个函数生成的幻灯片质量定性评估诊断图。
用法----------Usage----------
maQualityPlots(mrawObj, headerInfo = "", save = TRUE, dev = "png", col=NULL,
badspotfunction=NULL, controlId = c("ID", "Name"), DEBUG = FALSE, ...)
参数----------Arguments----------
参数:mrawObj
marrayRaw or RGList object representing the slides to be tested.
marrayRaw或RGList对象代表进行测试的幻灯片。
参数:headerInfo
Text to be used as header in the diagnostic plot.
文本被用来作为诊断图头。
参数:save
Logical. If 'TRUE', the plot is saved to a file.
逻辑。如果“TRUE”,该图将被保存到一个文件。
参数:dev
A "character" string naming the graphics device. This will take arguments "png", "jpeg" and "ps" only. By default, dev is set to "png".
一个“字符”字符串命名的图形设备。这将带参数的“PNG”,“JPEG”和“PS”只。默认情况下,开发设置“PNG”。
参数:col
Vector of colors to use to describe different categories of spots.
向量的颜色来形容不同类别的斑点。
参数:badspotfunction
Function to use for bad spots on the array.
函数使用阵列上的坏点。
参数:controlId
Character string. Name of the column of the gpr file used to define controls (or provides the name of the probes).
字符串。 GPR文件用于定义控件(或提供的探针的名称)的列的名称。
参数:DEBUG
If 'TRUE', debug statements are printed.
如果“TRUE”,打印调试语句。
参数:...
additional arguments
额外的参数
作者(S)----------Author(s)----------
Jean Yang
举例----------Examples----------
# Example uses swirl dataset...[例如使用漩涡集...]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|