Access and replace the assayData slot of a cellHTS object
访问和更换一个cellHTS对象的assayData插槽
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function accesses and replaces the data stored in slot assayData of an object of cellHTS class.
这个泛型函数访问和替换插槽中存储的数据assayDatacellHTS类的一个对象。
用法----------Usage----------
Data(object)
Data(object) <- value
参数----------Arguments----------
参数:object
Object derived from class cellHTS.
Object派生类cellHTS。
参数:value
a 3D array of dimensions dim(object)[1] (this corresponds to the total number of features: number of wells per plate x number of plates) x dim(object)[2] (this corresponds to the number of samples or replicates) x number of channels.
三维数组的尺寸暗淡(对象)[1](此相对应的功能总数:井数每板x板数)×暗淡(对象)[2](此相对应的样本数量,或复制)×声道数。
值----------Value----------
Data returns a 3D array containing the contents of slot assayData. This array has dimensions number of features (product between the number of wells per plates and the number of plates) x number of samples (or replicates) x number of channels. Depending on the preprocessing status of the cellHTS object, this array corresponds to the raw data, or to normalized data or to scored data.
Data返回一个三维数组,包含插槽assayData的内容。这个数组维数的功能(产品之间的每板的井数和板数)×样本数(或复制)×渠道。 cellHTS对象的预处理状态而定,此数组对应的原始数据,或以规范化的数据,或取得的数据。