norm(SNPMaP)
norm()所属R语言包:SNPMaP
Transform a SNPMaP object
变换一个SNPMaP对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Quantile normalize or (natural) log the intensities in a 'raw' format SNPMaP object.
位数标准化或(自然色)的强度记录在“原始”格式“SNPMaP对象。
用法----------Usage----------
norm(x, Force = FALSE, lowMemory = x@lowMemory, tidy = FALSE, ...)
logIntensities(x, lowMemory = x@lowMemory, tidy = FALSE, ...)
参数----------Arguments----------
参数:x
An object of class SNPMaP in 'raw' format.
类的一个对象SNPMaP在“原始”格式。
参数:Force
logical; Force=TRUE will allow SNPMaP objects in formats other than 'raw' to be quantile normalized.
逻辑,“Force=TRUESNPMaP对象以外的”原始“格式中位数归。
参数:lowMemory
logical; should the data be stored on disk rather than in memory?
逻辑,将数据存储在磁盘上,而不是在内存中吗?
参数:tidy
logical; should the old FileDoubleMatrix be unlinked?
逻辑的老FileDoubleMatrix是unlinked的?
参数:...
Additional arguments.
其他参数。
值----------Value----------
An object of class SNPMaP.
对象的类SNPMaP。
参见----------See Also----------
SNPMaP-package
SNPMaP-package
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|