[-method(maigesPack)
[-method()所属R语言包:maigesPack
Sub-setting methods for maiges objects
maiges对象的子设置方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sub-setting methods were defined for the classes presented in this package, maiges, maigesANOVA, maigesRaw and maigesPreRaw. These methods create instances of the given class, for a subset of spots and/or arrays in a batch.
小组设置的方法被定义为这个包中类,maiges,maigesANOVA,maigesRaw和maigesPreRaw。这些方法创建的类的实例,对斑点和/或批处理中的数组的一个子集。
方法----------Methods----------
x = ANY generic method.
X =任何泛型方法。
x = maiges x[i, j] extract object of class maiges for spots with indexes i and samples with
X = maigesx[i, j]提取类对象maiges索引点i和样本
x = maigesANOVA x[i, j] extract object of class maigesANOVA for spots with indexes i and samples
X = maigesANOVAx[i, j]提取类对象maigesANOVA索引点i和样本
x = maigesRaw x[i, j] extract object of class maigesRaw for spots with indexes i and arrays with
= maigesRawx[i, j]提取类对象maigesRaw我和数组索引点与
x = maigesPreRaw x[i, j] extract object of class maigesPreRaw for spots with indexes i and arrays with
= maigesPreRawx[i, j]提取类对象maigesPreRaw我和数组索引点与
参见----------See Also----------
maiges, maigesANOVA, maigesRaw and maigesPreRaw.
maiges,maigesANOVA,maigesRaw和maigesPreRaw。
举例----------Examples----------
## Loading the dataset[#载入数据集]
data(gastro)
gastro[1:10,]
gastro[1,1]
gastro.raw[rep(TRUE, 15),]
gastro.norm[c(1,4,6), c(10, 18)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|