scaleRefTable(arrayQuality)
scaleRefTable()所属R语言包:arrayQuality
General hybridization quality scaling
一般杂交品质缩放
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function helps you scale quality measures in order to compare them on the same plot. It is used on reference slides to
此功能可帮助您缩放质量的措施,以比较它们同积。它是用来参考幻灯片
用法----------Usage----------
scaleRefTable(reference=NULL, organism=c("Mm", "Hs"))
参数----------Arguments----------
参数:organism
A "character" string naming the organism genome printed on the array, either "Mm" or "Hs". By default, organism is set to "Mm". It is used to retrieve the corresponding reference tables.
一个“字符”字符串命名的生物体的基因组阵列上,无论是“MM”或“HS”。默认情况下,机体被设置为“MM”。它是用来检索相应的参考表。
参数:reference
A matrix resulting from globalQuality, to be used as reference table to compare slides. If 'NULL', the default table corresponding to organism will be used.
矩阵从globalQuality的,作为参考表用来比较的幻灯片。如果“NULL”,默认的表对应有机体将被使用。
值----------Value----------
A matrix containing median and iqr for each quality measure for
矩阵中位数和每一个质量的衡量标准IQR
作者(S)----------Author(s)----------
Agnes Paquet
参见----------See Also----------
gpQuality, globalQuality,
gpQuality,globalQuality
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|