Params-class(CNAnorm)
Params-class()所属R语言包:CNAnorm
Class "Params"
类“的params”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A Class containing some Parameters used in the analysis. Not heavily used at the moment.
A类包含在分析中使用的一些参数。不频繁使用的时刻。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("Params"), it is usually iniziated and populated with methods and functions of class CNAnorm.
可以创建对象的形式new("Params"),它通常iniziated和填充类CNAnorm的方法和功能的呼叫。
插槽----------Slots----------
method: variable of class "character". Record if the peakPloidy
method类"character"变量。记录,如果peakPloidy
density.n: The variable "n" used when calling peakPloidy.
density.n:变量"n"调用时使用peakPloidy。
density.adjust: The variable "adjust" used when calling peakPloidy.
density.adjust:变量"adjust"调用时使用peakPloidy。
gc.excludeFromGCNorm: Vector of class "character".
gc.excludeFromGCNorm:向量类"character"。
gc.maxNumPoints: One element vector of class "numeric".
gc.maxNumPoints:一类"numeric"元素的向量。
gp.excludeFromDensity: Vector of class "character".
gp.excludeFromDensity:向量类"character"。
方法----------Methods----------
length signature(x = "Params")
长度signature(x = "Params")
作者(S)----------Author(s)----------
Stefano Berri
参考文献----------References----------
(2011) Correcting for cancer genome size and tumor cell content enables better estimation of copy number alterations from next generation sequence
参见----------See Also----------
CNAnorm
CNAnorm
举例----------Examples----------
data(LS041)
inObject <- new("InData", Chr = as.character(LS041$Chr), Pos = LS041$Pos,
Test = LS041$Test, Norm = LS041$Norm, GC = LS041$GC)
CNA <- new("CNAnorm", InData = inObject)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|