Accessor for batch statistics uses for copy number estimation and storage of model parameters
对一批统计数据的存取使用拷贝数的估计和模型参数的存储
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The batchStatistics slot contains statistics estimated from each batch that are used to derive copy number estimates.
batchStatistics槽包含从每个批次,用于获得拷贝数估计估计的统计。
用法----------Usage----------
batchStatistics(object)
batchStatistics(object) <- value
参数----------Arguments----------
参数:object
An object of class CNSet
一个对象的类CNSet
参数:value
An object of class AssayData
一个对象的类AssayData
Details
详情----------Details----------
An object of class AssayData for slot batchStatistics is initialized automatically when creating a new CNSet instance. Required in the call to new is a factor called batch whose unique values determine the number of columns for each assay data element.
一个类的对象AssayData插槽batchStatistics初始化时自动创建一个新的CNSet实例。在调用new所需的是称为batch其独特的价值,确定每个检测数据元素的列数的一个因素。
值----------Value----------
batchStatics is an accessor for the slot batchStatistics that returns an object of class AssayData.
batchStatics插槽存取batchStatistics返回一个对象类AssayData。