discreteNorm(CNAnorm)
discreteNorm()所属R语言包:CNAnorm
Methods for Function addSmooth in Package ‘CNAnorm’
方法功能addSmooth包CNAnorm“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
discreteNorm performs normalization of data using information on ploidy. Implicitly calls "validation" if no validation was performed
discreteNorm执行使用套数信息数据的标准化。隐式调用"validation"如果没有验证
用法----------Usage----------
## S4 method for signature 'CNAnorm'
discreteNorm(object, normBy = object)
参数----------Arguments----------
参数:object
An object of Class "CNAnorm" to normalize
一个对象类"CNAnorm"标准化
参数:normBy
An object of Class "CNAnorm" used to set normalization. It is possible, for instance, to normalize a sample at high resolution, using information obtained from the same sample at low resolution
Object类的一个"CNAnorm"用来设置标准化。这是可能的,例如,标准化的样品,在高分辨率,使用同一样品在低分辨率获得的信息
值----------Value----------
An object of class "CNAnorm"
一个对象的类"CNAnorm"
作者(S)----------Author(s)----------
Stefano Berri <a href="mailto:s.berri@leeds.ac.uk">s.berri@leeds.ac.uk</a> and
Arief Gusnanto <a href="mailto:a.gusnanto@leeds.ac.uk">a.gusnanto@leeds.ac.uk</a>
参考文献----------References----------
(2011) Correcting for cancer genome size and tumour cell content enables better estimation of copy number alterations from next generation sequence
参见----------See Also----------
validation, peakPloidy
validation,peakPloidy
举例----------Examples----------
data(CN)
# see peakPloidy documentation to know how object CN is created[看到peakPloidy文档,以了解如何创建对象CN]
CN <- discreteNorm(CN)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|